Home | History | Annotate | Download | only in i18n

Lines Matching refs:getRuleSetName

96     virtual const UChar* getRuleSetName(int32_t index) const = 0;
134 if (!streq(getRuleSetName(i), rhs->getRuleSetName(i))) {
174 if (streq(ruleset, getRuleSetName(i))) {
265 virtual const UChar* getRuleSetName(int32_t index) const;
622 StringLocalizationInfo::getRuleSetName(int32_t index) const {
903 RuleBasedNumberFormat::getRuleSetName(int32_t index) const
906 UnicodeString string(TRUE, localizations->getRuleSetName(index), (int32_t)-1);
995 UnicodeString name(TRUE, localizations->getRuleSetName(index), -1);
1204 UnicodeString name(TRUE, localizations->getRuleSetName(0), -1);
1420 UnicodeString name(TRUE, localizationInfos->getRuleSetName(i), -1);