Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Duhash.h91 typedef UElement UHashTok; typedef
99 UHashTok value;
100 UHashTok key;
109 typedef int32_t U_CALLCONV UHashFunction(const UHashTok key);
563 uhash_hashUChars(const UHashTok key);
573 uhash_hashChars(const UHashTok key);
583 uhash_hashIChars(const UHashTok key);
593 uhash_compareUChars(const UHashTok key1, const UHashTok key2);
603 uhash_compareChars(const UHashTok key1, const UHashTok key2);
613 uhash_compareIChars(const UHashTok key1, const UHashTok key2);
[all …]
Duhash.c142 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 …]
Dusprep.cpp110 hashEntry(const UHashTok parm) { in hashEntry()
112 UHashTok namekey, pathkey; in hashEntry()
120 compareEntries(const UHashTok p1, const UHashTok p2) { in compareEntries()
123 UHashTok name1, name2, path1, path2; in compareEntries()
Dunifiedcache.cpp50 ucache_hashKeys(const UHashTok key) { in ucache_hashKeys()
56 ucache_compareKeys(const UHashTok key1, const UHashTok key2) { in ucache_compareKeys()
Dstringtriebuilder.cpp26 hashStringTrieNode(const UHashTok key) { in hashStringTrieNode()
31 equalStringTrieNodes(const UHashTok key1, const UHashTok key2) { in equalStringTrieNodes()
Duresbund.cpp54 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/
Dchashtst.c28 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/
Dcurrpinf.cpp40 static UBool U_CALLCONV ValueComparator(UHashTok val1, UHashTok val2);
43 U_CALLCONV ValueComparator(UHashTok val1, UHashTok val2) { in ValueComparator()
346 const UHashTok valueTok = element->value; in deleteHash()
385 const UHashTok keyTok = element->key; in copyHash()
387 const UHashTok valueTok = element->value; in copyHash()
Ddtitvinf.cpp596 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()
Dtmutfmt.cpp198 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()
Duspoof_conf.cpp112 static int8_t U_CALLCONV SPUStringCompare(UHashTok left, UHashTok right) { in SPUStringCompare()
Ddecimfmt.cpp175 static UBool U_CALLCONV decimfmtAffixPatternValueComparator(UHashTok val1, UHashTok val2);
179 U_CALLCONV decimfmtAffixPatternValueComparator(UHashTok val1, UHashTok val2) { in decimfmtAffixPatternValueComparator()
563 const UHashTok valueTok = element->value; in setupCurrencyAffixPatterns()
565 const UHashTok keyTok = element->key; in setupCurrencyAffixPatterns()
1108 const UHashTok valueTok = element->value; in parseForCurrency()
3018 const UHashTok valueTok = element->value; in deleteHashForAffixPattern()
3038 const UHashTok keyTok = element->key; in copyHashForAffixPattern()
3040 const UHashTok valueTok = element->value; in copyHashForAffixPattern()
Dtzgnames.cpp66 hashPartialLocationKey(const UHashTok key) { in hashPartialLocationKey()
81 comparePartialLocationKey(const UHashTok key1, const UHashTok key2) { in comparePartialLocationKey()
Dmsgfmt.cpp159 static UBool U_CALLCONV equalFormatsForHash(const UHashTok key1, in equalFormatsForHash()
160 const UHashTok key2) { in equalFormatsForHash()
Ddtptngen.cpp1467 const UHashTok otherKeyTok = elem->key; in copyHashtable()
/external/icu/icu4c/source/tools/gensprep/
Dstore.c228 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/
Dsfwdchit.cpp97 UHashTok key; in hashCode()