Home | History | Annotate | Download | only in i18n

Lines Matching refs:getRuleSetName

99     virtual const UChar* getRuleSetName(int32_t index) const = 0;
137 if (!streq(getRuleSetName(i), rhs->getRuleSetName(i))) {
177 if (streq(ruleset, getRuleSetName(i))) {
268 virtual const UChar* getRuleSetName(int32_t index) const;
627 StringLocalizationInfo::getRuleSetName(int32_t index) const {
935 RuleBasedNumberFormat::getRuleSetName(int32_t index) const
938 UnicodeString string(TRUE, localizations->getRuleSetName(index), (int32_t)-1);
1027 UnicodeString name(TRUE, localizations->getRuleSetName(index), -1);
1275 UnicodeString name(TRUE, localizations->getRuleSetName(0), -1);
1491 UnicodeString name(TRUE, localizationInfos->getRuleSetName(i), -1);