Home
last modified time | relevance | path

Searched refs:getLocaleName (Results 1 – 2 of 2) sorted by relevance

/external/icu4c/layoutex/
Dplruns.cpp264 const char *getLocaleName(le_int32 run) const;
397 const char *ULocRuns::getLocaleName(le_int32 run) const in getLocaleName() function in ULocRuns
487 return lr->getLocaleName(run); in pl_getLocaleRunLocale()
/external/icu4c/i18n/
Drbnf.cpp102 virtual const UChar* getLocaleName(int32_t index) const = 0;
143 const UChar* locale = getLocaleName(i); in operator ==()
146 if (!streq(locale, rhs->getLocaleName(ix))) { in operator ==()
165 if (streq(locale, getLocaleName(i))) { in indexForLocale()
269 virtual const UChar* getLocaleName(int32_t index) const;
632 StringLocalizationInfo::getLocaleName(int32_t index) const { in getLocaleName() function in StringLocalizationInfo
969 UnicodeString name(TRUE, localizations->getLocaleName(index), -1); in getRuleSetDisplayNameLocale()