Home
last modified time | relevance | path

Searched refs:UHashTok (Results 1 – 18 of 18) 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);
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 …]
Duhash.cpp143 static UHashTok
146 UHashTok key, UHashTok value, int8_t hint) { in _uhash_setElement()
148 UHashTok oldValue = e->value; in _uhash_setElement()
183 static UHashTok
185 UHashTok empty; in _uhash_internalRemoveElement()
216 UHashTok emptytok; in _uhash_allocate()
334 _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 …]
Dlocaleprioritylist.cpp23 int32_t hashLocale(const UHashTok token) { in hashLocale()
28 UBool compareLocales(const UHashTok t1, const UHashTok t2) { in compareLocales()
Dusprep.cpp109 hashEntry(const UHashTok parm) { in hashEntry()
111 UHashTok namekey, pathkey; in hashEntry()
121 compareEntries(const UHashTok p1, const UHashTok p2) { in compareEntries()
124 UHashTok name1, name2, path1, path2; in compareEntries()
Dunifiedcache.cpp49 ucache_hashKeys(const UHashTok key) { in ucache_hashKeys()
55 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()
Dlocalematcher.cpp300 int32_t hashLSR(const UHashTok token) { in hashLSR()
305 UBool compareLSRs(const UHashTok t1, const UHashTok t2) { in compareLSRs()
Duresbund.cpp57 static int32_t U_CALLCONV hashEntry(const UHashTok parm) { in hashEntry()
59 UHashTok namekey, pathkey; in hashEntry()
66 static UBool U_CALLCONV compareEntries(const UHashTok p1, const UHashTok p2) { in compareEntries()
69 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.cpp39 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()
Ddtitvinf.cpp623 const UHashTok keyTok = elem->key; in getBestSkeleton()
731 const UHashTok valueTok = element->value; in deleteHash()
748 static UBool U_CALLCONV dtitvinfHashTableValueComparator(UHashTok val1, UHashTok val2);
751 U_CALLCONV dtitvinfHashTableValueComparator(UHashTok val1, UHashTok val2) { in dtitvinfHashTableValueComparator()
795 const UHashTok keyTok = element->key; in copyHash()
797 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.cpp116 static int8_t U_CALLCONV SPUStringCompare(UHashTok left, UHashTok right) { in SPUStringCompare()
Dtzgnames.cpp70 hashPartialLocationKey(const UHashTok key) { in hashPartialLocationKey()
85 comparePartialLocationKey(const UHashTok key1, const UHashTok key2) { in comparePartialLocationKey()
Dmsgfmt.cpp160 static UBool U_CALLCONV equalFormatsForHash(const UHashTok key1, in equalFormatsForHash()
161 const UHashTok key2) { in equalFormatsForHash()
Ddtptngen.cpp1710 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()