/external/icu/icu4c/source/common/ |
uhash.h | 24 * UHashtable stores key-value pairs and does moderately fast lookup 33 * UHashtable doesn't care and manipulates them via user-supplied 39 * UHashtable ownership of keys and values is flexible, and controlled 42 * then UHashtable can be made to delete that object by setting the 87 * A key or value within a UHashtable. 134 * The UHashtable struct. Clients should treat this as an opaque data 137 struct UHashtable { 173 UBool allocated; /* Was this UHashtable allocated? */ 175 typedef struct UHashtable UHashtable; [all...] |
uhash.cpp | 143 _uhash_setElement(UHashtable *hash, UHashElement* e, 183 _uhash_internalRemoveElement(UHashtable *hash, UHashElement* e) { 192 _uhash_internalSetResizePolicy(UHashtable *hash, enum UHashResizePolicy policy) { 210 _uhash_allocate(UHashtable *hash, 248 static UHashtable* 249 _uhash_init(UHashtable *result, 277 static UHashtable* 283 UHashtable *result; 287 result = (UHashtable*) uprv_malloc(sizeof(UHashtable)); [all...] |
rbbiscan.h | 138 UHashtable *fSetTable; // UnicocodeSet hash table, holds indexes to
|
rbbirb.h | 65 UHashtable *fHashTable;
|
hash.h | 24 * Hashtable is a thin C++ wrapper around UHashtable, a general-purpose void* 31 UHashtable* hash; 32 UHashtable hashObj;
|
unifiedcache.h | 25 struct UHashtable; 348 UHashtable *fHashtable;
|
uloc_keytype.cpp | 20 static UHashtable* gLocExtKeyMap = NULL; 37 UHashtable* typeMap; 173 UHashtable* typeDataMap = uhash_open(uhash_hashIChars, uhash_compareIChars, NULL, &sts);
|
udata.cpp | 110 static UHashtable *gCommonDataCache = NULL; /* Global hash table of opened ICU data files. */ 296 static UHashtable *udata_getHashTable(UErrorCode &err) { 305 UHashtable *htable; 333 UHashtable *htable; [all...] |
/external/icu/icu4c/source/i18n/ |
uspoof_conf.h | 80 UHashtable *fHash; // Key: UnicodeString Value: SPUString 93 UHashtable *fTable; 115 UHashtable *table, // The table, one of SATable, MATable, etc.
|
anytrans.h | 42 UHashtable* cache;
|
collationtailoring.h | 84 mutable UHashtable *maxExpansions;
|
coleitr.cpp | 399 MaxExpSink(UHashtable *h, UErrorCode &ec) : maxExpansions(h), errorCode(ec) {} 428 UHashtable *maxExpansions; 436 UHashtable * 439 UHashtable *maxExpansions = uhash_open(uhash_hashLong, uhash_compareLong, 457 CollationElementIterator::getMaxExpansion(const UHashtable *maxExpansions, int32_t order) {
|
astro.h | 731 struct UHashtable; 751 UHashtable *fTable;
|
tznames_impl.h | 69 UHashtable *fHash; 208 UHashtable* fTZNamesMap; 209 UHashtable* fMZNamesMap;
|
gender.cpp | 34 static UHashtable* gGenderInfoCache = NULL;
|
region.cpp | 64 static UHashtable *regionAliases = NULL; 65 static UHashtable *regionIDMap = NULL; 66 static UHashtable *numericCodeMap = NULL;
|
/external/icu/icu4c/source/test/cintltst/ |
chashtst.c | 32 static void _put(UHashtable* hash, 37 static void _get(UHashtable* hash, 41 static void _remove(UHashtable* hash, 106 UHashtable *hash; 156 UHashtable *hash; 290 UHashtable *hash; 338 static void _put(UHashtable* hash, 357 static void _get(UHashtable* hash, 374 static void _remove(UHashtable* hash,
|
/external/icu/icu4c/source/i18n/unicode/ |
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);
|
compactdecimalformat.h | 26 struct UHashtable;
|
msgfmt.h | 40 struct UHashtable; 41 typedef struct UHashtable UHashtable; /**< @internal */ [all...] |
alphaindex.h | 69 struct UHashtable;
|
regex.h | 60 struct UHashtable; 629 UHashtable *fNamedCaptureMap; // Map from capture group names to numbers. [all...] |
/external/icu/icu4c/source/common/unicode/ |
stringtriebuilder.h | 30 struct UHashtable; 31 typedef struct UHashtable UHashtable; 189 UHashtable *nodes;
|
/external/icu/icu4c/source/tools/genrb/ |
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);
|
reslist.cpp | 392 StringResource::handlePreflightStrings(SRBRoot *bundle, UHashtable *stringSet, 432 ContainerResource::handlePreflightStrings(SRBRoot *bundle, UHashtable *stringSet, 440 SResource::preflightStrings(SRBRoot *bundle, UHashtable *stringSet, UErrorCode &errorCode) { 456 SResource::handlePreflightStrings(SRBRoot * /*bundle*/, UHashtable * /*stringSet*/, 866 UHashtable *stringSet; [all...] |