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

/external/icu/icu4c/source/i18n/unicode/
H A Dmsgfmt.h38 struct UHashtable;
39 typedef struct UHashtable UHashtable; /**< @internal */ typedef in typeref:struct:UHashtable
920 UHashtable* cachedFormatters;
921 UHashtable* customFormatArgStarts;
/external/icu/icu4c/source/common/
H A Duhash.h22 * 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 { struct
171 UBool allocated; /* Was this UHashtable allocated? */
173 typedef struct UHashtable UHashtable; typedef in typeref:struct:UHashtable
[all...]
/external/icu/icu4c/source/common/unicode/
H A Dstringtriebuilder.h27 struct UHashtable;
28 typedef struct UHashtable UHashtable; typedef in typeref:struct:UHashtable
185 UHashtable *nodes;

Completed in 137 milliseconds