Searched refs:objectLocale (Results 1 – 5 of 5) sorted by relevance
/external/icu4c/i18n/ |
D | coll.cpp | 103 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/ |
D | brkiter.cpp | 202 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/ |
D | coll.h | 575 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/ |
D | brkiter.h | 420 static UnicodeString& U_EXPORT2 getDisplayName(const Locale& objectLocale, 432 static UnicodeString& U_EXPORT2 getDisplayName(const Locale& objectLocale,
|
/external/icu4c/test/intltest/ |
D | svccoll.cpp | 287 virtual UnicodeString& getDisplayName(const Locale& objectLocale, in getDisplayName() argument 291 const CollatorInfo* ci = getInfo(objectLocale); in getDisplayName()
|