Lines Matching refs:getLocaleName
104 virtual const UChar* getLocaleName(int32_t index) const = 0;
147 const UChar* locale = getLocaleName(i);
149 // if no locale, ix is -1, getLocaleName returns null, so streq returns false
150 if (!streq(locale, rhs->getLocaleName(ix))) {
169 if (streq(locale, getLocaleName(i))) {
273 virtual const UChar* getLocaleName(int32_t index) const;
638 StringLocalizationInfo::getLocaleName(int32_t index) const {
1005 UnicodeString name(TRUE, localizations->getLocaleName(index), -1);