Home
last modified time | relevance | path

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

/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;
/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/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/icu4c/source/i18n/unicode/
Dnumfmt.h1181 virtual const UnicodeString * getSupportedIDs(int32_t &count, UErrorCode& status) const = 0;
1230 virtual const UnicodeString * getSupportedIDs(int32_t &count, UErrorCode& status) const;
Dcoll.h1264 virtual const UnicodeString * getSupportedIDs(int32_t &count, UErrorCode& status) = 0;
/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/icu4j/main/classes/core/src/com/ibm/icu/text/
DNumberFormatServiceShim.java65 protected Set<String> getSupportedIDs() { in getSupportedIDs() method in NumberFormatServiceShim.NFFactory
/external/icu/icu4c/source/i18n/
Dcoll.cpp709 const UnicodeString * idlist = _delegate->getSupportedIDs(count, status); in CFactory()
729 virtual const Hashtable* getSupportedIDs(UErrorCode& status) const in getSupportedIDs() function in CFactory
764 const Hashtable* ids = getSupportedIDs(status); in getDisplayName()
Dnumfmt.cpp219 SimpleNumberFormatFactory::getSupportedIDs(int32_t &count, UErrorCode& status) const in getSupportedIDs() function in SimpleNumberFormatFactory
911 virtual const Hashtable* getSupportedIDs(UErrorCode& status) const in getSupportedIDs() function in NFFactory
916 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/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
/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/icu4c/source/test/intltest/
Dicusvtst.cpp60 virtual const Hashtable* getSupportedIDs(UErrorCode &/*status*/) const { in getSupportedIDs() function in LKFSubclass
836 const Hashtable* getSupportedIDs(UErrorCode& status) const in getSupportedIDs() function in CalifornioLanguageFactory
Dsvccoll.cpp310 const UnicodeString* getSupportedIDs(int32_t& _count, UErrorCode& status) { in getSupportedIDs() function in TestFactory
/external/icu/icu4j/
Dcoverage-exclusion.txt215 com/ibm/icu/impl/ICULocaleService$LocaleKeyFactory#getSupportedIDs:()Ljava/util/Set;