Home
last modified time | relevance | path

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

1234567

/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()
Dcaniter.cpp267 void U_EXPORT2 CanonicalIterator::permute(UnicodeString &source, UBool skipZeros, Hashtable *result… in permute()
290 Hashtable subpermute(status); in permute()
345 Hashtable result(status); in getEquivalents()
346 Hashtable permutations(status); in getEquivalents()
347 Hashtable basic(status); in getEquivalents()
432 Hashtable *CanonicalIterator::getEquivalents2(Hashtable *fillinResult, const UChar *segment, int32_… in getEquivalents2()
458 Hashtable remainder(status); in getEquivalents2()
500 Hashtable *CanonicalIterator::extract(Hashtable *fillinResult, UChar32 comp, const UChar *segment, … in extract()
/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) = delete; // forbid copying of this class
119 Hashtable &operator=(const Hashtable &other) = delete; // forbid copying of this class
[all …]
Dlocutil.cpp25 static icu::Hashtable * LocaleUtility_cache = nullptr;
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()
Dcaniter.cpp267 void U_EXPORT2 CanonicalIterator::permute(UnicodeString &source, UBool skipZeros, Hashtable *result… in permute()
290 Hashtable subpermute(status); in permute()
345 Hashtable result(status); in getEquivalents()
346 Hashtable permutations(status); in getEquivalents()
347 Hashtable basic(status); in getEquivalents()
432 Hashtable *CanonicalIterator::getEquivalents2(Hashtable *fillinResult, const char16_t *segment, int… in getEquivalents2()
458 Hashtable remainder(status); in getEquivalents2()
500 Hashtable *CanonicalIterator::extract(Hashtable *fillinResult, UChar32 comp, const char16_t *segmen… in extract()
/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) = delete; // forbid copying of this class
119 Hashtable &operator=(const Hashtable &other) = delete; // 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()
Dcaniter.cpp267 void U_EXPORT2 CanonicalIterator::permute(UnicodeString &source, UBool skipZeros, Hashtable *result… in permute()
290 Hashtable subpermute(status); in permute()
345 Hashtable result(status); in getEquivalents()
346 Hashtable permutations(status); in getEquivalents()
347 Hashtable basic(status); in getEquivalents()
432 Hashtable *CanonicalIterator::getEquivalents2(Hashtable *fillinResult, const UChar *segment, int32_… in getEquivalents2()
458 Hashtable remainder(status); in getEquivalents2()
500 Hashtable *CanonicalIterator::extract(Hashtable *fillinResult, UChar32 comp, const UChar *segment, … in extract()
Dservlkf.cpp62 const Hashtable* supported = getSupportedIDs(status); in handlesKey()
72 LocaleKeyFactory::updateVisibleIDs(Hashtable& result, UErrorCode& status) const { in updateVisibleIDs()
73 const Hashtable* supported = getSupportedIDs(status); in updateVisibleIDs()
121 const Hashtable*
/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;
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/icu/icu4c/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;
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/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;
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/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/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()

1234567