Home
last modified time | relevance | path

Searched refs:append_key_value (Results 1 – 1 of 1) sorted by last modified time

/PHP-5.3/ext/intl/locale/
H A Dlocale_methods.c761 static int append_key_value(smart_str* loc_name, HashTable* hash_arr, char* key_name) in append_key_value() function
923 result = append_key_value(loc_name, hash_arr, LOC_GRANDFATHERED_LANG_TAG); in PHP_FUNCTION()
932 result = append_key_value(loc_name, hash_arr , LOC_LANG_TAG); in PHP_FUNCTION()
950 result = append_key_value(loc_name, hash_arr , LOC_SCRIPT_TAG); in PHP_FUNCTION()
956 result = append_key_value( loc_name, hash_arr , LOC_REGION_TAG); in PHP_FUNCTION()

Completed in 9 milliseconds