Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Dcoll.cpp103 CollatorFactory::getDisplayName(const Locale& objectLocale, in getDisplayName() argument
107 return objectLocale.getDisplayName(displayLocale, result); in getDisplayName()
468 UnicodeString& U_EXPORT2 Collator::getDisplayName(const Locale& objectLocale, in getDisplayName() argument
475 LocaleUtility::initNameFromLocale(objectLocale, locNameStr); in getDisplayName()
479 return objectLocale.getDisplayName(displayLocale, name); in getDisplayName()
482 UnicodeString& U_EXPORT2 Collator::getDisplayName(const Locale& objectLocale, in getDisplayName() argument
485 return getDisplayName(objectLocale, Locale::getDefault(), name); in getDisplayName()
/external/icu4c/common/
Dbrkiter.cpp202 BreakIterator::getDisplayName(const Locale& objectLocale, in getDisplayName() argument
205 return objectLocale.getDisplayName(name); in getDisplayName()
211 BreakIterator::getDisplayName(const Locale& objectLocale, in getDisplayName() argument
215 return objectLocale.getDisplayName(displayLocale, name); in getDisplayName()
/external/icu4c/i18n/unicode/
Dcoll.h575 static UnicodeString& U_EXPORT2 getDisplayName(const Locale& objectLocale,
587 static UnicodeString& U_EXPORT2 getDisplayName(const Locale& objectLocale,
1012 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/test/intltest/
Dsvccoll.cpp287 virtual UnicodeString& getDisplayName(const Locale& objectLocale, in getDisplayName() argument
291 const CollatorInfo* ci = getInfo(objectLocale); in getDisplayName()