Home | History | Annotate | Download | only in i18n

Lines Matching refs:localeIndex

103     virtual const UChar* getDisplayName(int32_t localeIndex, int32_t ruleIndex) const = 0;
270 virtual const UChar* getDisplayName(int32_t localeIndex, int32_t ruleIndex) const;
640 StringLocalizationInfo::getDisplayName(int32_t localeIndex, int32_t ruleIndex) const {
641 if (localeIndex >= 0 && localeIndex < getNumberOfDisplayLocales() &&
643 return data[localeIndex+1][ruleIndex+1];