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

/external/icu/icu4c/source/common/
H A Duhash.h57 * UHashElement pointer. A hash element contains a key, value, and
66 * Under no circumstances should the UHashElement returned by
94 struct UHashElement { struct
100 typedef struct UHashElement UHashElement; typedef in typeref:struct:UHashElement
139 UHashElement *elements;
488 U_CAPI const UHashElement* U_EXPORT2
511 U_CAPI const UHashElement* U_EXPORT2
527 uhash_removeElement(UHashtable *hash, const UHashElement* e);

Completed in 25 milliseconds