Home
last modified time | relevance | path

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

/PHP-5.6/ext/intl/collator/
H A Dcollator_convert.c44 HashTable* hash, int hashKeyType, char* hashKey, ulong hashIndex, in collator_convert_hash_item_from_utf8_to_utf16() argument
75 zend_hash_update( hash, hashKey, strlen( hashKey ) + 1, in collator_convert_hash_item_from_utf8_to_utf16()
88 HashTable* hash, int hashKeyType, char* hashKey, ulong hashIndex, in collator_convert_hash_item_from_utf16_to_utf8() argument
120 zend_hash_update( hash, hashKey, strlen( hashKey ) + 1, in collator_convert_hash_item_from_utf16_to_utf8()
137 char* hashKey = NULL; in collator_convert_hash_from_utf8_to_utf16() local
141 while( ( hashKeyType = zend_hash_get_current_key( hash, &hashKey, &hashIndex, 0 ) ) in collator_convert_hash_from_utf8_to_utf16()
146 hash, hashKeyType, hashKey, hashIndex, status ); in collator_convert_hash_from_utf8_to_utf16()
162 char* hashKey = NULL; in collator_convert_hash_from_utf16_to_utf8() local
166 while( ( hashKeyType = zend_hash_get_current_key( hash, &hashKey, &hashIndex, 0 ) ) in collator_convert_hash_from_utf16_to_utf8()
171 hash, hashKeyType, hashKey, hashIndex, status ); in collator_convert_hash_from_utf16_to_utf8()

Completed in 7 milliseconds