/external/icu/icu4c/source/common/ |
D | servlkf.cpp | 62 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
|
D | servrbf.cpp | 46 ICUResourceBundleFactory::getSupportedIDs(UErrorCode& status) const in getSupportedIDs() function in ICUResourceBundleFactory
|
D | servloc.h | 276 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/ |
D | ICULocaleService.java | 401 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/ |
D | ICULocaleService.java | 395 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/ |
D | numfmt.h | 1181 virtual const UnicodeString * getSupportedIDs(int32_t &count, UErrorCode& status) const = 0; 1230 virtual const UnicodeString * getSupportedIDs(int32_t &count, UErrorCode& status) const;
|
D | coll.h | 1264 virtual const UnicodeString * getSupportedIDs(int32_t &count, UErrorCode& status) = 0;
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | NumberFormatServiceShim.java | 66 protected Set<String> getSupportedIDs() { in getSupportedIDs() method in NumberFormatServiceShim.NFFactory
|
D | CollatorServiceShim.java | 88 public Set<String> getSupportedIDs() { in registerFactory() method in CollatorServiceShim.CFactory
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | NumberFormatServiceShim.java | 65 protected Set<String> getSupportedIDs() { in getSupportedIDs() method in NumberFormatServiceShim.NFFactory
|
/external/icu/icu4c/source/i18n/ |
D | coll.cpp | 709 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()
|
D | numfmt.cpp | 219 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/ |
D | CollatorServiceShim.java | 87 public Set<String> getSupportedIDs() { in registerFactory() method in CollatorServiceShim.CFactory
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
D | ICUServiceTest.java | 569 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/ |
D | ICUServiceTest.java | 572 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/ |
D | icusvtst.cpp | 60 virtual const Hashtable* getSupportedIDs(UErrorCode &/*status*/) const { in getSupportedIDs() function in LKFSubclass 836 const Hashtable* getSupportedIDs(UErrorCode& status) const in getSupportedIDs() function in CalifornioLanguageFactory
|
D | svccoll.cpp | 310 const UnicodeString* getSupportedIDs(int32_t& _count, UErrorCode& status) { in getSupportedIDs() function in TestFactory
|
/external/icu/icu4j/ |
D | coverage-exclusion.txt | 215 com/ibm/icu/impl/ICULocaleService$LocaleKeyFactory#getSupportedIDs:()Ljava/util/Set;
|