Home | History | Annotate | Download | only in i18n

Lines Matching refs:rbnf

22 #include "unicode/rbnf.h"
175 const RuleBasedNumberFormat* rbnf = dynamic_cast<const RuleBasedNumberFormat*>(nf);
176 U_ASSERT(rbnf != NULL);
177 res = rbnf->clone();
550 const RuleBasedNumberFormat* rbnf = dynamic_cast<const RuleBasedNumberFormat*>(nf);
551 U_ASSERT(rbnf != NULL);
554 return rbnf->isLenient();
651 RuleBasedNumberFormat* rbnf = dynamic_cast<RuleBasedNumberFormat*>(nf);
652 U_ASSERT(rbnf != NULL);
655 rbnf->setLenient((UBool)newValue);
736 const RuleBasedNumberFormat* rbnf = dynamic_cast<const RuleBasedNumberFormat*>(nf);
737 U_ASSERT(rbnf != NULL);
739 res = rbnf->getDefaultRuleSetName();
741 int32_t count = rbnf->getNumberOfRuleSetNames();
743 res += rbnf->getRuleSetName(i);
800 RuleBasedNumberFormat* rbnf = dynamic_cast<RuleBasedNumberFormat*>(nf);
801 U_ASSERT(rbnf != NULL);
803 rbnf->setDefaultRuleSet(newValue, *status);
835 const RuleBasedNumberFormat* rbnf = dynamic_cast<const RuleBasedNumberFormat*>(nf);
836 U_ASSERT(rbnf != NULL);
837 pat = rbnf->getRules();