Home
last modified time | relevance | path

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

/PHP-7.4/ext/intl/locale/
H A Dlocale_methods.c1204 static int strToMatch(const char* str ,char *retstr) in strToMatch() function
1306 result = strToMatch( can_lang_tag->val , cur_lang_tag); in PHP_FUNCTION()
1314 result = strToMatch( can_loc_range->val , cur_loc_range ); in PHP_FUNCTION()
1362 result = strToMatch( lang_tag , cur_lang_tag); in PHP_FUNCTION()
1368 result = strToMatch( loc_range , cur_loc_range ); in PHP_FUNCTION()
1441 result = strToMatch(Z_STRVAL_P(ele_value), cur_arr[cur_arr_len*2]); in lookup_loc_range()
1462 result = strToMatch(lang_tag->val, cur_arr[i*2]); in lookup_loc_range()
1489 result = strToMatch(loc_range, cur_loc_range); in lookup_loc_range()

Completed in 8 milliseconds