Home
last modified time | relevance | path

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

/PHP-5.4/ext/intl/locale/
H A Dlocale_methods.c1195 static int strToMatch(char* str ,char *retstr) in strToMatch() function
1295 result = strToMatch( can_lang_tag , cur_lang_tag); in PHP_FUNCTION()
1303 result = strToMatch( can_loc_range , cur_loc_range ); in PHP_FUNCTION()
1355 result = strToMatch( lang_tag , cur_lang_tag); in PHP_FUNCTION()
1361 result = strToMatch( loc_range , cur_loc_range ); in PHP_FUNCTION()
1446 result = strToMatch(Z_STRVAL_PP(ele_value), cur_arr[cur_arr_len*2]); in lookup_loc_range()
1467 result = strToMatch(lang_tag, cur_arr[i*2]); in lookup_loc_range()
1494 result = strToMatch(loc_range, cur_loc_range); in lookup_loc_range()

Completed in 19 milliseconds