Home | History | Annotate | Download | only in i18n

Lines Matching defs:rbnf

22 #include "unicode/rbnf.h"
143 const RuleBasedNumberFormat* rbnf = dynamic_cast<const RuleBasedNumberFormat*>(nf);
144 U_ASSERT(rbnf != NULL);
145 res = rbnf->clone();
576 const RuleBasedNumberFormat* rbnf = dynamic_cast<const RuleBasedNumberFormat*>(nf);
577 U_ASSERT(rbnf != NULL);
579 res = rbnf->getDefaultRuleSetName();
581 int32_t count = rbnf->getNumberOfRuleSetNames();
583 res += rbnf->getRuleSetName(i);
639 RuleBasedNumberFormat* rbnf = dynamic_cast<RuleBasedNumberFormat*>(nf);
640 U_ASSERT(rbnf != NULL);
642 rbnf->setDefaultRuleSet(val, *status);
674 const RuleBasedNumberFormat* rbnf = dynamic_cast<const RuleBasedNumberFormat*>(nf);
675 U_ASSERT(rbnf != NULL);
676 pat = rbnf->getRules();