Searched defs:UHashElement (Results 1 - 1 of 1) sorted by relevance

/external/icu/icu4c/source/common/
H A Duhash.h59 * UHashElement pointer. A hash element contains a key, value, and
68 * Under no circumstances should the UHashElement returned by
96 struct UHashElement { struct
102 typedef struct UHashElement UHashElement; typedef in typeref:struct:UHashElement
141 UHashElement *elements;
490 U_CAPI const UHashElement* U_EXPORT2
513 U_CAPI const UHashElement* U_EXPORT2
529 uhash_removeElement(UHashtable *hash, const UHashElement* e);

Completed in 112 milliseconds