Searched refs:objectLocale (Results 1 – 5 of 5) sorted by relevance
/external/icu4c/i18n/ |
D | coll.cpp | 104 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/ |
D | coll.h | 661 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/ |
D | brkiter.h | 420 static UnicodeString& U_EXPORT2 getDisplayName(const Locale& objectLocale, 432 static UnicodeString& U_EXPORT2 getDisplayName(const Locale& objectLocale,
|
/external/icu4c/common/ |
D | locdispnames.cpp | 249 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/ |
D | svccoll.cpp | 293 virtual UnicodeString& getDisplayName(const Locale& objectLocale, in getDisplayName() argument 297 const CollatorInfo* ci = getInfo(objectLocale); in getDisplayName()
|