/external/icu4c/common/ |
D | uhash.h | 151 struct UHashtable { struct 189 typedef struct UHashtable UHashtable; typedef 207 U_CAPI UHashtable* U_EXPORT2 224 U_CAPI UHashtable* U_EXPORT2 241 U_CAPI UHashtable* U_EXPORT2 242 uhash_init(UHashtable *hash, 253 uhash_close(UHashtable *hash); 264 uhash_setKeyHasher(UHashtable *hash, UHashFunction *fn); 274 uhash_setKeyComparator(UHashtable *hash, UKeyComparator *fn); 284 uhash_setValueComparator(UHashtable *hash, UValueComparator *fn); [all …]
|
D | uhash.c | 140 _uhash_setElement(UHashtable *hash, UHashElement* e, in _uhash_setElement() 180 _uhash_internalRemoveElement(UHashtable *hash, UHashElement* e) { in _uhash_internalRemoveElement() 189 _uhash_internalSetResizePolicy(UHashtable *hash, enum UHashResizePolicy policy) { in _uhash_internalSetResizePolicy() 207 _uhash_allocate(UHashtable *hash, in _uhash_allocate() 245 static UHashtable* 246 _uhash_init(UHashtable *result, in _uhash_init() 274 static UHashtable* 280 UHashtable *result; in _uhash_create() 284 result = (UHashtable*) uprv_malloc(sizeof(UHashtable)); in _uhash_create() 330 _uhash_find(const UHashtable *hash, UHashTok key, in _uhash_find() [all …]
|
D | hash.h | 28 UHashtable* hash; 29 UHashtable hashObj;
|
D | rbbiscan.h | 135 UHashtable *fSetTable; // UnicocodeSet hash table, holds indexes to
|
D | udata.cpp | 108 static UHashtable *gCommonDataCache = NULL; /* Global hash table of opened ICU data files. */ 269 static UHashtable *udata_getHashTable() { in udata_getHashTable() 272 UHashtable *tHT = NULL; in udata_getHashTable() 308 UHashtable *htable; in udata_findCachedData() 332 UHashtable *htable; in udata_cacheDataItem()
|
D | rbbirb.h | 59 UHashtable *fHashTable;
|
D | usprep.cpp | 44 static UHashtable *SHARED_DATA_HASHTABLE = NULL; 213 UHashtable *newCache = uhash_open(hashEntry, compareEntries, NULL, status); in initCache()
|
D | locid.cpp | 80 static UHashtable *gDefaultLocalesHashT = NULL; 183 UHashtable *tHashTable = uhash_open(uhash_hashChars, uhash_compareChars, NULL, &status); in locale_set_default_internal()
|
/external/icu4c/i18n/ |
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.
|
D | tznames_impl.h | 64 UHashtable *fHash; 191 UHashtable* fTZNamesMap; 192 UHashtable* fMZNamesMap;
|
D | tzgnames.h | 76 UHashtable* fLocationNamesMap; 77 UHashtable* fPartialLocationNamesMap;
|
D | astro.h | 729 struct UHashtable; 749 UHashtable *fTable;
|
D | anytrans.h | 40 UHashtable* cache;
|
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); in getMetazoneMappings() 765 …UHashtable *metaZoneIDTable = uhash_open(uhash_hashUnicodeString, uhash_compareUnicodeString, NULL… in initAvailableMetaZoneIDs()
|
D | ucol_elm.h | 112 UHashtable *prefixLookup;
|
D | ucol_tok.h | 117 UHashtable *tailored;
|
D | colldata.cpp | 304 UHashtable *map; 381 UHashtable *map; 470 UHashtable *cache;
|
D | uspoof_conf.cpp | 298 UHashtable *table = uregex_start(fParseLine, 3, &status) >= 0 ? fSLTable : in build() 506 UHashtable *table, // The table, one of SATable, MATable, etc. in addKeyEntry()
|
D | tznames.cpp | 37 static UHashtable *gTimeZoneNamesCache = NULL;
|
D | numfmt.cpp | 139 static UHashtable * NumberingSystem_cache = NULL; 1193 UHashtable *cache; in makeInstance()
|
/external/icu4c/test/cintltst/ |
D | chashtst.c | 30 static void _put(UHashtable* hash, 35 static void _get(UHashtable* hash, 39 static void _remove(UHashtable* hash, 104 UHashtable *hash; in TestBasic() 154 UHashtable *hash; in TestOtherAPI() 288 UHashtable *hash; in hashIChars() 336 static void _put(UHashtable* hash, in _put() 355 static void _get(UHashtable* hash, in _get() 372 static void _remove(UHashtable* hash, in _remove()
|
/external/icu4c/i18n/unicode/ |
D | msgfmt.h | 38 struct UHashtable; 39 typedef struct UHashtable UHashtable; typedef 927 UHashtable* cachedFormatters; 928 UHashtable* customFormatArgStarts;
|
D | alphaindex.h | 65 struct UHashtable; 656 UHashtable *alreadyIn_; // Key=UnicodeString, value=UnicodeSet
|
/external/icu4c/common/unicode/ |
D | stringtriebuilder.h | 22 struct UHashtable; 23 typedef struct UHashtable UHashtable; typedef 170 UHashtable *nodes;
|
/external/icu4c/tools/genrb/ |
D | reslist.h | 57 UHashtable *fStringSet;
|