Home | History | Annotate | Download | only in i18n

Lines Matching refs:getRuleSetName

100     virtual const UChar* getRuleSetName(int32_t index) const = 0;
138 if (!streq(getRuleSetName(i), rhs->getRuleSetName(i))) {
178 if (streq(ruleset, getRuleSetName(i))) {
269 virtual const UChar* getRuleSetName(int32_t index) const;
628 StringLocalizationInfo::getRuleSetName(int32_t index) const {
936 RuleBasedNumberFormat::getRuleSetName(int32_t index) const
939 UnicodeString string(TRUE, localizations->getRuleSetName(index), (int32_t)-1);
1028 UnicodeString name(TRUE, localizations->getRuleSetName(index), -1);
1279 UnicodeString name(TRUE, localizations->getRuleSetName(0), -1);
1495 UnicodeString name(TRUE, localizationInfos->getRuleSetName(i), -1);