Home
last modified time | relevance | path

Searched refs:objectLocale (Results 1 – 5 of 5) sorted by relevance

/external/icu4c/i18n/
Dcoll.cpp104 CollatorFactory::getDisplayName(const Locale& objectLocale, in getDisplayName() argument
108 return objectLocale.getDisplayName(displayLocale, result); in getDisplayName()
491 UnicodeString& U_EXPORT2 Collator::getDisplayName(const Locale& objectLocale, in getDisplayName() argument
498 LocaleUtility::initNameFromLocale(objectLocale, locNameStr); in getDisplayName()
502 return objectLocale.getDisplayName(displayLocale, name); in getDisplayName()
505 UnicodeString& U_EXPORT2 Collator::getDisplayName(const Locale& objectLocale, in getDisplayName() argument
508 return getDisplayName(objectLocale, Locale::getDefault(), name); in getDisplayName()
/external/icu4c/i18n/unicode/
Dcoll.h661 static UnicodeString& U_EXPORT2 getDisplayName(const Locale& objectLocale,
673 static UnicodeString& U_EXPORT2 getDisplayName(const Locale& objectLocale,
1118 virtual UnicodeString& getDisplayName(const Locale& objectLocale,
/external/icu4c/common/unicode/
Dbrkiter.h420 static UnicodeString& U_EXPORT2 getDisplayName(const Locale& objectLocale,
432 static UnicodeString& U_EXPORT2 getDisplayName(const Locale& objectLocale,
/external/icu4c/common/
Dlocdispnames.cpp249 BreakIterator::getDisplayName(const Locale& objectLocale, in getDisplayName() argument
252 return objectLocale.getDisplayName(name); in getDisplayName()
258 BreakIterator::getDisplayName(const Locale& objectLocale, in getDisplayName() argument
262 return objectLocale.getDisplayName(displayLocale, name); in getDisplayName()
/external/icu4c/test/intltest/
Dsvccoll.cpp293 virtual UnicodeString& getDisplayName(const Locale& objectLocale, in getDisplayName() argument
297 const CollatorInfo* ci = getInfo(objectLocale); in getDisplayName()