Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Duhash.h89 typedef UElement UHashTok; typedef
97 UHashTok value;
98 UHashTok key;
107 typedef int32_t U_CALLCONV UHashFunction(const UHashTok key);
561 uhash_hashUChars(const UHashTok key);
571 uhash_hashChars(const UHashTok key);
581 uhash_hashIChars(const UHashTok key);
591 uhash_compareUChars(const UHashTok key1, const UHashTok key2);
601 uhash_compareChars(const UHashTok key1, const UHashTok key2);
611 uhash_compareIChars(const UHashTok key1, const UHashTok key2);
[all …]
Duhash.c140 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 …]
Dusprep.cpp108 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()
Dunifiedcache.cpp48 ucache_hashKeys(const UHashTok key) { in ucache_hashKeys()
54 ucache_compareKeys(const UHashTok key1, const UHashTok key2) { in ucache_compareKeys()
Dstringtriebuilder.cpp24 hashStringTrieNode(const UHashTok key) { in hashStringTrieNode()
29 equalStringTrieNodes(const UHashTok key1, const UHashTok key2) { in equalStringTrieNodes()
Duresbund.cpp52 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/
Dchashtst.c26 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/
Dcurrpinf.cpp38 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()
Ddtitvinf.cpp489 const UHashTok keyTok = elem->key; in getBestSkeleton()
597 const UHashTok valueTok = element->value; in deleteHash()
614 static UBool U_CALLCONV dtitvinfHashTableValueComparator(UHashTok val1, UHashTok val2);
617 U_CALLCONV dtitvinfHashTableValueComparator(UHashTok val1, UHashTok val2) { in dtitvinfHashTableValueComparator()
661 const UHashTok keyTok = element->key; in copyHash()
663 const UHashTok valueTok = element->value; in copyHash()
Dtmutfmt.cpp195 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()
Ddecimfmt.cpp173 static UBool U_CALLCONV decimfmtAffixPatternValueComparator(UHashTok val1, UHashTok val2);
177 U_CALLCONV decimfmtAffixPatternValueComparator(UHashTok val1, UHashTok val2) { in decimfmtAffixPatternValueComparator()
549 const UHashTok valueTok = element->value; in setupCurrencyAffixPatterns()
551 const UHashTok keyTok = element->key; in setupCurrencyAffixPatterns()
1094 const UHashTok valueTok = element->value; in parseForCurrency()
2992 const UHashTok valueTok = element->value; in deleteHashForAffixPattern()
3012 const UHashTok keyTok = element->key; in copyHashForAffixPattern()
3014 const UHashTok valueTok = element->value; in copyHashForAffixPattern()
Duspoof_conf.cpp108 static int8_t U_CALLCONV SPUStringCompare(UHashTok left, UHashTok right) { in SPUStringCompare()
Dtzgnames.cpp64 hashPartialLocationKey(const UHashTok key) { in hashPartialLocationKey()
79 comparePartialLocationKey(const UHashTok key1, const UHashTok key2) { in comparePartialLocationKey()
Dmsgfmt.cpp157 static UBool U_CALLCONV equalFormatsForHash(const UHashTok key1, in equalFormatsForHash()
158 const UHashTok key2) { in equalFormatsForHash()
Ddtptngen.cpp1231 const UHashTok otherKeyTok = elem->key; in copyHashtable()
/external/icu/icu4c/source/tools/gensprep/
Dstore.c226 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/
Dsfwdchit.cpp95 UHashTok key; in hashCode()