Lines Matching refs:rbnf
142 const RuleBasedNumberFormat* rbnf = dynamic_cast<const RuleBasedNumberFormat*>(nf); in unum_clone() local
143 U_ASSERT(rbnf != NULL); in unum_clone()
144 res = rbnf->clone(); in unum_clone()
697 const RuleBasedNumberFormat* rbnf = dynamic_cast<const RuleBasedNumberFormat*>(nf); in unum_getTextAttribute() local
698 U_ASSERT(rbnf != NULL); in unum_getTextAttribute()
700 res = rbnf->getDefaultRuleSetName(); in unum_getTextAttribute()
702 int32_t count = rbnf->getNumberOfRuleSetNames(); in unum_getTextAttribute()
704 res += rbnf->getRuleSetName(i); in unum_getTextAttribute()
761 RuleBasedNumberFormat* rbnf = dynamic_cast<RuleBasedNumberFormat*>(nf); in unum_setTextAttribute() local
762 U_ASSERT(rbnf != NULL); in unum_setTextAttribute()
764 rbnf->setDefaultRuleSet(newValue, *status); in unum_setTextAttribute()
796 const RuleBasedNumberFormat* rbnf = dynamic_cast<const RuleBasedNumberFormat*>(nf); in unum_toPattern() local
797 U_ASSERT(rbnf != NULL); in unum_toPattern()
798 pat = rbnf->getRules(); in unum_toPattern()