/external/icu4c/test/intltest/ |
itrbnfrt.cpp | 65 = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale::getUS(), status); 101 = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale("es", "es"), status); 119 = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale::getFrance(), status); 137 = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale("fr", "CH"), status); 155 = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale::getItalian(), status); 173 = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale::getGermany(), status); 191 = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale("sv", "SE"), status); 209 = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale("nl", "NL"), status); 227 = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale::getJapan(), status); 245 = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale("ru", "RU"), status) [all...] |
itrbnf.cpp | 102 RuleBasedNumberFormat* formatter = new RuleBasedNumberFormat(URBNF_SPELLOUT, "he_IL", status); 147 = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale::getUS(), status); 172 RuleBasedNumberFormat assignResult(URBNF_SPELLOUT, Locale("es", "ES", ""), status); [all...] |
/external/icu4c/i18n/unicode/ |
rbnf.h | 49 URBNF_SPELLOUT, 600 * locale. There are four legal values: URBNF_SPELLOUT, which creates a formatter that [all...] |
/external/icu4c/i18n/ |
rbnf.cpp | 750 case URBNF_SPELLOUT: fmt_tag = "SpelloutRules"; break; 789 if (tag == URBNF_SPELLOUT) { [all...] |
numfmt.cpp | [all...] |
unum.cpp | 128 retVal = (UNumberFormat*)new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale(locale), *status);
|
msgfmt.cpp | [all...] |