/external/icu/icu4c/source/common/ |
D | uhash.h | 137 struct UHashtable { struct 175 typedef struct UHashtable UHashtable; typedef 193 U_CAPI UHashtable* U_EXPORT2 210 U_CAPI UHashtable* U_EXPORT2 227 U_CAPI UHashtable* U_EXPORT2 228 uhash_init(UHashtable *hash, 245 U_CAPI UHashtable* U_EXPORT2 246 uhash_initSize(UHashtable *hash, 258 uhash_close(UHashtable *hash); 269 uhash_setKeyHasher(UHashtable *hash, UHashFunction *fn); [all …]
|
D | uhash.cpp | 143 _uhash_setElement(UHashtable *hash, UHashElement* e, in _uhash_setElement() 183 _uhash_internalRemoveElement(UHashtable *hash, UHashElement* e) { in _uhash_internalRemoveElement() 192 _uhash_internalSetResizePolicy(UHashtable *hash, enum UHashResizePolicy policy) { in _uhash_internalSetResizePolicy() 210 _uhash_allocate(UHashtable *hash, in _uhash_allocate() 248 static UHashtable* 249 _uhash_init(UHashtable *result, in _uhash_init() 277 static UHashtable* 283 UHashtable *result; in _uhash_create() 287 result = (UHashtable*) uprv_malloc(sizeof(UHashtable)); in _uhash_create() 333 _uhash_find(const UHashtable *hash, UHashTok key, in _uhash_find() [all …]
|
D | hash.h | 31 UHashtable* hash; 32 UHashtable hashObj;
|
D | unifiedcache.h | 25 struct UHashtable; 348 UHashtable *fHashtable;
|
D | uloc_keytype.cpp | 20 static UHashtable* gLocExtKeyMap = NULL; 37 UHashtable* typeMap; 173 UHashtable* typeDataMap = uhash_open(uhash_hashIChars, uhash_compareIChars, NULL, &sts); in initFromResourceBundle()
|
D | rbbiscan.h | 138 UHashtable *fSetTable; // UnicocodeSet hash table, holds indexes to
|
D | rbbirb.h | 65 UHashtable *fHashTable;
|
D | udata.cpp | 110 static UHashtable *gCommonDataCache = NULL; /* Global hash table of opened ICU data files. */ 296 static UHashtable *udata_getHashTable(UErrorCode &err) { in udata_getHashTable() 305 UHashtable *htable; in udata_findCachedData() 333 UHashtable *htable; in udata_cacheDataItem()
|
/external/icu/icu4c/source/test/cintltst/ |
D | chashtst.c | 32 static void _put(UHashtable* hash, 37 static void _get(UHashtable* hash, 41 static void _remove(UHashtable* hash, 106 UHashtable *hash; in TestBasic() 156 UHashtable *hash; in TestOtherAPI() 290 UHashtable *hash; in hashIChars() 338 static void _put(UHashtable* hash, in _put() 357 static void _get(UHashtable* hash, in _get() 374 static void _remove(UHashtable* hash, in _remove()
|
/external/icu/icu4c/source/i18n/ |
D | uspoof_conf.h | 80 UHashtable *fHash; // Key: UnicodeString Value: SPUString 93 UHashtable *fTable; 115 UHashtable *table, // The table, one of SATable, MATable, etc.
|
D | coleitr.cpp | 399 MaxExpSink(UHashtable *h, UErrorCode &ec) : maxExpansions(h), errorCode(ec) {} in MaxExpSink() 428 UHashtable *maxExpansions; 436 UHashtable * 439 UHashtable *maxExpansions = uhash_open(uhash_hashLong, uhash_compareLong, in computeMaxExpansions() 457 CollationElementIterator::getMaxExpansion(const UHashtable *maxExpansions, int32_t order) { in getMaxExpansion()
|
D | tznames_impl.h | 69 UHashtable *fHash; 208 UHashtable* fTZNamesMap; 209 UHashtable* fMZNamesMap;
|
D | astro.h | 731 struct UHashtable; 751 UHashtable *fTable;
|
D | anytrans.h | 42 UHashtable* cache;
|
D | collationtailoring.h | 84 mutable UHashtable *maxExpansions;
|
D | region.cpp | 64 static UHashtable *regionAliases = NULL; 65 static UHashtable *regionIDMap = NULL; 66 static UHashtable *numericCodeMap = NULL;
|
D | zonemeta.cpp | 36 static UHashtable *gCanonicalIDCache = NULL; 40 static UHashtable *gOlsonToMeta = NULL; 45 static UHashtable *gMetaZoneIDTable = NULL;
|
/external/icu/icu4c/source/i18n/unicode/ |
D | coleitr.h | 44 struct UHashtable; 357 static UHashtable *computeMaxExpansions(const CollationData *data, UErrorCode &errorCode); 359 static int32_t getMaxExpansion(const UHashtable *maxExpansions, int32_t order);
|
D | msgfmt.h | 40 struct UHashtable; 41 typedef struct UHashtable UHashtable; /**< @internal */ typedef 925 UHashtable* cachedFormatters; 926 UHashtable* customFormatArgStarts;
|
D | compactdecimalformat.h | 26 struct UHashtable;
|
D | regex.h | 60 struct UHashtable; 629 UHashtable *fNamedCaptureMap; // Map from capture group names to numbers.
|
D | alphaindex.h | 69 struct UHashtable;
|
/external/icu/icu4c/source/common/unicode/ |
D | stringtriebuilder.h | 30 struct UHashtable; 31 typedef struct UHashtable UHashtable; typedef 189 UHashtable *nodes;
|
/external/icu/icu4c/source/tools/genrb/ |
D | reslist.h | 91 void compactStringsV2(UHashtable *stringSet, UErrorCode &errorCode); 180 void preflightStrings(SRBRoot *bundle, UHashtable *stringSet, UErrorCode &errorCode); 181 …virtual void handlePreflightStrings(SRBRoot *bundle, UHashtable *stringSet, UErrorCode &errorCode); 234 …virtual void handlePreflightStrings(SRBRoot *bundle, UHashtable *stringSet, UErrorCode &errorCode); 344 …virtual void handlePreflightStrings(SRBRoot *bundle, UHashtable *stringSet, UErrorCode &errorCode);
|
D | reslist.cpp | 392 StringResource::handlePreflightStrings(SRBRoot *bundle, UHashtable *stringSet, in handlePreflightStrings() 432 ContainerResource::handlePreflightStrings(SRBRoot *bundle, UHashtable *stringSet, in handlePreflightStrings() 440 SResource::preflightStrings(SRBRoot *bundle, UHashtable *stringSet, UErrorCode &errorCode) { in preflightStrings() 456 SResource::handlePreflightStrings(SRBRoot * /*bundle*/, UHashtable * /*stringSet*/, in handlePreflightStrings() argument 866 UHashtable *stringSet; in write() 1528 SRBRoot::compactStringsV2(UHashtable *stringSet, UErrorCode &errorCode) { in compactStringsV2()
|