Home
last modified time | relevance | path

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

/PHP-8.0/ext/intl/locale/
H A Dlocale_methods.c1124 static int strToMatch(const char* str ,char *retstr) in strToMatch() function
1219 result = strToMatch( can_lang_tag->val , cur_lang_tag); in PHP_FUNCTION()
1227 result = strToMatch( can_loc_range->val , cur_loc_range ); in PHP_FUNCTION()
1275 result = strToMatch( lang_tag , cur_lang_tag); in PHP_FUNCTION()
1281 result = strToMatch( loc_range , cur_loc_range ); in PHP_FUNCTION()
1354 result = strToMatch(Z_STRVAL_P(ele_value), cur_arr[cur_arr_len*2]); in lookup_loc_range()
1375 result = strToMatch(lang_tag->val, cur_arr[i*2]); in lookup_loc_range()
1402 result = strToMatch(loc_range, cur_loc_range); in lookup_loc_range()

Completed in 12 milliseconds