Searched refs:UHashTok (Results 1 – 16 of 16) sorted by relevance
/external/icu/icu4c/source/common/ |
D | uhash.cpp | 142 static UHashTok 145 UHashTok key, UHashTok value, int8_t hint) { in _uhash_setElement() 147 UHashTok oldValue = e->value; in _uhash_setElement() 182 static UHashTok 184 UHashTok empty; in _uhash_internalRemoveElement() 215 UHashTok emptytok; in _uhash_allocate() 333 _uhash_find(const UHashtable *hash, UHashTok key, in _uhash_find() 437 static UHashTok 439 UHashTok key) { in _uhash_remove() 447 UHashTok result; in _uhash_remove() [all …]
|
D | uhash.h | 91 typedef UElement UHashTok; typedef 99 UHashTok value; 100 UHashTok key; 109 typedef int32_t U_CALLCONV UHashFunction(const UHashTok key); 582 uhash_hashUChars(const UHashTok key); 592 uhash_hashChars(const UHashTok key); 602 uhash_hashIChars(const UHashTok key); 612 uhash_compareUChars(const UHashTok key1, const UHashTok key2); 622 uhash_compareChars(const UHashTok key1, const UHashTok key2); 632 uhash_compareIChars(const UHashTok key1, const UHashTok key2); [all …]
|
D | usprep.cpp | 110 hashEntry(const UHashTok parm) { in hashEntry() 112 UHashTok namekey, pathkey; in hashEntry() 122 compareEntries(const UHashTok p1, const UHashTok p2) { in compareEntries() 125 UHashTok name1, name2, path1, path2; in compareEntries()
|
D | unifiedcache.cpp | 48 ucache_hashKeys(const UHashTok key) { in ucache_hashKeys() 54 ucache_compareKeys(const UHashTok key1, const UHashTok key2) { in ucache_compareKeys()
|
D | stringtriebuilder.cpp | 26 hashStringTrieNode(const UHashTok key) { in hashStringTrieNode() 31 equalStringTrieNodes(const UHashTok key1, const UHashTok key2) { in equalStringTrieNodes()
|
D | uresbund.cpp | 54 static int32_t U_CALLCONV hashEntry(const UHashTok parm) { in hashEntry() 56 UHashTok namekey, pathkey; in hashEntry() 63 static UBool U_CALLCONV compareEntries(const UHashTok p1, const UHashTok p2) { in compareEntries() 66 UHashTok name1, name2, path1, path2; in compareEntries()
|
/external/icu/icu4c/source/test/cintltst/ |
D | chashtst.c | 28 static int32_t U_EXPORT2 U_CALLCONV hashChars(const UHashTok key); 30 static UBool U_EXPORT2 U_CALLCONV isEqualChars(const UHashTok key1, const UHashTok key2); 53 UHashTok s, t; in _compareChars() 61 UHashTok s, t; in _compareIChars() 69 UHashTok s, t; in _compareUChars() 77 UHashTok s, t; in _compareLong() 324 static int32_t U_EXPORT2 U_CALLCONV hashChars(const UHashTok key) { in hashChars() 328 static UBool U_EXPORT2 U_CALLCONV isEqualChars(const UHashTok key1, const UHashTok key2) { in isEqualChars()
|
/external/icu/icu4c/source/i18n/ |
D | currpinf.cpp | 39 static UBool U_CALLCONV ValueComparator(UHashTok val1, UHashTok val2); 42 U_CALLCONV ValueComparator(UHashTok val1, UHashTok val2) { in ValueComparator() 390 const UHashTok valueTok = element->value; in deleteHash() 422 const UHashTok keyTok = element->key; in copyHash() 424 const UHashTok valueTok = element->value; in copyHash()
|
D | dtitvinf.cpp | 596 const UHashTok keyTok = elem->key; in getBestSkeleton() 704 const UHashTok valueTok = element->value; in deleteHash() 721 static UBool U_CALLCONV dtitvinfHashTableValueComparator(UHashTok val1, UHashTok val2); 724 U_CALLCONV dtitvinfHashTableValueComparator(UHashTok val1, UHashTok val2) { in dtitvinfHashTableValueComparator() 768 const UHashTok keyTok = element->key; in copyHash() 770 const UHashTok valueTok = element->value; in copyHash()
|
D | tmutfmt.cpp | 198 const UHashTok keyTok = elem->key; in parseObject() 204 const UHashTok valueTok = elem->value; in parseObject() 698 const UHashTok valueTok = element->value; in deleteHash() 719 const UHashTok keyTok = element->key; in copyHash() 721 const UHashTok valueTok = element->value; in copyHash() 747 static UBool U_CALLCONV tmutfmtHashTableValueComparator(UHashTok val1, UHashTok val2); 750 U_CALLCONV tmutfmtHashTableValueComparator(UHashTok val1, UHashTok val2) { in tmutfmtHashTableValueComparator()
|
D | uspoof_conf.cpp | 116 static int8_t U_CALLCONV SPUStringCompare(UHashTok left, UHashTok right) { in SPUStringCompare()
|
D | tzgnames.cpp | 67 hashPartialLocationKey(const UHashTok key) { in hashPartialLocationKey() 82 comparePartialLocationKey(const UHashTok key1, const UHashTok key2) { in comparePartialLocationKey()
|
D | msgfmt.cpp | 160 static UBool U_CALLCONV equalFormatsForHash(const UHashTok key1, in equalFormatsForHash() 161 const UHashTok key2) { in equalFormatsForHash()
|
D | dtptngen.cpp | 1656 const UHashTok otherKeyTok = elem->key; in copyHashtable()
|
/external/icu/icu4c/source/tools/gensprep/ |
D | store.c | 228 static int32_t U_CALLCONV hashEntry(const UHashTok parm) { in hashEntry() 233 static UBool U_CALLCONV compareEntries(const UHashTok p1, const UHashTok p2) { in compareEntries()
|
/external/icu/icu4c/source/test/intltest/ |
D | sfwdchit.cpp | 97 UHashTok key; in hashCode()
|