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

/PHP_5_5/ext/intl/locale/
H A Dlocale_methods.c1233 char* can_loc_range = NULL; local
1263 can_loc_range=get_icu_value_internal( loc_range , LOC_CANONICALIZE_TAG , &result , 0);
1289 cur_loc_range = ecalloc( 1, strlen(can_loc_range) + 1);
1290 result = strToMatch( can_loc_range , cur_loc_range );
1295 efree( can_loc_range );
1315 if( can_loc_range){
1316 efree( can_loc_range );
1332 if( can_loc_range){
1333 efree( can_loc_range );
1412 char* can_loc_range local
[all...]

Completed in 4 milliseconds