Home | History | Annotate | Download | only in i18n

Lines Matching refs:localeIndex

102     virtual const UChar* getDisplayName(int32_t localeIndex, int32_t ruleIndex) const = 0;
271 virtual const UChar* getDisplayName(int32_t localeIndex, int32_t ruleIndex) const;
643 StringLocalizationInfo::getDisplayName(int32_t localeIndex, int32_t ruleIndex) const {
644 if (localeIndex >= 0 && localeIndex < getNumberOfDisplayLocales() &&
646 return data[localeIndex+1][ruleIndex+1];