Lines Matching refs:NFRuleSet
116 NFRuleSet::NFRuleSet(UnicodeString* descriptions, int32_t index, UErrorCode& status) in NFRuleSet() function in NFRuleSet
171 NFRuleSet::parseRules(UnicodeString& description, const RuleBasedNumberFormat* owner, UErrorCode& s… in parseRules()
267 NFRuleSet::~NFRuleSet() in ~NFRuleSet()
289 NFRuleSet::operator==(const NFRuleSet& rhs) const in operator ==()
312 NFRuleSet::format(int64_t number, UnicodeString& toAppendTo, int32_t pos) const in format()
316 NFRuleSet* ncThis = (NFRuleSet*)this; in format()
328 NFRuleSet::format(double number, UnicodeString& toAppendTo, int32_t pos) const in format()
332 NFRuleSet* ncThis = (NFRuleSet*)this; in format()
344 NFRuleSet::findDoubleRule(double number) const in findDoubleRule()
387 NFRuleSet::findNormalRule(int64_t number) const in findNormalRule()
476 NFRuleSet::findFractionRuleSetRule(double number) const in findFractionRuleSetRule()
584 NFRuleSet::parse(const UnicodeString& text, ParsePosition& pos, double upperBound, Formattable& res… in parse()
695 NFRuleSet::appendRules(UnicodeString& result) const in appendRules()