25 #if UCONFIG_NO_FORMATTING
41 class LocalizationInfo;
52 URBNF_NUMBERING_SYSTEM,
56 #if UCONFIG_NO_COLLATION
669 virtual int32_t getNumberOfRuleSetNames()
const;
685 virtual int32_t getNumberOfRuleSetDisplayNameLocales(
void)
const;
695 virtual Locale getRuleSetDisplayNameLocale(int32_t index,
UErrorCode& status)
const;
711 const Locale& locale = Locale::getDefault());
722 const Locale& locale = Locale::getDefault());
831 #if !UCONFIG_NO_COLLATION
944 void initDefaultRuleSet();
945 void format(
double number, NFRuleSet& ruleSet);
949 friend class NFSubstitution;
951 friend class FractionalPartSubstitution;
953 inline NFRuleSet * getDefaultRuleSet()
const;
958 NFRuleSet **ruleSets;
961 NFRuleSet *defaultRuleSet;
967 LocalizationInfo* localizations;
972 #if !UCONFIG_NO_COLLATION
975 RuleBasedNumberFormat::isLenient(
void)
const {
982 RuleBasedNumberFormat::getDefaultRuleSet()
const {
983 return defaultRuleSet;