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

/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...]

Completed in 170 milliseconds