HomeSort by relevance Sort by last modified time
    Searched refs:UHashtable (Results 1 - 25 of 43) sorted by null

1 2

  /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 64 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;
349 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;
compactdecimalformat.cpp 32 static UHashtable* gCompactDecimalData = NULL;
98 UHashtable* unitsByVariant;
161 static int32_t populatePrefixSuffix(const char* variant, int32_t log10Value, const UnicodeString& formatStr, UHashtable* result, UBool overwrite, UErrorCode& status);
168 static CDFUnit* createCDFUnit(const char* variant, int32_t log10Value, UHashtable* table, UErrorCode& status);
169 static const CDFUnit* getCDFUnitFallback(const UHashtable* table, const UnicodeString& variant, int32_t log10Value);
175 const UHashtable* unitsByVariant,
770 const char* variant, int32_t log10Value, const UnicodeString& formatStr, UHashtable* result, UBool overwrite, UErrorCode& status) {
974 static CDFUnit* createCDFUnit(const char* variant, int32_t log10Value, UHashtable* table, UErrorCode& status) {
998 static const CDFUnit* getCDFUnitFallback(const UHashtable* table, const UnicodeString& variant, int32_t log10Value) {
    [all...]
gender.cpp 34 static UHashtable* gGenderInfoCache = 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;
400 const UHashtable* _unitsByVariant;
405 CompactDecimalFormat(const DecimalFormat &, const UHashtable* unitsByVariant, const double* divisors, PluralRules* pluralRules);
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 29 struct UHashtable;
30 typedef struct UHashtable UHashtable;
187 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...]

Completed in 2424 milliseconds

1 2