Home
last modified time | relevance | path

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

/PHP-5.3/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
73 if( hashKeyType == HASH_KEY_IS_STRING ) 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
118 if( hashKeyType == HASH_KEY_IS_STRING ) in collator_convert_hash_item_from_utf16_to_utf8()
138 int hashKeyType = 0; 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()
163 int hashKeyType = 0; 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 4 milliseconds