Home | History | Annotate | Download | only in i18n

Lines Matching defs:getLocaleName

102     virtual const UChar* getLocaleName(int32_t index) const = 0;
143 const UChar* locale = getLocaleName(i);
145 // if no locale, ix is -1, getLocaleName returns null, so streq returns false
146 if (!streq(locale, rhs->getLocaleName(ix))) {
165 if (streq(locale, getLocaleName(i))) {
269 virtual const UChar* getLocaleName(int32_t index) const;
632 StringLocalizationInfo::getLocaleName(int32_t index) const {
969 UnicodeString name(TRUE, localizations->getLocaleName(index), -1);