/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 | 144 _uhash_setElement(UHashtable *hash, UHashElement* e, in _uhash_setElement() 184 _uhash_internalRemoveElement(UHashtable *hash, UHashElement* e) { in _uhash_internalRemoveElement() 193 _uhash_internalSetResizePolicy(UHashtable *hash, enum UHashResizePolicy policy) { in _uhash_internalSetResizePolicy() 211 _uhash_allocate(UHashtable *hash, in _uhash_allocate() 249 static UHashtable* 250 _uhash_init(UHashtable *result, in _uhash_init() 278 static UHashtable* 284 UHashtable *result; in _uhash_create() 288 result = (UHashtable*) uprv_malloc(sizeof(UHashtable)); in _uhash_create() 334 _uhash_find(const UHashtable *hash, UHashTok key, in _uhash_find() [all …]
|
D | localeprioritylist.h | 15 struct UHashtable; 110 UHashtable *map = nullptr;
|
D | hash.h | 31 UHashtable* hash; 32 UHashtable hashObj;
|
/external/icu/libicu/cts_headers/ |
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 | uspoof_conf.h | 80 UHashtable *fHash; // Key: UnicodeString Value: SPUString 93 UHashtable *fTable; 115 UHashtable *table, // The table, one of SATable, MATable, etc.
|
D | localeprioritylist.h | 15 struct UHashtable; 110 UHashtable *map = nullptr;
|
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 | hash.h | 31 UHashtable* hash; 32 UHashtable hashObj;
|
/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;
|
/external/icu/libicu/cts_headers/unicode/ |
D | coleitr.h | 46 struct UHashtable; 359 static UHashtable *computeMaxExpansions(const CollationData *data, UErrorCode &errorCode); 361 static int32_t getMaxExpansion(const UHashtable *maxExpansions, int32_t order);
|
D | msgfmt.h | 42 struct UHashtable; 43 typedef struct UHashtable UHashtable; /**< @internal */ typedef 942 UHashtable* cachedFormatters; 943 UHashtable* customFormatArgStarts;
|
D | stringtriebuilder.h | 33 struct UHashtable; 34 typedef struct UHashtable UHashtable; typedef 192 UHashtable *nodes;
|
D | localematcher.h | 134 struct UHashtable; 707 UHashtable *supportedLsrToIndex; // Map<LSR, Integer> stores index+1 because 0 is "not found"
|
/external/icu/icu4c/source/i18n/unicode/ |
D | coleitr.h | 46 struct UHashtable; 359 static UHashtable *computeMaxExpansions(const CollationData *data, UErrorCode &errorCode); 361 static int32_t getMaxExpansion(const UHashtable *maxExpansions, int32_t order);
|
D | msgfmt.h | 42 struct UHashtable; 43 typedef struct UHashtable UHashtable; /**< @internal */ typedef 942 UHashtable* cachedFormatters; 943 UHashtable* customFormatArgStarts;
|
/external/icu/icu4c/source/common/unicode/ |
D | stringtriebuilder.h | 33 struct UHashtable; 34 typedef struct UHashtable UHashtable; typedef 192 UHashtable *nodes;
|
/external/icu/icu4c/source/tools/genrb/ |
D | reslist.h | 95 void compactStringsV2(UHashtable *stringSet, UErrorCode &errorCode); 184 void preflightStrings(SRBRoot *bundle, UHashtable *stringSet, UErrorCode &errorCode); 185 …virtual void handlePreflightStrings(SRBRoot *bundle, UHashtable *stringSet, UErrorCode &errorCode); 251 …void handlePreflightStrings(SRBRoot *bundle, UHashtable *stringSet, UErrorCode &errorCode) overrid… 366 …virtual void handlePreflightStrings(SRBRoot *bundle, UHashtable *stringSet, UErrorCode &errorCode);
|