Home
last modified time | relevance | path

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

/PHP-5.5/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
80 zend_hash_index_update( hash, hashIndex, 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
125 zend_hash_index_update( hash, hashIndex, in collator_convert_hash_item_from_utf16_to_utf8()
136 ulong hashIndex = 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()
161 ulong hashIndex = 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 8 milliseconds