Home
last modified time | relevance | path

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

12

/third_party/node/deps/icu-small/source/common/
Duhash.cpp145 static UHashTok
148 UHashTok key, UHashTok value, int8_t hint) { in _uhash_setElement()
150 UHashTok oldValue = e->value; in _uhash_setElement()
185 static UHashTok
187 UHashTok empty; in _uhash_internalRemoveElement()
218 UHashTok emptytok; in _uhash_allocate()
336 _uhash_find(const UHashtable *hash, UHashTok key, in _uhash_find()
439 static UHashTok
441 UHashTok key) { in _uhash_remove()
449 UHashTok result; in _uhash_remove()
[all …]
Duhash.h98 typedef UElement UHashTok; typedef
106 UHashTok value;
107 UHashTok key;
116 typedef int32_t U_CALLCONV UHashFunction(const UHashTok key);
675 uhash_hashUChars(const UHashTok key);
685 uhash_hashChars(const UHashTok key);
695 uhash_hashIChars(const UHashTok key);
705 uhash_compareUChars(const UHashTok key1, const UHashTok key2);
715 uhash_compareChars(const UHashTok key1, const UHashTok key2);
725 uhash_compareIChars(const UHashTok key1, const UHashTok key2);
[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()
/third_party/skia/third_party/externals/icu/source/common/
Duhash.cpp145 static UHashTok
148 UHashTok key, UHashTok value, int8_t hint) { in _uhash_setElement()
150 UHashTok oldValue = e->value; in _uhash_setElement()
185 static UHashTok
187 UHashTok empty; in _uhash_internalRemoveElement()
218 UHashTok emptytok; in _uhash_allocate()
336 _uhash_find(const UHashtable *hash, UHashTok key, in _uhash_find()
439 static UHashTok
441 UHashTok key) { in _uhash_remove()
449 UHashTok result; in _uhash_remove()
[all …]
Duhash.h98 typedef UElement UHashTok; typedef
106 UHashTok value;
107 UHashTok key;
116 typedef int32_t U_CALLCONV UHashFunction(const UHashTok key);
675 uhash_hashUChars(const UHashTok key);
685 uhash_hashChars(const UHashTok key);
695 uhash_hashIChars(const UHashTok key);
705 uhash_compareUChars(const UHashTok key1, const UHashTok key2);
715 uhash_compareChars(const UHashTok key1, const UHashTok key2);
725 uhash_compareIChars(const UHashTok key1, const UHashTok key2);
[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()
/third_party/icu/icu4c/source/common/
Duhash.cpp145 static UHashTok
148 UHashTok key, UHashTok value, int8_t hint) { in _uhash_setElement()
150 UHashTok oldValue = e->value; in _uhash_setElement()
185 static UHashTok
187 UHashTok empty; in _uhash_internalRemoveElement()
218 UHashTok emptytok; in _uhash_allocate()
336 _uhash_find(const UHashtable *hash, UHashTok key, in _uhash_find()
439 static UHashTok
441 UHashTok key) { in _uhash_remove()
449 UHashTok result; in _uhash_remove()
[all …]
Duhash.h98 typedef UElement UHashTok; typedef
106 UHashTok value;
107 UHashTok key;
116 typedef int32_t U_CALLCONV UHashFunction(const UHashTok key);
675 uhash_hashUChars(const UHashTok key);
685 uhash_hashChars(const UHashTok key);
695 uhash_hashIChars(const UHashTok key);
705 uhash_compareUChars(const UHashTok key1, const UHashTok key2);
715 uhash_compareChars(const UHashTok key1, const UHashTok key2);
725 uhash_compareIChars(const UHashTok key1, const UHashTok key2);
[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()
/third_party/icu/icu4c/source/test/cintltst/
Dchashtst.c30 static int32_t U_EXPORT2 U_CALLCONV hashChars(const UHashTok key);
32 static UBool U_EXPORT2 U_CALLCONV isEqualChars(const UHashTok key1, const UHashTok key2);
55 UHashTok s, t; in _compareChars()
63 UHashTok s, t; in _compareIChars()
71 UHashTok s, t; in _compareUChars()
79 UHashTok s, t; in _compareLong()
377 static int32_t U_EXPORT2 U_CALLCONV hashChars(const UHashTok key) { in hashChars()
381 static UBool U_EXPORT2 U_CALLCONV isEqualChars(const UHashTok key1, const UHashTok key2) { in isEqualChars()
/third_party/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.cpp615 const UHashTok keyTok = elem->key; in getBestSkeleton()
726 const UHashTok valueTok = element->value; in deleteHash()
743 static UBool U_CALLCONV dtitvinfHashTableValueComparator(UHashTok val1, UHashTok val2);
746 U_CALLCONV dtitvinfHashTableValueComparator(UHashTok val1, UHashTok val2) { in dtitvinfHashTableValueComparator()
790 const UHashTok keyTok = element->key; in copyHash()
792 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()
/third_party/node/deps/icu-small/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.cpp619 const UHashTok keyTok = elem->key; in getBestSkeleton()
730 const UHashTok valueTok = element->value; in deleteHash()
747 static UBool U_CALLCONV dtitvinfHashTableValueComparator(UHashTok val1, UHashTok val2);
750 U_CALLCONV dtitvinfHashTableValueComparator(UHashTok val1, UHashTok val2) { in dtitvinfHashTableValueComparator()
794 const UHashTok keyTok = element->key; in copyHash()
796 const UHashTok valueTok = element->value; in copyHash()
Dtmutfmt.cpp202 const UHashTok keyTok = elem->key; in parseObject()
208 const UHashTok valueTok = elem->value; in parseObject()
705 const UHashTok valueTok = element->value; in deleteHash()
726 const UHashTok keyTok = element->key; in copyHash()
728 const UHashTok valueTok = element->value; in copyHash()
754 static UBool U_CALLCONV tmutfmtHashTableValueComparator(UHashTok val1, UHashTok val2);
757 U_CALLCONV tmutfmtHashTableValueComparator(UHashTok val1, UHashTok val2) { in tmutfmtHashTableValueComparator()
/third_party/skia/third_party/externals/icu/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.cpp633 const UHashTok keyTok = elem->key; in getBestSkeleton()
744 const UHashTok valueTok = element->value; in deleteHash()
761 static UBool U_CALLCONV dtitvinfHashTableValueComparator(UHashTok val1, UHashTok val2);
764 U_CALLCONV dtitvinfHashTableValueComparator(UHashTok val1, UHashTok val2) { in dtitvinfHashTableValueComparator()
808 const UHashTok keyTok = element->key; in copyHash()
810 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()
/third_party/skia/third_party/externals/icu/source/tools/gensprep/
Dstore.c229 static int32_t U_CALLCONV hashEntry(const UHashTok parm) { in hashEntry()
234 static UBool U_CALLCONV compareEntries(const UHashTok p1, const UHashTok p2) { in compareEntries()
/third_party/icu/icu4c/source/tools/gensprep/
Dstore.c230 static int32_t U_CALLCONV hashEntry(const UHashTok parm) { in hashEntry()
235 static UBool U_CALLCONV compareEntries(const UHashTok p1, const UHashTok p2) { in compareEntries()

12