Home | History | Annotate | Download | only in i18n

Lines Matching defs:rbnf

22 #include "unicode/rbnf.h"
147 const RuleBasedNumberFormat* rbnf = dynamic_cast<const RuleBasedNumberFormat*>(nf);
148 U_ASSERT(rbnf != NULL);
149 res = rbnf->clone();
580 rbnf = dynamic_cast<const RuleBasedNumberFormat*>(nf);
581 U_ASSERT(rbnf != NULL);
583 res = rbnf->getDefaultRuleSetName();
585 int32_t count = rbnf->getNumberOfRuleSetNames();
587 res += rbnf->getRuleSetName(i);
643 RuleBasedNumberFormat* rbnf = dynamic_cast<RuleBasedNumberFormat*>(nf);
644 U_ASSERT(rbnf != NULL);
646 rbnf->setDefaultRuleSet(val, *status);
678 const RuleBasedNumberFormat* rbnf = dynamic_cast<const RuleBasedNumberFormat*>(nf);
679 U_ASSERT(rbnf != NULL);
680 pat = rbnf->getRules();