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

  /external/chromium/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;
154 UHashElement *elements;
503 U_CAPI const UHashElement* U_EXPORT2
519 U_CAPI const UHashElement* U_EXPORT2
535 uhash_removeElement(UHashtable *hash, const UHashElement* e);
  /external/icu4c/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;
154 UHashElement *elements;
503 U_CAPI const UHashElement* U_EXPORT2
519 U_CAPI const UHashElement* U_EXPORT2
535 uhash_removeElement(UHashtable *hash, const UHashElement* e);

Completed in 53 milliseconds