Home | History | Annotate | Download | only in i18n

Lines Matching refs:Locale

40             const    char*     locale,
54 retVal = NumberFormat::createInstance(Locale(locale), style, *status);
66 DecimalFormatSymbols *syms = new DecimalFormatSymbols(Locale(locale), *status);
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);