• Home
  • Raw
  • Download

Lines Matching refs:NFRule

32 NFRule::NFRule(const RuleBasedNumberFormat* _rbnf)  in NFRule()  function in NFRule
43 NFRule::~NFRule() in ~NFRule()
90 NFRule::makeRules(UnicodeString& description, in makeRules()
92 const NFRule *predecessor, in makeRules()
101 NFRule* rule1 = new NFRule(rbnf); in makeRules()
127 NFRule* rule2 = NULL; in makeRules()
143 rule2 = new NFRule(rbnf); in makeRules()
222 NFRule::parseRuleDescriptor(UnicodeString& description, UErrorCode& status) in parseRuleDescriptor()
373 NFRule::extractSubstitutions(const NFRuleSet* ruleSet, in extractSubstitutions()
374 const NFRule* predecessor, in extractSubstitutions()
397 NFRule::extractSubstitution(const NFRuleSet* ruleSet, in extractSubstitution()
398 const NFRule* predecessor, in extractSubstitution()
466 NFRule::setBaseValue(int64_t newBaseValue, UErrorCode& status) in setBaseValue()
505 NFRule::expectedExponent() const in expectedExponent()
535 NFRule::indexOfAny(const UChar* const strings[]) const in indexOfAny()
557 NFRule::operator==(const NFRule& rhs) const in operator ==()
582 NFRule::_appendRuleText(UnicodeString& result) const in _appendRuleText()
649 NFRule::doFormat(int64_t number, UnicodeString& toInsertInto, int32_t pos) const in doFormat()
671 NFRule::doFormat(double number, UnicodeString& toInsertInto, int32_t pos) const in doFormat()
693 NFRule::shouldRollBack(double number) const in shouldRollBack()
756 NFRule::doParse(const UnicodeString& text, in doParse()
947 NFRule::stripPrefix(UnicodeString& text, const UnicodeString& prefix, ParsePosition& pp) const in stripPrefix()
999 NFRule::matchToDelimiter(const UnicodeString& text, in matchToDelimiter()
1123 NFRule::prefixLength(const UnicodeString& str, const UnicodeString& prefix, UErrorCode& status) con… in prefixLength()
1314 NFRule::findText(const UnicodeString& str, in findText()
1431 NFRule::allIgnorable(const UnicodeString& str, UErrorCode& status) const in allIgnorable()