Searched refs:URBNF_SPELLOUT (Results 1 - 7 of 7) sorted by relevance

/external/icu4c/test/intltest/
H A Ditrbnfrt.cpp65 = 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, Local
[all...]
H A Ditrbnf.cpp103 RuleBasedNumberFormat* formatter = new RuleBasedNumberFormat(URBNF_SPELLOUT, "he_IL", status);
148 = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale::getUS(), status);
173 RuleBasedNumberFormat assignResult(URBNF_SPELLOUT, Locale("es", "ES", ""), status);
1068 = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale::getUS(), status);
1195 = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale("es", "ES", ""), status);
1235 = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale::getFrance(), status);
1320 = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale("fr", "CH", ""), status);
1369 = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale("fr", "BE", ""), status);
1386 = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale::getItalian(), status);
1427 = new RuleBasedNumberFormat(URBNF_SPELLOUT, Local
[all...]
/external/icu4c/i18n/unicode/
H A Drbnf.h49 URBNF_SPELLOUT, enumerator in enum:URBNFRuleSetTag
600 * locale. There are four legal values: URBNF_SPELLOUT, which creates a formatter that
/external/icu4c/i18n/
H A Dunum.cpp96 retVal = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale(locale), *status);
H A Dnumfmt.cpp1327 desiredRulesType = URBNF_SPELLOUT;
H A Drbnf.cpp755 case URBNF_SPELLOUT: fmt_tag = "SpelloutRules"; break;
H A Dmsgfmt.cpp1617 fmt = makeRBNF(URBNF_SPELLOUT, fLocale, style, ec);

Completed in 104 milliseconds