Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Ditrbnfrt.cpp65 = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale::getUS(), status); in TestEnglishSpelloutRT()
101 = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale("es", "es"), status); in TestSpanishSpelloutRT()
119 = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale::getFrance(), status); in TestFrenchSpelloutRT()
137 = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale("fr", "CH"), status); in TestSwissFrenchSpelloutRT()
155 = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale::getItalian(), status); in TestItalianSpelloutRT()
173 = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale::getGermany(), status); in TestGermanSpelloutRT()
191 = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale("sv", "SE"), status); in TestSwedishSpelloutRT()
209 = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale("nl", "NL"), status); in TestDutchSpelloutRT()
227 = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale::getJapan(), status); in TestJapaneseSpelloutRT()
245 = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale("ru", "RU"), status); in TestRussianSpelloutRT()
[all …]
Ditrbnf.cpp103 RuleBasedNumberFormat* formatter = new RuleBasedNumberFormat(URBNF_SPELLOUT, "he_IL", status); in TestHebrewFraction()
148 = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale::getUS(), status); in TestAPI()
173 RuleBasedNumberFormat assignResult(URBNF_SPELLOUT, Locale("es", "ES", ""), status); in TestAPI()
1113 = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale::getUS(), status); in TestEnglishSpellout()
1242 = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale("es", "ES", ""), status); in TestSpanishSpellout()
1282 = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale::getFrance(), status); in TestFrenchSpellout()
1367 = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale("fr", "CH", ""), status); in TestSwissFrenchSpellout()
1416 = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale("fr", "BE", ""), status); in TestBelgianFrenchSpellout()
1433 = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale::getItalian(), status); in TestItalianSpellout()
1474 = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale("pt","BR",""), status); in TestPortugueseSpellout()
[all …]
/external/icu/icu4c/source/i18n/unicode/
Drbnf.h52 URBNF_SPELLOUT, enumerator
/external/icu/icu4c/source/i18n/
Dunum.cpp101 retVal = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale(locale), *status); in unum_open()
Dnumfmt.cpp1439 desiredRulesType = URBNF_SPELLOUT; in makeInstance()
Drbnf.cpp785 case URBNF_SPELLOUT: fmt_tag = "SpelloutRules"; break; in RuleBasedNumberFormat()
Dmsgfmt.cpp1734 fmt = makeRBNF(URBNF_SPELLOUT, fLocale, style, ec); in createAppropriateFormat()