Home | History | Annotate | Download | only in i18n

Lines Matching refs:RuleBasedNumberFormat

96         retVal = new RuleBasedNumberFormat(pat, Locale(locale), *parseErr, *status);
100 retVal = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale(locale), *status);
104 retVal = new RuleBasedNumberFormat(URBNF_ORDINAL, Locale(locale), *status);
108 retVal = new RuleBasedNumberFormat(URBNF_DURATION, Locale(locale), *status);
112 retVal = new RuleBasedNumberFormat(URBNF_NUMBERING_SYSTEM, Locale(locale), *status);
147 const RuleBasedNumberFormat* rbnf = dynamic_cast<const RuleBasedNumberFormat*>(nf);
580 RuleBasedNumberFormat* rbnf = dynamic_cast<const RuleBasedNumberFormat*>(nf);
643 RuleBasedNumberFormat* rbnf = dynamic_cast<RuleBasedNumberFormat*>(nf);
678 const RuleBasedNumberFormat* rbnf = dynamic_cast<const RuleBasedNumberFormat*>(nf);