/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | Collator.java | 523 public String getDisplayName(Locale objectLocale, Locale displayLocale) { in getDisplayName() argument 524 … return getDisplayName(ULocale.forLocale(objectLocale), ULocale.forLocale(displayLocale)); in getDisplayName() 534 public String getDisplayName(ULocale objectLocale, ULocale displayLocale) { in getDisplayName() argument 537 String name = objectLocale.getBaseName(); in getDisplayName() 539 return objectLocale.getDisplayName(displayLocale); in getDisplayName() 1060 static public String getDisplayName(Locale objectLocale, Locale displayLocale) { in getDisplayName() argument 1061 return getShim().getDisplayName(ULocale.forLocale(objectLocale), in getDisplayName() 1072 static public String getDisplayName(ULocale objectLocale, ULocale displayLocale) { in getDisplayName() argument 1073 return getShim().getDisplayName(objectLocale, displayLocale); in getDisplayName() 1083 static public String getDisplayName(Locale objectLocale) { in getDisplayName() argument [all …]
|
D | CollatorServiceShim.java | 83 ULocale objectLocale = new ULocale(id); in registerFactory() local 84 return delegate.getDisplayName(objectLocale, displayLocale); in registerFactory() 127 String getDisplayName(ULocale objectLocale, ULocale displayLocale) { in getDisplayName() argument 128 String id = objectLocale.getName(); in getDisplayName()
|
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/ |
D | Collator.java | 550 public String getDisplayName(Locale objectLocale, Locale displayLocale) { in getDisplayName() argument 551 … return getDisplayName(ULocale.forLocale(objectLocale), ULocale.forLocale(displayLocale)); in getDisplayName() 562 public String getDisplayName(ULocale objectLocale, ULocale displayLocale) { in getDisplayName() argument 565 String name = objectLocale.getBaseName(); in getDisplayName() 567 return objectLocale.getDisplayName(displayLocale); in getDisplayName() 1102 static public String getDisplayName(Locale objectLocale, Locale displayLocale) { in getDisplayName() argument 1103 return getShim().getDisplayName(ULocale.forLocale(objectLocale), in getDisplayName() 1115 static public String getDisplayName(ULocale objectLocale, ULocale displayLocale) { in getDisplayName() argument 1116 return getShim().getDisplayName(objectLocale, displayLocale); in getDisplayName() 1127 static public String getDisplayName(Locale objectLocale) { in getDisplayName() argument [all …]
|
D | CollatorServiceShim.java | 82 ULocale objectLocale = new ULocale(id); in registerFactory() local 83 return delegate.getDisplayName(objectLocale, displayLocale); in registerFactory() 126 String getDisplayName(ULocale objectLocale, ULocale displayLocale) { in getDisplayName() argument 127 String id = objectLocale.getName(); in getDisplayName()
|
/external/icu/icu4c/source/i18n/ |
D | coll.cpp | 118 CollatorFactory::getDisplayName(const Locale& objectLocale, in getDisplayName() argument 122 return objectLocale.getDisplayName(displayLocale, result); in getDisplayName() 574 UnicodeString& U_EXPORT2 Collator::getDisplayName(const Locale& objectLocale, in getDisplayName() argument 581 LocaleUtility::initNameFromLocale(objectLocale, locNameStr); in getDisplayName() 585 return objectLocale.getDisplayName(displayLocale, name); in getDisplayName() 588 UnicodeString& U_EXPORT2 Collator::getDisplayName(const Locale& objectLocale, in getDisplayName() argument 591 return getDisplayName(objectLocale, Locale::getDefault(), name); in getDisplayName()
|
/external/icu/libicu/cts_headers/unicode/ |
D | brkiter.h | 485 static UnicodeString& U_EXPORT2 getDisplayName(const Locale& objectLocale, 497 static UnicodeString& U_EXPORT2 getDisplayName(const Locale& objectLocale,
|
D | coll.h | 697 static UnicodeString& U_EXPORT2 getDisplayName(const Locale& objectLocale, 709 static UnicodeString& U_EXPORT2 getDisplayName(const Locale& objectLocale, 1269 virtual UnicodeString& getDisplayName(const Locale& objectLocale,
|
/external/icu/icu4c/source/common/unicode/ |
D | brkiter.h | 485 static UnicodeString& U_EXPORT2 getDisplayName(const Locale& objectLocale, 497 static UnicodeString& U_EXPORT2 getDisplayName(const Locale& objectLocale,
|
/external/icu/icu4c/source/i18n/unicode/ |
D | coll.h | 697 static UnicodeString& U_EXPORT2 getDisplayName(const Locale& objectLocale, 709 static UnicodeString& U_EXPORT2 getDisplayName(const Locale& objectLocale, 1269 virtual UnicodeString& getDisplayName(const Locale& objectLocale,
|
/external/icu/icu4c/source/common/ |
D | locdispnames.cpp | 254 BreakIterator::getDisplayName(const Locale& objectLocale, in getDisplayName() argument 257 return objectLocale.getDisplayName(name); in getDisplayName() 263 BreakIterator::getDisplayName(const Locale& objectLocale, in getDisplayName() argument 267 return objectLocale.getDisplayName(displayLocale, name); in getDisplayName()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/ |
D | CollationServiceTest.java | 179 public String getDisplayName(ULocale objectLocale, ULocale displayLocale) { in TestRegisterFactory() argument 180 CollatorInfo ci = (CollatorInfo)map.get(objectLocale); in TestRegisterFactory()
|
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
D | CollationServiceTest.java | 176 public String getDisplayName(ULocale objectLocale, ULocale displayLocale) { in TestRegisterFactory() argument 177 CollatorInfo ci = (CollatorInfo)map.get(objectLocale); in TestRegisterFactory()
|
/external/icu/icu4c/source/test/intltest/ |
D | svccoll.cpp | 297 virtual UnicodeString& getDisplayName(const Locale& objectLocale, in getDisplayName() argument 301 const CollatorInfo* ci = getInfo(objectLocale); in getDisplayName()
|
/external/cldr/tools/java/libs/ |
D | icu4j.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ ... |