Home | History | Annotate | Download | only in i18n

Lines Matching defs:NFRuleSet

117 NFRuleSet::NFRuleSet(UnicodeString* descriptions, int32_t index, UErrorCode& status)
167 // all of the other members of NFRuleSet are initialized
172 NFRuleSet::parseRules(UnicodeString& description, const RuleBasedNumberFormat* owner, UErrorCode& status)
268 NFRuleSet::~NFRuleSet()
290 NFRuleSet::operator==(const NFRuleSet& rhs) const
313 NFRuleSet::format(int64_t number, UnicodeString& toAppendTo, int32_t pos) const
317 NFRuleSet* ncThis = (NFRuleSet*)this;
329 NFRuleSet::format(double number, UnicodeString& toAppendTo, int32_t pos) const
333 NFRuleSet* ncThis = (NFRuleSet*)this;
345 NFRuleSet::findDoubleRule(double number) const
388 NFRuleSet::findNormalRule(int64_t number) const
477 NFRuleSet::findFractionRuleSetRule(double number) const
585 NFRuleSet::parse(const UnicodeString& text, ParsePosition& pos, double upperBound, Formattable& result) const
696 NFRuleSet::appendRules(UnicodeString& result) const