/external/cronet/third_party/icu/source/common/ |
D | uhash.h | 144 struct UHashtable { struct 182 typedef struct UHashtable UHashtable; typedef 200 U_CAPI UHashtable* U_EXPORT2 217 U_CAPI UHashtable* U_EXPORT2 234 U_CAPI UHashtable* U_EXPORT2 235 uhash_init(UHashtable *hash, 252 U_CAPI UHashtable* U_EXPORT2 253 uhash_initSize(UHashtable *hash, 265 uhash_close(UHashtable *hash); 276 uhash_setKeyHasher(UHashtable *hash, UHashFunction *fn); [all …]
|
D | uhash.cpp | 146 _uhash_setElement(UHashtable *hash, UHashElement* e, in _uhash_setElement() 186 _uhash_internalRemoveElement(UHashtable *hash, UHashElement* e) { in _uhash_internalRemoveElement() 195 _uhash_internalSetResizePolicy(UHashtable *hash, enum UHashResizePolicy policy) { in _uhash_internalSetResizePolicy() 213 _uhash_allocate(UHashtable *hash, in _uhash_allocate() 251 static UHashtable* 252 _uhash_init(UHashtable *result, in _uhash_init() 280 static UHashtable* 286 UHashtable *result; in _uhash_create() 290 result = (UHashtable*) uprv_malloc(sizeof(UHashtable)); in _uhash_create() 336 _uhash_find(const UHashtable *hash, UHashTok key, in _uhash_find() [all …]
|
D | localeprioritylist.h | 15 struct UHashtable; 110 UHashtable *map = nullptr;
|
/external/icu/icu4c/source/common/ |
D | uhash.h | 144 struct UHashtable { struct 182 typedef struct UHashtable UHashtable; typedef 200 U_CAPI UHashtable* U_EXPORT2 217 U_CAPI UHashtable* U_EXPORT2 234 U_CAPI UHashtable* U_EXPORT2 235 uhash_init(UHashtable *hash, 252 U_CAPI UHashtable* U_EXPORT2 253 uhash_initSize(UHashtable *hash, 265 uhash_close(UHashtable *hash); 276 uhash_setKeyHasher(UHashtable *hash, UHashFunction *fn); [all …]
|
D | uhash.cpp | 146 _uhash_setElement(UHashtable *hash, UHashElement* e, in _uhash_setElement() 186 _uhash_internalRemoveElement(UHashtable *hash, UHashElement* e) { in _uhash_internalRemoveElement() 195 _uhash_internalSetResizePolicy(UHashtable *hash, enum UHashResizePolicy policy) { in _uhash_internalSetResizePolicy() 213 _uhash_allocate(UHashtable *hash, in _uhash_allocate() 251 static UHashtable* 252 _uhash_init(UHashtable *result, in _uhash_init() 280 static UHashtable* 286 UHashtable *result; in _uhash_create() 290 result = (UHashtable*) uprv_malloc(sizeof(UHashtable)); in _uhash_create() 336 _uhash_find(const UHashtable *hash, UHashTok key, in _uhash_find() [all …]
|
D | localeprioritylist.h | 15 struct UHashtable; 110 UHashtable *map = nullptr;
|
/external/icu/libicu/cts_headers/ |
D | uhash.h | 144 struct UHashtable { struct 182 typedef struct UHashtable UHashtable; typedef 200 U_CAPI UHashtable* U_EXPORT2 217 U_CAPI UHashtable* U_EXPORT2 234 U_CAPI UHashtable* U_EXPORT2 235 uhash_init(UHashtable *hash, 252 U_CAPI UHashtable* U_EXPORT2 253 uhash_initSize(UHashtable *hash, 265 uhash_close(UHashtable *hash); 276 uhash_setKeyHasher(UHashtable *hash, UHashFunction *fn); [all …]
|
D | uspoof_conf.h | 81 UHashtable *fHash; // Key: UnicodeString Value: SPUString 94 UHashtable *fTable; 116 UHashtable *table, // The table, one of SATable, MATable, etc.
|
D | localeprioritylist.h | 15 struct UHashtable; 110 UHashtable *map = nullptr;
|
/external/icu/icu4c/source/test/cintltst/ |
D | chashtst.c | 34 static void _put(UHashtable* hash, 39 static void _get(UHashtable* hash, 43 static void _remove(UHashtable* hash, 109 UHashtable *hash; in TestBasic() 160 UHashtable *hash = uhash_open(hashChars, isEqualChars, NULL, &status); in TestAllowZero() 209 UHashtable *hash; in TestOtherAPI() 343 UHashtable *hash; in hashIChars() 391 static void _put(UHashtable* hash, in _put() 430 static void _get(UHashtable* hash, in _get() 443 static void _remove(UHashtable* hash, in _remove()
|
/external/cronet/third_party/icu/source/test/cintltst/ |
D | chashtst.c | 34 static void _put(UHashtable* hash, 39 static void _get(UHashtable* hash, 43 static void _remove(UHashtable* hash, 109 UHashtable *hash; in TestBasic() 160 UHashtable *hash = uhash_open(hashChars, isEqualChars, NULL, &status); in TestAllowZero() 209 UHashtable *hash; in TestOtherAPI() 343 UHashtable *hash; in hashIChars() 391 static void _put(UHashtable* hash, in _put() 430 static void _get(UHashtable* hash, in _get() 443 static void _remove(UHashtable* hash, in _remove()
|
/external/icu/icu4c/source/i18n/ |
D | uspoof_conf.h | 81 UHashtable *fHash; // Key: UnicodeString Value: SPUString 94 UHashtable *fTable; 116 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()
|
/external/cronet/third_party/icu/source/i18n/ |
D | uspoof_conf.h | 81 UHashtable *fHash; // Key: UnicodeString Value: SPUString 94 UHashtable *fTable; 116 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()
|
/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;
|
/external/cronet/third_party/icu/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/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/cronet/third_party/icu/source/common/unicode/ |
D | stringtriebuilder.h | 33 struct UHashtable; 34 typedef struct UHashtable UHashtable; typedef 192 UHashtable *nodes;
|
/external/icu/icu4c/source/common/unicode/ |
D | stringtriebuilder.h | 33 struct UHashtable; 34 typedef struct UHashtable UHashtable; typedef 192 UHashtable *nodes;
|
/external/cronet/third_party/icu/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)…
|