HomeSort by relevance Sort by last modified time
    Searched refs:UHashTok (Results 1 - 17 of 17) sorted by null

  /external/icu/icu4c/source/common/
uhash.h 84 * UHashTok, but the deleter receives the void* pointer within it.
86 typedef UElement UHashTok;
94 UHashTok value;
95 UHashTok key;
104 typedef int32_t U_CALLCONV UHashFunction(const UHashTok key);
527 * UHashTok convenience
531 * Return a UHashTok for an integer.
533 * @return a UHashTok for an integer.
535 /*U_CAPI UHashTok U_EXPORT2
539 * Return a UHashTok for a pointer
    [all...]
uhash.c 118 /* This macro expects a UHashTok.pointer as its keypointer and
140 static UHashTok
143 UHashTok key, UHashTok value, int8_t hint) {
145 UHashTok oldValue = e->value;
157 /* Compilers should copy the UHashTok union correctly, but even if
180 static UHashTok
182 UHashTok empty;
213 UHashTok emptytok;
331 _uhash_find(const UHashtable *hash, UHashTok key
    [all...]
unifiedcache.cpp 43 ucache_hashKeys(const UHashTok key) {
49 ucache_compareKeys(const UHashTok key1, const UHashTok key2) {
usprep.cpp 108 hashEntry(const UHashTok parm) {
110 UHashTok namekey, pathkey;
118 compareEntries(const UHashTok p1, const UHashTok p2) {
121 UHashTok name1, name2, path1, path2;
stringtriebuilder.cpp 24 hashStringTrieNode(const UHashTok key) {
29 equalStringTrieNodes(const UHashTok key1, const UHashTok key2) {
uresbund.cpp 52 static int32_t U_CALLCONV hashEntry(const UHashTok parm) {
54 UHashTok namekey, pathkey;
61 static UBool U_CALLCONV compareEntries(const UHashTok p1, const UHashTok p2) {
64 UHashTok name1, name2, path1, path2;
315 /*UHashTok hashkey; */
    [all...]
  /external/icu/icu4c/source/test/cintltst/
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);
46 * UHashTok wrapper functions
51 UHashTok s, t;
59 UHashTok s, t;
67 UHashTok s, t;
75 UHashTok s, t;
322 static int32_t U_EXPORT2 U_CALLCONV hashChars(const UHashTok key) {
326 static UBool U_EXPORT2 U_CALLCONV isEqualChars(const UHashTok key1, const UHashTok key2)
    [all...]
  /external/icu/icu4c/source/i18n/
currpinf.cpp 38 static UBool U_CALLCONV ValueComparator(UHashTok val1, UHashTok val2);
41 U_CALLCONV ValueComparator(UHashTok val1, UHashTok val2) {
344 const UHashTok valueTok = element->value;
383 const UHashTok keyTok = element->key;
385 const UHashTok valueTok = element->value;
dtitvinf.cpp 489 const UHashTok keyTok = elem->key;
594 const UHashTok valueTok = element->value;
611 static UBool U_CALLCONV dtitvinfHashTableValueComparator(UHashTok val1, UHashTok val2);
614 U_CALLCONV dtitvinfHashTableValueComparator(UHashTok val1, UHashTok val2) {
658 const UHashTok keyTok = element->key;
660 const UHashTok valueTok = element->value;
tmutfmt.cpp 195 const UHashTok keyTok = elem->key;
201 const UHashTok valueTok = elem->value;
693 const UHashTok valueTok = element->value;
714 const UHashTok keyTok = element->key;
716 const UHashTok valueTok = element->value;
742 static UBool U_CALLCONV tmutfmtHashTableValueComparator(UHashTok val1, UHashTok val2);
745 U_CALLCONV tmutfmtHashTableValueComparator(UHashTok val1, UHashTok val2) {
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) {
221 U_CALLCONV decimfmtAffixPatternValueComparator(UHashTok val1, UHashTok val2) {
643 const UHashTok valueTok = element->value;
645 const UHashTok keyTok = element->key
    [all...]
uspoof_conf.cpp 108 static int8_t U_CALLCONV SPUStringCompare(UHashTok left, UHashTok right) {
tzgnames.cpp 64 hashPartialLocationKey(const UHashTok key) {
79 comparePartialLocationKey(const UHashTok key1, const UHashTok key2) {
    [all...]
msgfmt.cpp 156 static UBool U_CALLCONV equalFormatsForHash(const UHashTok key1,
157 const UHashTok key2) {
    [all...]
dtptngen.cpp     [all...]
  /external/icu/icu4c/source/test/intltest/
sfwdchit.cpp 95 UHashTok key;
  /external/icu/icu4c/source/tools/gensprep/
store.c 226 static int32_t U_CALLCONV hashEntry(const UHashTok parm) {
231 static UBool U_CALLCONV compareEntries(const UHashTok p1, const UHashTok p2) {

Completed in 543 milliseconds