singletonPos 259 ext/intl/locale/locale_methods.c int singletonPos = 0; singletonPos 287 ext/intl/locale/locale_methods.c singletonPos = getSingletonPos( loc_name ); singletonPos 288 ext/intl/locale/locale_methods.c if( singletonPos == 0){ singletonPos 292 ext/intl/locale/locale_methods.c } else if( singletonPos > 0 ){ singletonPos 295 ext/intl/locale/locale_methods.c mod_loc_name = estrndup ( loc_name , singletonPos-1); singletonPos 987 ext/intl/locale/locale_methods.c int singletonPos = 0; singletonPos 994 ext/intl/locale/locale_methods.c while( (singletonPos = getSingletonPos(mod_loc_name))!= -1){ singletonPos 996 ext/intl/locale/locale_methods.c if( singletonPos!=-1){ singletonPos 997 ext/intl/locale/locale_methods.c if( (*(mod_loc_name+singletonPos)=='x') || (*(mod_loc_name+singletonPos)=='X') ){ singletonPos 999 ext/intl/locale/locale_methods.c if( singletonPos + 2 == len){ singletonPos 1004 ext/intl/locale/locale_methods.c result = estrndup(mod_loc_name + singletonPos+2 , (len -( singletonPos +2) ) ); singletonPos 1009 ext/intl/locale/locale_methods.c if( singletonPos + 1 >= len){ singletonPos 1014 ext/intl/locale/locale_methods.c mod_loc_name = mod_loc_name + singletonPos +1;