Lines Matching full:rbnf
24 #include "unicode/rbnf.h"
160 const RuleBasedNumberFormat* rbnf = dynamic_cast<const RuleBasedNumberFormat*>(nf);
161 U_ASSERT(rbnf != NULL);
162 res = rbnf->clone();
593 const RuleBasedNumberFormat* rbnf = dynamic_cast<const RuleBasedNumberFormat*>(nf);
594 U_ASSERT(rbnf != NULL);
596 res = rbnf->getDefaultRuleSetName();
598 int32_t count = rbnf->getNumberOfRuleSetNames();
600 res += rbnf->getRuleSetName(i);
656 RuleBasedNumberFormat* rbnf = dynamic_cast<RuleBasedNumberFormat*>(nf);
657 U_ASSERT(rbnf != NULL);
659 rbnf->setDefaultRuleSet(val, *status);
691 const RuleBasedNumberFormat* rbnf = dynamic_cast<const RuleBasedNumberFormat*>(nf);
692 U_ASSERT(rbnf != NULL);
693 pat = rbnf->getRules();