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

  /external/icu/icu4c/source/i18n/unicode/
msgfmt.h 38 struct UHashtable;
39 typedef struct UHashtable UHashtable; /**< @internal */
    [all...]
  /external/icu/icu4c/source/common/
uhash.h 22 * UHashtable stores key-value pairs and does moderately fast lookup
31 * UHashtable doesn't care and manipulates them via user-supplied
37 * UHashtable ownership of keys and values is flexible, and controlled
40 * then UHashtable can be made to delete that object by setting the
85 * A key or value within a UHashtable.
132 * The UHashtable struct. Clients should treat this as an opaque data
135 struct UHashtable {
171 UBool allocated; /* Was this UHashtable allocated? */
173 typedef struct UHashtable UHashtable;
    [all...]
  /external/icu/icu4c/source/common/unicode/
stringtriebuilder.h 27 struct UHashtable;
28 typedef struct UHashtable UHashtable;
185 UHashtable *nodes;

Completed in 241 milliseconds