Home
last modified time | relevance | path

Searched refs:strToMatch (Results 1 – 1 of 1) sorted by relevance

/PHP-5.5/ext/intl/locale/
H A Dlocale_methods.c1193 static int strToMatch(const char* str ,char *retstr) in strToMatch() function
1291 result = strToMatch( can_lang_tag , cur_lang_tag); in PHP_FUNCTION()
1299 result = strToMatch( can_loc_range , cur_loc_range ); in PHP_FUNCTION()
1351 result = strToMatch( lang_tag , cur_lang_tag); in PHP_FUNCTION()
1357 result = strToMatch( loc_range , cur_loc_range ); in PHP_FUNCTION()
1442 result = strToMatch(Z_STRVAL_PP(ele_value), cur_arr[cur_arr_len*2]); in lookup_loc_range()
1463 result = strToMatch(lang_tag, cur_arr[i*2]); in lookup_loc_range()
1490 result = strToMatch(loc_range, cur_loc_range); in lookup_loc_range()

Completed in 11 milliseconds