Home | History | Annotate | Download | only in i18n

Lines Matching refs:ruleIndex

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 {
642 ruleIndex >= 0 && ruleIndex < getNumberOfRuleSets()) {
643 return data[localeIndex+1][ruleIndex+1];