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

1 2

  /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...]
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 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...]
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/chromium/third_party/icu/source/i18n/
uspoof_buildconf.h 72 UHashtable *fHash; // Key: UnicodeString Value: SPUString
85 UHashtable *fSLTable;
86 UHashtable *fSATable;
87 UHashtable *fMLTable;
88 UHashtable *fMATable;
111 UHashtable *table, // The table, one of SATable, MATable, etc.
zonemeta.h 77 static UHashtable* createCanonicalMap(void);
78 static UHashtable* createOlsonToMetaMap(void);
79 static UHashtable* createMetaToOlsonMap(void);
anytrans.h 40 UHashtable* cache;
astro.h 729 struct UHashtable;
749 UHashtable *fTable;
zonemeta.cpp 27 static UHashtable *gCanonicalMap = NULL;
28 static UHashtable *gOlsonToMeta = NULL;
29 static UHashtable *gMetaToOlson = NULL;
289 UHashtable*
293 UHashtable *canonicalMap = NULL;
510 UHashtable*
514 UHashtable *olsonToMeta = NULL;
656 UHashtable*
660 UHashtable *metaToOlson = NULL;
778 UHashtable *tmpCanonicalMap = createCanonicalMap()
    [all...]
ucol_elm.h 112 UHashtable *prefixLookup;
ucol_tok.h 117 UHashtable *tailored;
  /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.
anytrans.h 40 UHashtable* cache;
astro.h 729 struct UHashtable;
749 UHashtable *fTable;
ucol_elm.h 112 UHashtable *prefixLookup;
zstrfmt.h 113 UHashtable *fHash;
290 UHashtable *fTzidToStrings;
291 UHashtable *fMzidToStrings;
ucol_tok.h 117 UHashtable *tailored;
  /external/chromium/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,

Completed in 516 milliseconds

1 2