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

  /external/icu4c/common/
uhash.h 21 * UHashtable stores key-value pairs and does moderately fast lookup
30 * UHashtable doesn't care and manipulates them via user-supplied
36 * UHashtable ownership of keys and values is flexible, and controlled
39 * then UHashtable can be made to delete that object by setting the
81 * A key or value within a UHashtable.
128 * The UHashtable struct. Clients should treat this as an opaque data
131 struct UHashtable {
167 UBool allocated; /* Was this UHashtable allocated? */
169 typedef struct UHashtable UHashtable;
    [all...]
  /external/icu4c/i18n/unicode/
msgfmt.h 38 struct UHashtable;
39 typedef struct UHashtable UHashtable;
    [all...]
  /external/icu4c/common/unicode/
stringtriebuilder.h 27 struct UHashtable;
28 typedef struct UHashtable UHashtable;
184 UHashtable *nodes;

Completed in 261 milliseconds