Home
last modified time | relevance | path

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

/PHP-7.0/ext/intl/collator/
H A Dcollator_convert.c44 HashTable* hash, zval *hashData, zend_string *hashKey, zend_ulong hashIndex, in collator_convert_hash_item_from_utf8_to_utf16() argument
72 if( hashKey) in collator_convert_hash_item_from_utf8_to_utf16()
74 zend_hash_update( hash, hashKey, &znew_val); in collator_convert_hash_item_from_utf8_to_utf16()
109 if( hashKey ) in collator_convert_hash_item_from_utf16_to_utf8()
111 zend_hash_update( hash, hashKey, &znew_val); in collator_convert_hash_item_from_utf16_to_utf8()
127 zend_string *hashKey; in collator_convert_hash_from_utf8_to_utf16() local
129 ZEND_HASH_FOREACH_KEY_VAL(hash, hashIndex, hashKey, hashData) { in collator_convert_hash_from_utf8_to_utf16()
132 hash, hashData, hashKey, hashIndex, status ); in collator_convert_hash_from_utf8_to_utf16()
145 zend_string *hashKey; in collator_convert_hash_from_utf16_to_utf8() local
148 ZEND_HASH_FOREACH_KEY_VAL(hash, hashIndex, hashKey, hashData) { in collator_convert_hash_from_utf16_to_utf8()
[all …]

Completed in 6 milliseconds