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

/external/icu4c/i18n/unicode/
H A Dmsgfmt.h38 struct UHashtable;
39 typedef struct UHashtable UHashtable; typedef in typeref:struct:UHashtable
927 UHashtable* cachedFormatters;
928 UHashtable* customFormatArgStarts;
/external/icu4c/common/
H A Duhash.h19 * UHashtable stores key-value pairs and does moderately fast lookup
28 * UHashtable doesn't care and manipulates them via user-supplied
34 * UHashtable ownership of keys and values is flexible, and controlled
37 * then UHashtable can be made to delete that object by setting the
148 * The UHashtable struct. Clients should treat this as an opaque data
151 struct UHashtable { struct
187 UBool allocated; /* Was this UHashtable allocated? */
189 typedef struct UHashtable UHashtable; typedef in typeref:struct:UHashtable
198 * Initialize a new UHashtable
[all...]
/external/icu4c/common/unicode/
H A Dstringtriebuilder.h22 struct UHashtable;
23 typedef struct UHashtable UHashtable; typedef in typeref:struct:UHashtable
170 UHashtable *nodes;

Completed in 28 milliseconds