Home
last modified time | relevance | path

Searched defs:UHashtable (Results 1 – 7 of 7) sorted by relevance

/external/icu/libicu/cts_headers/
Duhash.h144 struct UHashtable { struct
148 UHashElement *elements;
152 UHashFunction *keyHasher; /* Computes hash from key.
154 UKeyComparator *keyComparator; /* Compares keys for equality.
156 UValueComparator *valueComparator; /* Compares the values for equality */
180 UBool allocated; /* Was this UHashtable allocated? */ argument
182 typedef struct UHashtable UHashtable; typedef
/external/icu/icu4c/source/common/
Duhash.h144 struct UHashtable { struct
148 UHashElement *elements;
152 UHashFunction *keyHasher; /* Computes hash from key.
154 UKeyComparator *keyComparator; /* Compares keys for equality.
156 UValueComparator *valueComparator; /* Compares the values for equality */
180 UBool allocated; /* Was this UHashtable allocated? */ argument
182 typedef struct UHashtable UHashtable; typedef
/external/icu/icu4c/source/i18n/unicode/
Dmsgfmt.h43 typedef struct UHashtable UHashtable; /**< @internal */ typedef
/external/icu/libicu/cts_headers/unicode/
Dmsgfmt.h43 typedef struct UHashtable UHashtable; /**< @internal */ typedef
Dstringtriebuilder.h34 typedef struct UHashtable UHashtable; typedef
/external/icu/icu4c/source/common/unicode/
Dstringtriebuilder.h34 typedef struct UHashtable UHashtable; typedef
/external/icu/icu4c/source/tools/genrb/
Dreslist.cpp475 SResource::handlePreflightStrings(SRBRoot * /*bundle*/, UHashtable * /*stringSet*/, in handlePreflightStrings() argument