HomeSort by relevance Sort by last modified time
    Searched defs:UHashElement (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4c/source/common/
uhash.h 56 * UHashElement pointer. A hash element contains a key, value, and
62 * should the UHashElement returned by uhash_nextElement be modified
90 struct UHashElement {
96 typedef struct UHashElement UHashElement;
135 UHashElement *elements;
484 U_CAPI const UHashElement* U_EXPORT2
500 U_CAPI const UHashElement* U_EXPORT2
516 uhash_removeElement(UHashtable *hash, const UHashElement* e);
  /external/chromium_org/third_party/icu/source/common/
uhash.h 54 * UHashElement pointer. A hash element contains a key, value, and
60 * should the UHashElement returned by uhash_nextElement be modified
97 struct UHashElement {
103 typedef struct UHashElement UHashElement;
155 UHashElement *elements;
504 U_CAPI const UHashElement* U_EXPORT2
520 U_CAPI const UHashElement* U_EXPORT2
536 uhash_removeElement(UHashtable *hash, const UHashElement* e);

Completed in 149 milliseconds