/external/icu/icu4c/source/common/ |
D | uhash.h | 86 typedef UElement UHashTok; typedef 94 UHashTok value; 95 UHashTok key; 104 typedef int32_t U_CALLCONV UHashFunction(const UHashTok key); 558 uhash_hashUChars(const UHashTok key); 568 uhash_hashChars(const UHashTok key); 578 uhash_hashIChars(const UHashTok key); 588 uhash_compareUChars(const UHashTok key1, const UHashTok key2); 598 uhash_compareChars(const UHashTok key1, const UHashTok key2); 608 uhash_compareIChars(const UHashTok key1, const UHashTok key2); [all …]
|
D | uhash.c | 140 static UHashTok 143 UHashTok key, UHashTok value, int8_t hint) { in _uhash_setElement() 145 UHashTok oldValue = e->value; in _uhash_setElement() 180 static UHashTok 182 UHashTok empty; in _uhash_internalRemoveElement() 213 UHashTok emptytok; in _uhash_allocate() 331 _uhash_find(const UHashtable *hash, UHashTok key, in _uhash_find() 435 static UHashTok 437 UHashTok key) { in _uhash_remove() 445 UHashTok result; in _uhash_remove() [all …]
|
D | unifiedcache.cpp | 43 ucache_hashKeys(const UHashTok key) { in ucache_hashKeys() 49 ucache_compareKeys(const UHashTok key1, const UHashTok key2) { in ucache_compareKeys()
|
D | usprep.cpp | 108 hashEntry(const UHashTok parm) { in hashEntry() 110 UHashTok namekey, pathkey; in hashEntry() 118 compareEntries(const UHashTok p1, const UHashTok p2) { in compareEntries() 121 UHashTok name1, name2, path1, path2; in compareEntries()
|
D | stringtriebuilder.cpp | 24 hashStringTrieNode(const UHashTok key) { in hashStringTrieNode() 29 equalStringTrieNodes(const UHashTok key1, const UHashTok key2) { in equalStringTrieNodes()
|
D | uresbund.cpp | 52 static int32_t U_CALLCONV hashEntry(const UHashTok parm) { in hashEntry() 54 UHashTok namekey, pathkey; in hashEntry() 61 static UBool U_CALLCONV compareEntries(const UHashTok p1, const UHashTok p2) { in compareEntries() 64 UHashTok name1, name2, path1, path2; in compareEntries()
|
/external/icu/icu4c/source/test/cintltst/ |
D | chashtst.c | 26 static int32_t U_EXPORT2 U_CALLCONV hashChars(const UHashTok key); 28 static UBool U_EXPORT2 U_CALLCONV isEqualChars(const UHashTok key1, const UHashTok key2); 51 UHashTok s, t; in _compareChars() 59 UHashTok s, t; in _compareIChars() 67 UHashTok s, t; in _compareUChars() 75 UHashTok s, t; in _compareLong() 322 static int32_t U_EXPORT2 U_CALLCONV hashChars(const UHashTok key) { in hashChars() 326 static UBool U_EXPORT2 U_CALLCONV isEqualChars(const UHashTok key1, const UHashTok key2) { in isEqualChars()
|
/external/icu/icu4c/source/i18n/ |
D | currpinf.cpp | 38 static UBool U_CALLCONV ValueComparator(UHashTok val1, UHashTok val2); 41 U_CALLCONV ValueComparator(UHashTok val1, UHashTok val2) { in ValueComparator() 344 const UHashTok valueTok = element->value; in deleteHash() 383 const UHashTok keyTok = element->key; in copyHash() 385 const UHashTok valueTok = element->value; in copyHash()
|
D | dtitvinf.cpp | 489 const UHashTok keyTok = elem->key; in getBestSkeleton() 594 const UHashTok valueTok = element->value; in deleteHash() 611 static UBool U_CALLCONV dtitvinfHashTableValueComparator(UHashTok val1, UHashTok val2); 614 U_CALLCONV dtitvinfHashTableValueComparator(UHashTok val1, UHashTok val2) { in dtitvinfHashTableValueComparator() 658 const UHashTok keyTok = element->key; in copyHash() 660 const UHashTok valueTok = element->value; in copyHash()
|
D | tmutfmt.cpp | 195 const UHashTok keyTok = elem->key; in parseObject() 201 const UHashTok valueTok = elem->value; in parseObject() 693 const UHashTok valueTok = element->value; in deleteHash() 714 const UHashTok keyTok = element->key; in copyHash() 716 const UHashTok valueTok = element->value; in copyHash() 742 static UBool U_CALLCONV tmutfmtHashTableValueComparator(UHashTok val1, UHashTok val2); 745 U_CALLCONV tmutfmtHashTableValueComparator(UHashTok val1, UHashTok val2) { in tmutfmtHashTableValueComparator()
|
D | decimfmt.cpp | 199 static UBool U_CALLCONV decimfmtAffixValueComparator(UHashTok val1, UHashTok val2); 204 static UBool U_CALLCONV decimfmtAffixPatternValueComparator(UHashTok val1, UHashTok val2); 208 U_CALLCONV decimfmtAffixValueComparator(UHashTok val1, UHashTok val2) { in decimfmtAffixValueComparator() 221 U_CALLCONV decimfmtAffixPatternValueComparator(UHashTok val1, UHashTok val2) { in decimfmtAffixPatternValueComparator() 643 const UHashTok valueTok = element->value; in setupCurrencyAffixPatterns() 645 const UHashTok keyTok = element->key; in setupCurrencyAffixPatterns() 2386 const UHashTok valueTok = element->value; 5342 const UHashTok valueTok = element->value; 5361 const UHashTok valueTok = element->value; 5381 const UHashTok keyTok = element->key; [all …]
|
D | uspoof_conf.cpp | 108 static int8_t U_CALLCONV SPUStringCompare(UHashTok left, UHashTok right) { in SPUStringCompare()
|
D | tzgnames.cpp | 64 hashPartialLocationKey(const UHashTok key) { in hashPartialLocationKey() 79 comparePartialLocationKey(const UHashTok key1, const UHashTok key2) { in comparePartialLocationKey()
|
D | msgfmt.cpp | 156 static UBool U_CALLCONV equalFormatsForHash(const UHashTok key1, in equalFormatsForHash() 157 const UHashTok key2) { in equalFormatsForHash()
|
D | dtptngen.cpp | 1268 const UHashTok otherKeyTok = elem->key; in copyHashtable()
|
/external/icu/icu4c/source/tools/gensprep/ |
D | store.c | 226 static int32_t U_CALLCONV hashEntry(const UHashTok parm) { in hashEntry() 231 static UBool U_CALLCONV compareEntries(const UHashTok p1, const UHashTok p2) { in compareEntries()
|
/external/icu/icu4c/source/test/intltest/ |
D | sfwdchit.cpp | 95 UHashTok key; in hashCode()
|