Home | History | Annotate | Download | only in i18n

Lines Matching refs:localeIndex

99     virtual const UChar* getDisplayName(int32_t localeIndex, int32_t ruleIndex) const = 0;
268 virtual const UChar* getDisplayName(int32_t localeIndex, int32_t ruleIndex) const;
638 StringLocalizationInfo::getDisplayName(int32_t localeIndex, int32_t ruleIndex) const {
639 if (localeIndex >= 0 && localeIndex < getNumberOfDisplayLocales() &&
641 return data[localeIndex+1][ruleIndex+1];