HomeSort by relevance Sort by last modified time
    Searched refs:UHashtable (Results 1 - 25 of 62) sorted by null

1 2 3

  /external/chromium_org/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
148 * The UHashtable struct. Clients should treat this as an opaque data
151 struct UHashtable {
187 UBool allocated; /* Was this UHashtable allocated? */
189 typedef struct UHashtable UHashtable;
198 * Initialize a new UHashtable
    [all...]
uhash.c 140 _uhash_setElement(UHashtable *hash, UHashElement* e,
180 _uhash_internalRemoveElement(UHashtable *hash, UHashElement* e) {
189 _uhash_internalSetResizePolicy(UHashtable *hash, enum UHashResizePolicy policy) {
207 _uhash_allocate(UHashtable *hash,
245 static UHashtable*
246 _uhash_init(UHashtable *result,
274 static UHashtable*
280 UHashtable *result;
284 result = (UHashtable*) uprv_malloc(sizeof(UHashtable));
    [all...]
rbbiscan.h 135 UHashtable *fSetTable; // UnicocodeSet hash table, holds indexes to
hash.h 21 * Hashtable is a thin C++ wrapper around UHashtable, a general-purpose void*
28 UHashtable* hash;
29 UHashtable hashObj;
rbbirb.h 59 UHashtable *fHashTable;
  /external/icu4c/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...]
uhash.c 141 _uhash_setElement(UHashtable *hash, UHashElement* e,
181 _uhash_internalRemoveElement(UHashtable *hash, UHashElement* e) {
190 _uhash_internalSetResizePolicy(UHashtable *hash, enum UHashResizePolicy policy) {
208 _uhash_allocate(UHashtable *hash,
246 static UHashtable*
247 _uhash_init(UHashtable *result,
275 static UHashtable*
281 UHashtable *result;
285 result = (UHashtable*) uprv_malloc(sizeof(UHashtable));
    [all...]
rbbiscan.h 135 UHashtable *fSetTable; // UnicocodeSet hash table, holds indexes to
hash.h 22 * Hashtable is a thin C++ wrapper around UHashtable, a general-purpose void*
29 UHashtable* hash;
30 UHashtable hashObj;
rbbirb.h 59 UHashtable *fHashTable;
  /external/chromium_org/third_party/icu/source/i18n/
uspoof_conf.h 74 UHashtable *fHash; // Key: UnicodeString Value: SPUString
87 UHashtable *fSLTable;
88 UHashtable *fSATable;
89 UHashtable *fMLTable;
90 UHashtable *fMATable;
113 UHashtable *table, // The table, one of SATable, MATable, etc.
anytrans.h 40 UHashtable* cache;
astro.h 729 struct UHashtable;
749 UHashtable *fTable;
ucol_elm.h 112 UHashtable *prefixLookup;
  /external/icu4c/i18n/
uspoof_conf.h 74 UHashtable *fHash; // Key: UnicodeString Value: SPUString
87 UHashtable *fSLTable;
88 UHashtable *fSATable;
89 UHashtable *fMLTable;
90 UHashtable *fMATable;
113 UHashtable *table, // The table, one of SATable, MATable, etc.
identifier_info.h 122 const UHashtable *getAlternates() const;
167 * @param alternates a UHashtable of UScriptSets.
172 static UnicodeString &displayAlternates(UnicodeString &dest, const UHashtable *alternates, UErrorCode &status);
186 UHashtable *fScriptSetSet;
anytrans.h 40 UHashtable* cache;
tznames_impl.h 64 UHashtable *fHash;
195 UHashtable* fTZNamesMap;
196 UHashtable* fMZNamesMap;
astro.h 729 struct UHashtable;
749 UHashtable *fTable;
ucol_elm.h 112 UHashtable *prefixLookup;
  /external/icu4c/i18n/unicode/
compactdecimalformat.h 25 struct UHashtable;
317 const UHashtable* _unitsByVariant;
322 CompactDecimalFormat(const DecimalFormat &, const UHashtable* unitsByVariant, const double* divisors, PluralRules* pluralRules);
msgfmt.h 38 struct UHashtable;
39 typedef struct UHashtable UHashtable;
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
chashtst.c 30 static void _put(UHashtable* hash,
35 static void _get(UHashtable* hash,
39 static void _remove(UHashtable* hash,
104 UHashtable *hash;
154 UHashtable *hash;
288 UHashtable *hash;
336 static void _put(UHashtable* hash,
355 static void _get(UHashtable* hash,
372 static void _remove(UHashtable* hash,
  /external/icu4c/test/cintltst/
chashtst.c 30 static void _put(UHashtable* hash,
35 static void _get(UHashtable* hash,
39 static void _remove(UHashtable* hash,
104 UHashtable *hash;
154 UHashtable *hash;
288 UHashtable *hash;
336 static void _put(UHashtable* hash,
355 static void _get(UHashtable* hash,
372 static void _remove(UHashtable* hash,
  /external/icu4c/common/unicode/
stringtriebuilder.h 27 struct UHashtable;
28 typedef struct UHashtable UHashtable;
184 UHashtable *nodes;

Completed in 361 milliseconds

1 2 3