Home
last modified time | relevance | path

Searched refs:getSupportedIDs (Results 1 – 25 of 35) sorted by relevance

12

/third_party/node/deps/icu-small/source/common/
Dservlkf.cpp62 const Hashtable* supported = getSupportedIDs(status); in handlesKey()
73 const Hashtable* supported = getSupportedIDs(status); in updateVisibleIDs()
122 LocaleKeyFactory::getSupportedIDs(UErrorCode& /* status */) const { in getSupportedIDs() function in LocaleKeyFactory
Dservloc.h276 virtual const Hashtable* getSupportedIDs(UErrorCode& status) const;
397 virtual const Hashtable* getSupportedIDs(UErrorCode& status) const override;
Dservrbf.cpp46 ICUResourceBundleFactory::getSupportedIDs(UErrorCode& status) const in getSupportedIDs() function in ICUResourceBundleFactory
/third_party/skia/third_party/externals/icu/source/common/
Dservlkf.cpp62 const Hashtable* supported = getSupportedIDs(status); in handlesKey()
73 const Hashtable* supported = getSupportedIDs(status); in updateVisibleIDs()
122 LocaleKeyFactory::getSupportedIDs(UErrorCode& /* status */) const { in getSupportedIDs() function in LocaleKeyFactory
Dservloc.h276 virtual const Hashtable* getSupportedIDs(UErrorCode& status) const;
397 virtual const Hashtable* getSupportedIDs(UErrorCode& status) const;
Dservrbf.cpp46 ICUResourceBundleFactory::getSupportedIDs(UErrorCode& status) const in getSupportedIDs() function in ICUResourceBundleFactory
/third_party/icu/icu4c/source/common/
Dservlkf.cpp62 const Hashtable* supported = getSupportedIDs(status); in handlesKey()
73 const Hashtable* supported = getSupportedIDs(status); in updateVisibleIDs()
122 LocaleKeyFactory::getSupportedIDs(UErrorCode& /* status */) const { in getSupportedIDs() function in LocaleKeyFactory
Dservloc.h276 virtual const Hashtable* getSupportedIDs(UErrorCode& status) const;
397 virtual const Hashtable* getSupportedIDs(UErrorCode& status) const override;
Dservrbf.cpp46 ICUResourceBundleFactory::getSupportedIDs(UErrorCode& status) const in getSupportedIDs() function in ICUResourceBundleFactory
/third_party/icu/tools/multi/proj/provider/glue/
Dcal_fe.cpp223 virtual const Hashtable* getSupportedIDs(UErrorCode& status) const;
225 const UnicodeString *getSupportedIDs(int32_t &count, UErrorCode &status) const;
305 const Hashtable *VersionCalendarFactory::getSupportedIDs (UErrorCode& status) const {
312 const UnicodeString * idlist = /* _delegate -> */ getSupportedIDs(count, status);
330 *VersionCalendarFactory::getSupportedIDs(int32_t &count, UErrorCode &/*status*/) const {
Ddate_fe.cpp212 virtual const UnicodeString *getSupportedIDs(int32_t &count, UErrorCode &status);
266 *VersionDateFormatFactory::getSupportedIDs(int32_t &count, UErrorCode &/*status*/) {
Dcoll_fe.cpp379 virtual const UnicodeString *getSupportedIDs(int32_t &count, UErrorCode &status);
433 *VersionCollatorFactory::getSupportedIDs(int32_t &count, UErrorCode &/*status*/) { in getSupportedIDs() function in VersionCollatorFactory
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DICULocaleService.java401 Set<String> supported = getSupportedIDs(); in handlesKey()
412 Set<String> cache = getSupportedIDs(); in updateVisibleIDs()
453 return getSupportedIDs().contains(id); in isSupportedID()
461 protected Set<String> getSupportedIDs() { in getSupportedIDs() method in ICULocaleService.LocaleKeyFactory
580 protected Set<String> getSupportedIDs() { in getSupportedIDs() method in ICULocaleService.ICUResourceBundleFactory
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DICULocaleService.java395 Set<String> supported = getSupportedIDs(); in handlesKey()
406 Set<String> cache = getSupportedIDs(); in updateVisibleIDs()
447 return getSupportedIDs().contains(id); in isSupportedID()
455 protected Set<String> getSupportedIDs() { in getSupportedIDs() method in ICULocaleService.LocaleKeyFactory
572 protected Set<String> getSupportedIDs() { in getSupportedIDs() method in ICULocaleService.ICUResourceBundleFactory
/third_party/node/deps/icu-small/source/i18n/unicode/
Dnumfmt.h1214 virtual const UnicodeString * getSupportedIDs(int32_t &count, UErrorCode& status) const = 0;
1263 … virtual const UnicodeString * getSupportedIDs(int32_t &count, UErrorCode& status) const override;
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Dnumfmt.h1197 virtual const UnicodeString * getSupportedIDs(int32_t &count, UErrorCode& status) const = 0;
1246 virtual const UnicodeString * getSupportedIDs(int32_t &count, UErrorCode& status) const;
/third_party/icu/icu4c/source/i18n/unicode/
Dnumfmt.h1197 virtual const UnicodeString * getSupportedIDs(int32_t &count, UErrorCode& status) const = 0;
1246 … virtual const UnicodeString * getSupportedIDs(int32_t &count, UErrorCode& status) const override;
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DNumberFormatServiceShim.java66 protected Set<String> getSupportedIDs() { in getSupportedIDs() method in NumberFormatServiceShim.NFFactory
DCollatorServiceShim.java88 public Set<String> getSupportedIDs() { in registerFactory() method in CollatorServiceShim.CFactory
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DNumberFormatServiceShim.java65 protected Set<String> getSupportedIDs() { in getSupportedIDs() method in NumberFormatServiceShim.NFFactory
/third_party/node/deps/icu-small/source/i18n/
Dcoll.cpp708 const UnicodeString * idlist = _delegate->getSupportedIDs(count, status); in CFactory()
728 virtual const Hashtable* getSupportedIDs(UErrorCode& status) const override in getSupportedIDs() function in CFactory
764 const Hashtable* ids = getSupportedIDs(status); in getDisplayName()
/third_party/skia/third_party/externals/icu/source/i18n/
Dcoll.cpp707 const UnicodeString * idlist = _delegate->getSupportedIDs(count, status); in CFactory()
727 virtual const Hashtable* getSupportedIDs(UErrorCode& status) const in getSupportedIDs() function in CFactory
762 const Hashtable* ids = getSupportedIDs(status); in getDisplayName()
/third_party/icu/icu4c/source/i18n/
Dcoll.cpp707 const UnicodeString * idlist = _delegate->getSupportedIDs(count, status); in CFactory()
727 virtual const Hashtable* getSupportedIDs(UErrorCode& status) const override in getSupportedIDs() function in CFactory
762 const Hashtable* ids = getSupportedIDs(status); in getDisplayName()
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
DCollatorServiceShim.java87 public Set<String> getSupportedIDs() { in registerFactory() method in CollatorServiceShim.CFactory
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
DICUServiceTest.java572 protected Set getSupportedIDs() { in getSupportedIDs() method in ICUServiceTest.TestLocaleKeyFactory
644 public Set getSupportedIDs() { in getSupportedIDs() method in ICUServiceTest.CalifornioLanguageFactory
1033 protected Set getSupportedIDs() { in getSupportedIDs() method in ICUServiceTest.LKFSubclass

12