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

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

Completed in 312 milliseconds