Home | History | Annotate | Download | only in i18n

Lines Matching refs:NFRuleSet

121 NFRuleSet::NFRuleSet(UnicodeString* descriptions, int32_t index, UErrorCode& status)
177 // all of the other members of NFRuleSet are initialized
182 NFRuleSet::parseRules(UnicodeString& description, const RuleBasedNumberFormat* owner, UErrorCode& status)
293 NFRuleSet::~NFRuleSet()
315 NFRuleSet::operator==(const NFRuleSet& rhs) const
338 NFRuleSet::format(int64_t number, UnicodeString& toAppendTo, int32_t pos) const
342 NFRuleSet* ncThis = (NFRuleSet*)this;
354 NFRuleSet::format(double number, UnicodeString& toAppendTo, int32_t pos) const
358 NFRuleSet* ncThis = (NFRuleSet*)this;
370 NFRuleSet::findDoubleRule(double number) const
413 NFRuleSet::findNormalRule(int64_t number) const
502 NFRuleSet::findFractionRuleSetRule(double number) const
610 NFRuleSet::parse(const UnicodeString& text, ParsePosition& pos, double upperBound, Formattable& result) const
721 NFRuleSet::appendRules(UnicodeString& result) const