singletonPos      264 ext/intl/locale/locale_methods.c 	int		singletonPos   	= 0;
singletonPos      292 ext/intl/locale/locale_methods.c 		singletonPos = getSingletonPos( loc_name );
singletonPos      293 ext/intl/locale/locale_methods.c 		if( singletonPos == 0){
singletonPos      297 ext/intl/locale/locale_methods.c 		} else if( singletonPos > 0 ){
singletonPos      300 ext/intl/locale/locale_methods.c 			mod_loc_name = estrndup ( loc_name , singletonPos-1);
singletonPos      995 ext/intl/locale/locale_methods.c 	int 	singletonPos = 0;
singletonPos     1002 ext/intl/locale/locale_methods.c 		while( (singletonPos = getSingletonPos(mod_loc_name))!= -1){
singletonPos     1004 ext/intl/locale/locale_methods.c 			if( singletonPos!=-1){
singletonPos     1005 ext/intl/locale/locale_methods.c 				if( (*(mod_loc_name+singletonPos)=='x') || (*(mod_loc_name+singletonPos)=='X') ){
singletonPos     1007 ext/intl/locale/locale_methods.c 					if( singletonPos + 2 ==  len){
singletonPos     1012 ext/intl/locale/locale_methods.c 						result = zend_string_init(mod_loc_name + singletonPos+2  , (len -( singletonPos +2) ), 0);
singletonPos     1017 ext/intl/locale/locale_methods.c 					if( singletonPos + 1 >=  len){
singletonPos     1022 ext/intl/locale/locale_methods.c 						mod_loc_name = mod_loc_name + singletonPos +1;