Searched refs:append_key_value (Results 1 - 1 of 1) sorted by relevance
| /PHP_5_5/ext/intl/locale/ |
| H A D | locale_methods.c | 745 /* {{{ append_key_value 751 static int append_key_value(smart_str* loc_name, HashTable* hash_arr, char* key_name) function 913 result = append_key_value(loc_name, hash_arr, LOC_GRANDFATHERED_LANG_TAG); 922 result = append_key_value(loc_name, hash_arr , LOC_LANG_TAG); 940 result = append_key_value(loc_name, hash_arr , LOC_SCRIPT_TAG); 946 result = append_key_value( loc_name, hash_arr , LOC_REGION_TAG);
|
Completed in 4 milliseconds