Lines Matching refs:NFRuleSet
121 NFRuleSet::NFRuleSet(UnicodeString* descriptions, int32_t index, UErrorCode& status) in NFRuleSet() function in NFRuleSet
182 NFRuleSet::parseRules(UnicodeString& description, const RuleBasedNumberFormat* owner, UErrorCode& s… in parseRules()
293 NFRuleSet::~NFRuleSet() in ~NFRuleSet()
315 NFRuleSet::operator==(const NFRuleSet& rhs) const in operator ==()
338 NFRuleSet::format(int64_t number, UnicodeString& toAppendTo, int32_t pos, UErrorCode& status) const in format()
342 NFRuleSet* ncThis = (NFRuleSet*)this; in format()
354 NFRuleSet::format(double number, UnicodeString& toAppendTo, int32_t pos, UErrorCode& status) const in format()
358 NFRuleSet* ncThis = (NFRuleSet*)this; in format()
370 NFRuleSet::findDoubleRule(double number) const in findDoubleRule()
413 NFRuleSet::findNormalRule(int64_t number) const in findNormalRule()
502 NFRuleSet::findFractionRuleSetRule(double number) const in findFractionRuleSetRule()
610 NFRuleSet::parse(const UnicodeString& text, ParsePosition& pos, double upperBound, Formattable& res… in parse()
721 NFRuleSet::appendRules(UnicodeString& result) const in appendRules()