Searched refs:cur_loc_range (Results 1 - 1 of 1) sorted by relevance

/PHP_5_5/ext/intl/locale/
H A Dlocale_methods.c1236 char* cur_loc_range = NULL; local
1289 cur_loc_range = ecalloc( 1, strlen(can_loc_range) + 1);
1290 result = strToMatch( can_loc_range , cur_loc_range );
1294 efree( cur_loc_range );
1300 token = strstr( cur_lang_tag , cur_loc_range );
1304 chrcheck = token + (strlen(cur_loc_range));
1309 if( cur_loc_range){
1310 efree( cur_loc_range );
1326 if( cur_loc_range){
1327 efree( cur_loc_range );
1411 char* cur_loc_range = NULL; local
[all...]

Completed in 6 milliseconds