Home
last modified time | relevance | path

Searched refs:objectLocale (Results 1 - 20 of 20) sorted by relevance

/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
H A DCollator.java543 * Return the name of the collator for the objectLocale, localized for the displayLocale.
544 * If objectLocale is not visible or not defined by the factory, return null.
545 * @param objectLocale the locale identifying the collator
550 public String getDisplayName(Locale objectLocale, Locale displayLocale) { in getDisplayName() argument
551 return getDisplayName(ULocale.forLocale(objectLocale), ULocale.forLocale(displayLocale)); in getDisplayName()
555 * Return the name of the collator for the objectLocale, localized for the displayLocale.
556 * If objectLocale is not visible or not defined by the factory, return null.
557 * @param objectLocale the locale identifying the collator
562 public String getDisplayName(ULocale objectLocale, ULocale displayLocale) { in getDisplayName() argument
565 String name = objectLocale in getDisplayName()
1102 getDisplayName(Locale objectLocale, Locale displayLocale) getDisplayName() argument
1115 getDisplayName(ULocale objectLocale, ULocale displayLocale) getDisplayName() argument
1127 getDisplayName(Locale objectLocale) getDisplayName() argument
1139 getDisplayName(ULocale objectLocale) getDisplayName() argument
[all...]
H A DCollatorServiceShim.java82 ULocale objectLocale = new ULocale(id); in registerFactory()
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()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DCollator.java517 * Return the name of the collator for the objectLocale, localized for the displayLocale.
518 * If objectLocale is not visible or not defined by the factory, return null.
519 * @param objectLocale the locale identifying the collator
523 public String getDisplayName(Locale objectLocale, Locale displayLocale) { in getDisplayName() argument
524 return getDisplayName(ULocale.forLocale(objectLocale), ULocale.forLocale(displayLocale)); in getDisplayName()
528 * Return the name of the collator for the objectLocale, localized for the displayLocale.
529 * If objectLocale is not visible or not defined by the factory, return null.
530 * @param objectLocale the locale identifying the collator
534 public String getDisplayName(ULocale objectLocale, ULocale displayLocale) { in getDisplayName() argument
537 String name = objectLocale in getDisplayName()
1060 getDisplayName(Locale objectLocale, Locale displayLocale) getDisplayName() argument
1072 getDisplayName(ULocale objectLocale, ULocale displayLocale) getDisplayName() argument
1083 getDisplayName(Locale objectLocale) getDisplayName() argument
1094 getDisplayName(ULocale objectLocale) getDisplayName() argument
[all...]
H A DCollatorServiceShim.java83 ULocale objectLocale = new ULocale(id); in registerFactory()
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()
/third_party/icu/icu4c/source/i18n/
H A Dcoll.cpp118 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()
/third_party/node/deps/icu-small/source/i18n/
H A Dcoll.cpp118 CollatorFactory::getDisplayName(const Locale& objectLocale, in getDisplayName() argument
122 return objectLocale.getDisplayName(displayLocale, result); in getDisplayName()
575 UnicodeString& U_EXPORT2 Collator::getDisplayName(const Locale& objectLocale, in getDisplayName() argument
582 LocaleUtility::initNameFromLocale(objectLocale, locNameStr); in getDisplayName()
586 return objectLocale.getDisplayName(displayLocale, name); in getDisplayName()
589 UnicodeString& U_EXPORT2 Collator::getDisplayName(const Locale& objectLocale, in getDisplayName() argument
592 return getDisplayName(objectLocale, Locale::getDefault(), name); in getDisplayName()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcoll.cpp118 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()
/third_party/icu/icu4c/source/i18n/unicode/
H A Dcoll.h690 * @param objectLocale must be from getAvailableLocales
697 static UnicodeString& U_EXPORT2 getDisplayName(const Locale& objectLocale,
704 * @param objectLocale must be from getAvailableLocales
709 static UnicodeString& U_EXPORT2 getDisplayName(const Locale& objectLocale,
1260 * Return the name of the collator for the objectLocale, localized for the displayLocale.
1261 * If objectLocale is not supported, or the factory is not visible, set the result string
1263 * @param objectLocale the locale identifying the collator
1269 virtual UnicodeString& getDisplayName(const Locale& objectLocale,
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Dcoll.h690 * @param objectLocale must be from getAvailableLocales
697 static UnicodeString& U_EXPORT2 getDisplayName(const Locale& objectLocale,
704 * @param objectLocale must be from getAvailableLocales
709 static UnicodeString& U_EXPORT2 getDisplayName(const Locale& objectLocale,
1260 * Return the name of the collator for the objectLocale, localized for the displayLocale.
1261 * If objectLocale is not supported, or the factory is not visible, set the result string
1263 * @param objectLocale the locale identifying the collator
1269 virtual UnicodeString& getDisplayName(const Locale& objectLocale,
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Dcoll.h690 * @param objectLocale must be from getAvailableLocales
697 static UnicodeString& U_EXPORT2 getDisplayName(const Locale& objectLocale,
704 * @param objectLocale must be from getAvailableLocales
709 static UnicodeString& U_EXPORT2 getDisplayName(const Locale& objectLocale,
1260 * Return the name of the collator for the objectLocale, localized for the displayLocale.
1261 * If objectLocale is not supported, or the factory is not visible, set the result string
1263 * @param objectLocale the locale identifying the collator
1269 virtual UnicodeString& getDisplayName(const Locale& objectLocale,
/third_party/icu/icu4c/source/common/unicode/
H A Dbrkiter.h478 * @param objectLocale must be from getAvailableLocales.
485 static UnicodeString& U_EXPORT2 getDisplayName(const Locale& objectLocale,
492 * @param objectLocale must be from getMatchingLocales
497 static UnicodeString& U_EXPORT2 getDisplayName(const Locale& objectLocale,
/third_party/node/deps/icu-small/source/common/unicode/
H A Dbrkiter.h478 * @param objectLocale must be from getAvailableLocales.
485 static UnicodeString& U_EXPORT2 getDisplayName(const Locale& objectLocale,
492 * @param objectLocale must be from getMatchingLocales
497 static UnicodeString& U_EXPORT2 getDisplayName(const Locale& objectLocale,
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dbrkiter.h478 * @param objectLocale must be from getAvailableLocales.
485 static UnicodeString& U_EXPORT2 getDisplayName(const Locale& objectLocale,
492 * @param objectLocale must be from getMatchingLocales
497 static UnicodeString& U_EXPORT2 getDisplayName(const Locale& objectLocale,
/third_party/skia/third_party/externals/icu/source/common/
H A Dlocdispnames.cpp252 // Gets the objectLocale display name in the default locale language.
254 BreakIterator::getDisplayName(const Locale& objectLocale, in getDisplayName() argument
257 return objectLocale.getDisplayName(name); in getDisplayName()
261 // Gets the objectLocale display name in the displayLocale language.
263 BreakIterator::getDisplayName(const Locale& objectLocale, in getDisplayName() argument
267 return objectLocale.getDisplayName(displayLocale, name); in getDisplayName()
/third_party/icu/icu4c/source/common/
H A Dlocdispnames.cpp252 // Gets the objectLocale display name in the default locale language.
254 BreakIterator::getDisplayName(const Locale& objectLocale, in getDisplayName() argument
257 return objectLocale.getDisplayName(name); in getDisplayName()
261 // Gets the objectLocale display name in the displayLocale language.
263 BreakIterator::getDisplayName(const Locale& objectLocale, in getDisplayName() argument
267 return objectLocale.getDisplayName(displayLocale, name); in getDisplayName()
/third_party/node/deps/icu-small/source/common/
H A Dlocdispnames.cpp252 // Gets the objectLocale display name in the default locale language.
254 BreakIterator::getDisplayName(const Locale& objectLocale, in getDisplayName() argument
257 return objectLocale.getDisplayName(name); in getDisplayName()
261 // Gets the objectLocale display name in the displayLocale language.
263 BreakIterator::getDisplayName(const Locale& objectLocale, in getDisplayName() argument
267 return objectLocale.getDisplayName(displayLocale, name); in getDisplayName()
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DCollationServiceTest.java176 public String getDisplayName(ULocale objectLocale, ULocale displayLocale) { in TestRegisterFactory()
177 CollatorInfo ci = (CollatorInfo)map.get(objectLocale); in TestRegisterFactory()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
H A DCollationServiceTest.java179 public String getDisplayName(ULocale objectLocale, ULocale displayLocale) { in TestRegisterFactory()
180 CollatorInfo ci = (CollatorInfo)map.get(objectLocale); in TestRegisterFactory()
/third_party/icu/icu4c/source/test/intltest/
H A Dsvccoll.cpp297 virtual UnicodeString& getDisplayName(const Locale& objectLocale,
301 const CollatorInfo* ci = getInfo(objectLocale);
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 24 milliseconds