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

  /external/chromium/third_party/icu/source/common/
uhash.h 19 * 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
147 * The UHashtable struct. Clients should treat this as an opaque data
150 struct UHashtable {
186 UBool allocated; /* Was this UHashtable allocated? */
188 typedef struct UHashtable UHashtable;
197 * Initialize a new UHashtable
    [all...]
  /external/icu4c/common/
uhash.h 19 * 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
147 * The UHashtable struct. Clients should treat this as an opaque data
150 struct UHashtable {
186 UBool allocated; /* Was this UHashtable allocated? */
188 typedef struct UHashtable UHashtable;
197 * Initialize a new UHashtable
    [all...]

Completed in 90 milliseconds