/external/icu4c/common/ |
H A D | 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 { struct 187 UBool allocated; /* Was this UHashtable allocated? */ 189 typedef struct UHashtable UHashtable; typedef in typeref:struct:UHashtable 198 * Initialize a new UHashtable [all...] |
H A D | 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...] |
H A D | rbbiscan.h | 135 UHashtable *fSetTable; // UnicocodeSet hash table, holds indexes to
|
H A D | hash.h | 21 * Hashtable is a thin C++ wrapper around UHashtable, a general-purpose void* 28 UHashtable* hash; 29 UHashtable hashObj;
|
H A D | rbbirb.h | 59 UHashtable *fHashTable;
|
H A D | udata.cpp | 108 static UHashtable *gCommonDataCache = NULL; /* Global hash table of opened ICU data files. */ 269 static UHashtable *udata_getHashTable() { 272 UHashtable *tHT = NULL; 308 UHashtable *htable; 332 UHashtable *htable;
|
H A D | locid.cpp | 80 static UHashtable *gDefaultLocalesHashT = NULL; 183 UHashtable *tHashTable = uhash_open(uhash_hashChars, uhash_compareChars, NULL, &status);
|
/external/icu4c/i18n/ |
H A D | 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.
|
H A D | anytrans.h | 40 UHashtable* cache;
|
H A D | tznames_impl.h | 64 UHashtable *fHash; 191 UHashtable* fTZNamesMap; 192 UHashtable* fMZNamesMap;
|
H A D | tzgnames.h | 76 UHashtable* fLocationNamesMap; 77 UHashtable* fPartialLocationNamesMap;
|
H A D | astro.h | 729 struct UHashtable; 749 UHashtable *fTable;
|
H A D | ucol_elm.h | 112 UHashtable *prefixLookup;
|
H A D | ucol_tok.h | 117 UHashtable *tailored;
|
H A D | zonemeta.cpp | 32 static UHashtable *gCanonicalIDCache = NULL; 36 static UHashtable *gOlsonToMeta = NULL; 41 static UHashtable *gMetaZoneIDTable = NULL; 541 UHashtable *tmpOlsonToMeta = uhash_open(uhash_hashUChars, uhash_compareUChars, NULL, &status); 765 UHashtable *metaZoneIDTable = uhash_open(uhash_hashUnicodeString, uhash_compareUnicodeString, NULL, &status);
|
H A D | uspoof_conf.cpp | 298 UHashtable *table = uregex_start(fParseLine, 3, &status) >= 0 ? fSLTable : 506 UHashtable *table, // The table, one of SATable, MATable, etc.
|
H A D | tznames.cpp | 37 static UHashtable *gTimeZoneNamesCache = NULL;
|
H A D | colldata.cpp | 304 UHashtable *map; 381 UHashtable *map; 470 UHashtable *cache;
|
H A D | tzfmt.cpp | 304 static UHashtable *gTimeZoneFormatCache = NULL;
|
/external/icu4c/test/cintltst/ |
H A D | 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/i18n/unicode/ |
H A D | msgfmt.h | 38 struct UHashtable; 39 typedef struct UHashtable UHashtable; typedef in typeref:struct:UHashtable 927 UHashtable* cachedFormatters; 928 UHashtable* customFormatArgStarts;
|
H A D | alphaindex.h | 65 struct UHashtable; 656 UHashtable *alreadyIn_; // Key=UnicodeString, value=UnicodeSet
|
/external/icu4c/common/unicode/ |
H A D | stringtriebuilder.h | 22 struct UHashtable; 23 typedef struct UHashtable UHashtable; typedef in typeref:struct:UHashtable 170 UHashtable *nodes;
|
/external/icu4c/tools/genrb/ |
H A D | reslist.h | 57 UHashtable *fStringSet;
|
/external/icu4c/tools/gensprep/ |
H A D | store.c | 209 static UHashtable* hashTable = NULL;
|