Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Duhash.h137 struct UHashtable { struct
141 UHashElement *elements;
145 UHashFunction *keyHasher; /* Computes hash from key.
147 UKeyComparator *keyComparator; /* Compares keys for equality.
149 UValueComparator *valueComparator; /* Compares the values for equality */
173 UBool allocated; /* Was this UHashtable allocated? */ argument
175 typedef struct UHashtable UHashtable; typedef
/external/icu/icu4c/source/i18n/unicode/
Dmsgfmt.h41 typedef struct UHashtable UHashtable; /**< @internal */ typedef
/external/icu/icu4c/source/common/unicode/
Dstringtriebuilder.h30 typedef struct UHashtable UHashtable; typedef
/external/icu/icu4c/source/tools/genrb/
Dreslist.cpp456 SResource::handlePreflightStrings(SRBRoot * /*bundle*/, UHashtable * /*stringSet*/, in handlePreflightStrings() argument