Home
last modified time | relevance | path

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

12

/external/cronet/third_party/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
Dservrbf.cpp46 ICUResourceBundleFactory::getSupportedIDs(UErrorCode& status) const in getSupportedIDs() function in ICUResourceBundleFactory
Dservloc.h276 virtual const Hashtable* getSupportedIDs(UErrorCode& status) const;
397 virtual const Hashtable* getSupportedIDs(UErrorCode& status) const override;
/external/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
Dservrbf.cpp46 ICUResourceBundleFactory::getSupportedIDs(UErrorCode& status) const in getSupportedIDs() function in ICUResourceBundleFactory
Dservloc.h276 virtual const Hashtable* getSupportedIDs(UErrorCode& status) const;
397 virtual const Hashtable* getSupportedIDs(UErrorCode& status) const override;
/external/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
/external/icu/android_icu4j/src/main/java/android/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
/external/icu/libicu/cts_headers/
Dservloc.h276 virtual const Hashtable* getSupportedIDs(UErrorCode& status) const;
397 virtual const Hashtable* getSupportedIDs(UErrorCode& status) const override;
/external/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;
Dcoll.h1282 virtual const UnicodeString * getSupportedIDs(int32_t &count, UErrorCode& status) = 0;
/external/cronet/third_party/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 override;
Dcoll.h1282 virtual const UnicodeString * getSupportedIDs(int32_t &count, UErrorCode& status) = 0;
/external/icu/libicu/cts_headers/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;
Dcoll.h1282 virtual const UnicodeString * getSupportedIDs(int32_t &count, UErrorCode& status) = 0;
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DNumberFormatServiceShim.java65 protected Set<String> getSupportedIDs() { in getSupportedIDs() method in NumberFormatServiceShim.NFFactory
/external/icu/android_icu4j/src/main/java/android/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
/external/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()
Dnumfmt.cpp218 SimpleNumberFormatFactory::getSupportedIDs(int32_t &count, UErrorCode& status) const in getSupportedIDs() function in SimpleNumberFormatFactory
910 virtual const Hashtable* getSupportedIDs(UErrorCode& status) const override in getSupportedIDs() function in NFFactory
915 const UnicodeString * const idlist = _delegate->getSupportedIDs(count, status); in getSupportedIDs()
/external/cronet/third_party/icu/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()
Dnumfmt.cpp218 SimpleNumberFormatFactory::getSupportedIDs(int32_t &count, UErrorCode& status) const in getSupportedIDs() function in SimpleNumberFormatFactory
910 virtual const Hashtable* getSupportedIDs(UErrorCode& status) const override in getSupportedIDs() function in NFFactory
915 const UnicodeString * const idlist = _delegate->getSupportedIDs(count, status); in getSupportedIDs()
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
DCollatorServiceShim.java87 public Set<String> getSupportedIDs() { in registerFactory() method in CollatorServiceShim.CFactory
/external/icu/android_icu4j/src/main/tests/android/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
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DICUServiceTest.java569 protected Set getSupportedIDs() { in getSupportedIDs() method in ICUServiceTest.TestLocaleKeyFactory
641 public Set getSupportedIDs() { in getSupportedIDs() method in ICUServiceTest.CalifornioLanguageFactory
1030 protected Set getSupportedIDs() { in getSupportedIDs() method in ICUServiceTest.LKFSubclass

12