Home
last modified time | relevance | path

Searched refs:Hashtable (Results 1 – 25 of 192) sorted by relevance

12345678

/third_party/flutter/skia/third_party/externals/icu/source/common/
Dhash.h30 class U_COMMON_API Hashtable : public UMemory {
44 Hashtable(UBool ignoreKeyCase, UErrorCode& status);
52 Hashtable(UBool ignoreKeyCase, int32_t size, UErrorCode& status);
60 Hashtable(UKeyComparator *keyComp, UValueComparator *valueComp, UErrorCode& status);
66 Hashtable(UErrorCode& status);
72 Hashtable();
78 ~Hashtable();
110 UBool equals(const Hashtable& that) const;
112 Hashtable(const Hashtable &other); // forbid copying of this class
113 Hashtable &operator=(const Hashtable &other); // forbid copying of this class
[all …]
Dlocutil.cpp24 static icu::Hashtable * LocaleUtility_cache = NULL;
51 LocaleUtility_cache = new Hashtable(status); in locale_utility_init()
203 const Hashtable*
215 Hashtable *cache = LocaleUtility_cache; in getAvailableLocaleNames()
221 Hashtable* htp; in getAvailableLocaleNames()
223 htp = (Hashtable*) cache->get(bundleID); in getAvailableLocaleNames()
227 htp = new Hashtable(status); in getAvailableLocaleNames()
246 Hashtable *t = static_cast<Hashtable *>(cache->get(bundleID)); in getAvailableLocaleNames()
/third_party/node/deps/icu-small/source/common/
Dhash.h30 class U_COMMON_API Hashtable : public UMemory {
44 inline Hashtable(UBool ignoreKeyCase, UErrorCode& status);
52 inline Hashtable(UBool ignoreKeyCase, int32_t size, UErrorCode& status);
60 inline Hashtable(UKeyComparator *keyComp, UValueComparator *valueComp, UErrorCode& status);
66 inline Hashtable(UErrorCode& status);
72 inline Hashtable();
78 inline ~Hashtable();
116 inline UBool equals(const Hashtable& that) const;
118 Hashtable(const Hashtable &other); // forbid copying of this class
119 Hashtable &operator=(const Hashtable &other); // forbid copying of this class
[all …]
Dlocutil.cpp25 static icu::Hashtable * LocaleUtility_cache = NULL;
52 LocaleUtility_cache = new Hashtable(status); in locale_utility_init()
204 const Hashtable*
216 Hashtable *cache = LocaleUtility_cache; in getAvailableLocaleNames()
222 Hashtable* htp; in getAvailableLocaleNames()
224 htp = (Hashtable*) cache->get(bundleID); in getAvailableLocaleNames()
228 htp = new Hashtable(status); in getAvailableLocaleNames()
246 Hashtable *t = static_cast<Hashtable *>(cache->get(bundleID)); in getAvailableLocaleNames()
/third_party/skia/third_party/externals/icu/source/common/
Dhash.h30 class U_COMMON_API Hashtable : public UMemory {
44 inline Hashtable(UBool ignoreKeyCase, UErrorCode& status);
52 inline Hashtable(UBool ignoreKeyCase, int32_t size, UErrorCode& status);
60 inline Hashtable(UKeyComparator *keyComp, UValueComparator *valueComp, UErrorCode& status);
66 inline Hashtable(UErrorCode& status);
72 inline Hashtable();
78 inline ~Hashtable();
116 inline UBool equals(const Hashtable& that) const;
118 Hashtable(const Hashtable &other); // forbid copying of this class
119 Hashtable &operator=(const Hashtable &other); // forbid copying of this class
[all …]
Dlocutil.cpp25 static icu::Hashtable * LocaleUtility_cache = NULL;
52 LocaleUtility_cache = new Hashtable(status); in locale_utility_init()
204 const Hashtable*
216 Hashtable *cache = LocaleUtility_cache; in getAvailableLocaleNames()
222 Hashtable* htp; in getAvailableLocaleNames()
224 htp = (Hashtable*) cache->get(bundleID); in getAvailableLocaleNames()
228 htp = new Hashtable(status); in getAvailableLocaleNames()
246 Hashtable *t = static_cast<Hashtable *>(cache->get(bundleID)); in getAvailableLocaleNames()
/third_party/icu/icu4c/source/common/
Dhash.h30 class U_COMMON_API Hashtable : public UMemory {
44 inline Hashtable(UBool ignoreKeyCase, UErrorCode& status);
52 inline Hashtable(UBool ignoreKeyCase, int32_t size, UErrorCode& status);
60 inline Hashtable(UKeyComparator *keyComp, UValueComparator *valueComp, UErrorCode& status);
66 inline Hashtable(UErrorCode& status);
72 inline Hashtable();
78 inline ~Hashtable();
116 inline UBool equals(const Hashtable& that) const;
118 Hashtable(const Hashtable &other); // forbid copying of this class
119 Hashtable &operator=(const Hashtable &other); // forbid copying of this class
[all …]
Dlocutil.cpp25 static icu::Hashtable * LocaleUtility_cache = NULL;
52 LocaleUtility_cache = new Hashtable(status); in locale_utility_init()
204 const Hashtable*
216 Hashtable *cache = LocaleUtility_cache; in getAvailableLocaleNames()
222 Hashtable* htp; in getAvailableLocaleNames()
224 htp = (Hashtable*) cache->get(bundleID); in getAvailableLocaleNames()
228 htp = new Hashtable(status); in getAvailableLocaleNames()
246 Hashtable *t = static_cast<Hashtable *>(cache->get(bundleID)); in getAvailableLocaleNames()
/third_party/node/deps/icu-small/source/i18n/unicode/
Dtmutfmt.h54 class Hashtable; variable
190 Hashtable* fTimeUnitToCountToPatterns[TimeUnit::UTIMEUNIT_FIELD_COUNT];
213 const char*, Hashtable*, UErrorCode&);
216 Hashtable* initHash(UErrorCode& status);
219 void deleteHash(Hashtable* htable);
222 void copyHash(const Hashtable* source, Hashtable* target, UErrorCode& status);
Dcurrpinf.h29 class Hashtable; variable
209 void deleteHash(Hashtable* hTable);
218 Hashtable* initHash(UErrorCode& status);
229 void copyHash(const Hashtable* source, Hashtable* target, UErrorCode& status);
240 Hashtable* fPluralCountToCurrencyUnitPattern;
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Dtmutfmt.h54 class Hashtable; variable
199 Hashtable* fTimeUnitToCountToPatterns[TimeUnit::UTIMEUNIT_FIELD_COUNT];
222 const char*, Hashtable*, UErrorCode&);
225 Hashtable* initHash(UErrorCode& status);
228 void deleteHash(Hashtable* htable);
231 void copyHash(const Hashtable* source, Hashtable* target, UErrorCode& status);
Dcurrpinf.h29 class Hashtable; variable
209 void deleteHash(Hashtable* hTable);
218 Hashtable* initHash(UErrorCode& status);
229 void copyHash(const Hashtable* source, Hashtable* target, UErrorCode& status);
240 Hashtable* fPluralCountToCurrencyUnitPattern;
/third_party/icu/icu4c/source/i18n/unicode/
Dtmutfmt.h54 class Hashtable; variable
199 Hashtable* fTimeUnitToCountToPatterns[TimeUnit::UTIMEUNIT_FIELD_COUNT];
222 const char*, Hashtable*, UErrorCode&);
225 Hashtable* initHash(UErrorCode& status);
228 void deleteHash(Hashtable* htable);
231 void copyHash(const Hashtable* source, Hashtable* target, UErrorCode& status);
Dcurrpinf.h29 class Hashtable; variable
209 void deleteHash(Hashtable* hTable);
218 Hashtable* initHash(UErrorCode& status);
229 void copyHash(const Hashtable* source, Hashtable* target, UErrorCode& status);
240 Hashtable* fPluralCountToCurrencyUnitPattern;
Ddtitvinf.h475 void deleteHash(Hashtable* hTable);
484 Hashtable* initHash(UErrorCode& status);
495 void copyHash(const Hashtable* source, Hashtable* target, UErrorCode& status);
506 Hashtable* fIntervalPatterns;
/third_party/flutter/skia/third_party/externals/icu/source/i18n/unicode/
Dtmutfmt.h52 class Hashtable; variable
197 Hashtable* fTimeUnitToCountToPatterns[TimeUnit::UTIMEUNIT_FIELD_COUNT];
220 const char*, Hashtable*, UErrorCode&);
223 Hashtable* initHash(UErrorCode& status);
226 void deleteHash(Hashtable* htable);
229 void copyHash(const Hashtable* source, Hashtable* target, UErrorCode& status);
Dcurrpinf.h27 class Hashtable; variable
207 void deleteHash(Hashtable* hTable);
216 Hashtable* initHash(UErrorCode& status);
227 void copyHash(const Hashtable* source, Hashtable* target, UErrorCode& status);
238 Hashtable* fPluralCountToCurrencyUnitPattern;
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dcaniter.h37 class Hashtable; variable
133 …static void U_EXPORT2 permute(UnicodeString &source, UBool skipZeros, Hashtable *result, UErrorCod…
192Hashtable *getEquivalents2(Hashtable *fillinResult, const char16_t *segment, int32_t segLen, UErro…
201Hashtable *extract(Hashtable *fillinResult, UChar32 comp, const char16_t *segment, int32_t segLen,…
/third_party/node/deps/icu-small/source/common/unicode/
Dcaniter.h37 class Hashtable; variable
133 …static void U_EXPORT2 permute(UnicodeString &source, UBool skipZeros, Hashtable *result, UErrorCod…
192Hashtable *getEquivalents2(Hashtable *fillinResult, const char16_t *segment, int32_t segLen, UErro…
201Hashtable *extract(Hashtable *fillinResult, UChar32 comp, const char16_t *segment, int32_t segLen,…
/third_party/icu/icu4c/source/common/unicode/
Dcaniter.h37 class Hashtable; variable
133 …static void U_EXPORT2 permute(UnicodeString &source, UBool skipZeros, Hashtable *result, UErrorCod…
192Hashtable *getEquivalents2(Hashtable *fillinResult, const char16_t *segment, int32_t segLen, UErro…
201Hashtable *extract(Hashtable *fillinResult, UChar32 comp, const char16_t *segment, int32_t segLen,…
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Dcaniter.h35 class Hashtable; variable
131 …static void U_EXPORT2 permute(UnicodeString &source, UBool skipZeros, Hashtable *result, UErrorCod…
190Hashtable *getEquivalents2(Hashtable *fillinResult, const char16_t *segment, int32_t segLen, UErro…
199Hashtable *extract(Hashtable *fillinResult, UChar32 comp, const char16_t *segment, int32_t segLen,…
/third_party/flutter/skia/third_party/externals/icu/source/tools/gennorm2/
Dextradata.h53 UnicodeString &dataString, Hashtable &previousMappings);
60 Hashtable previousNoNoMappingsCompYes; // If constructed in runtime code, pass in UErrorCode.
61 Hashtable previousNoNoMappingsCompBoundaryBefore;
62 Hashtable previousNoNoMappingsCompNoMaybeCC;
63 Hashtable previousNoNoMappingsEmpty;
/third_party/icu/icu4c/source/tools/gennorm2/
Dextradata.h53 UnicodeString &dataString, Hashtable &previousMappings);
60 Hashtable previousNoNoMappingsCompYes; // If constructed in runtime code, pass in UErrorCode.
61 Hashtable previousNoNoMappingsCompBoundaryBefore;
62 Hashtable previousNoNoMappingsCompNoMaybeCC;
63 Hashtable previousNoNoMappingsEmpty;
/third_party/skia/third_party/externals/icu/source/tools/gennorm2/
Dextradata.h53 UnicodeString &dataString, Hashtable &previousMappings);
60 Hashtable previousNoNoMappingsCompYes; // If constructed in runtime code, pass in UErrorCode.
61 Hashtable previousNoNoMappingsCompBoundaryBefore;
62 Hashtable previousNoNoMappingsCompNoMaybeCC;
63 Hashtable previousNoNoMappingsEmpty;
/third_party/icu/tools/unicodetools/com/ibm/rbm/
DRBReporterScanner.java27 private Hashtable fileRules;
28 private Hashtable parseRules;
29 private Hashtable results;
30 private Hashtable missing;
50 results = new Hashtable(); in RBReporterScanner()
58 missing = new Hashtable(); in RBReporterScanner()
195 private Hashtable getFileRules(Element root) { in getFileRules()
196 Hashtable result = new Hashtable(); in getFileRules()
211 private Hashtable getParseRules(Element root) { in getParseRules()
212 Hashtable result = new Hashtable(); in getParseRules()

12345678