Home | History | Annotate | Download | only in i18n

Lines Matching refs:RuleBasedNumberFormat

92         retVal = new RuleBasedNumberFormat(pat, Locale(locale), *parseErr, *status);
96 retVal = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale(locale), *status);
100 retVal = new RuleBasedNumberFormat(URBNF_ORDINAL, Locale(locale), *status);
104 retVal = new RuleBasedNumberFormat(URBNF_DURATION, Locale(locale), *status);
108 retVal = new RuleBasedNumberFormat(URBNF_NUMBERING_SYSTEM, Locale(locale), *status);
143 const RuleBasedNumberFormat* rbnf = dynamic_cast<const RuleBasedNumberFormat*>(nf);
576 const RuleBasedNumberFormat* rbnf = dynamic_cast<const RuleBasedNumberFormat*>(nf);
639 RuleBasedNumberFormat* rbnf = dynamic_cast<RuleBasedNumberFormat*>(nf);
674 const RuleBasedNumberFormat* rbnf = dynamic_cast<const RuleBasedNumberFormat*>(nf);