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.cpp106 RuleBasedNumberFormat* formatter = new RuleBasedNumberFormat(URBNF_SPELLOUT, "he_IL", status); in TestHebrewFraction()
151 = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale::getUS(), status); in TestAPI()
176 RuleBasedNumberFormat assignResult(URBNF_SPELLOUT, Locale("es", "ES", ""), status); in TestAPI()
1137 = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale::getUS(), status); in TestEnglishSpellout()
1266 = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale("es", "ES", ""), status); in TestSpanishSpellout()
1306 = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale::getFrance(), status); in TestFrenchSpellout()
1391 = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale("fr", "CH", ""), status); in TestSwissFrenchSpellout()
1440 = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale("fr", "BE", ""), status); in TestBelgianFrenchSpellout()
1457 = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale::getItalian(), status); in TestItalianSpellout()
1498 = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale("pt","BR",""), status); in TestPortugueseSpellout()
[all …]
/external/icu/icu4c/source/i18n/unicode/
Drbnf.h53 URBNF_SPELLOUT, enumerator
/external/icu/icu4c/source/i18n/
Dunum.cpp103 retVal = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale(locale), *status); in unum_open()
Dnumfmt.cpp1456 desiredRulesType = URBNF_SPELLOUT; in makeInstance()
Drbnf.cpp797 case URBNF_SPELLOUT: fmt_tag = "SpelloutRules"; break; in RuleBasedNumberFormat()
Dmsgfmt.cpp1735 fmt = makeRBNF(URBNF_SPELLOUT, fLocale, style, ec); in createAppropriateFormat()