Lines Matching refs:RuleBasedNumberFormat
66 RuleBasedNumberFormat* formatter in TestEnglishSpelloutRT()
67 = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale::getUS(), status); in TestEnglishSpelloutRT()
84 RuleBasedNumberFormat* formatter in TestDurationsRT()
85 = new RuleBasedNumberFormat(URBNF_DURATION, Locale::getUS(), status); in TestDurationsRT()
102 RuleBasedNumberFormat* formatter in TestSpanishSpelloutRT()
103 = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale("es", "es"), status); in TestSpanishSpelloutRT()
120 RuleBasedNumberFormat* formatter in TestFrenchSpelloutRT()
121 = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale::getFrance(), status); in TestFrenchSpelloutRT()
138 RuleBasedNumberFormat* formatter in TestSwissFrenchSpelloutRT()
139 = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale("fr", "CH"), status); in TestSwissFrenchSpelloutRT()
156 RuleBasedNumberFormat* formatter in TestItalianSpelloutRT()
157 = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale::getItalian(), status); in TestItalianSpelloutRT()
174 RuleBasedNumberFormat* formatter in TestGermanSpelloutRT()
175 = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale::getGermany(), status); in TestGermanSpelloutRT()
192 RuleBasedNumberFormat* formatter in TestSwedishSpelloutRT()
193 = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale("sv", "SE"), status); in TestSwedishSpelloutRT()
210 RuleBasedNumberFormat* formatter in TestDutchSpelloutRT()
211 = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale("nl", "NL"), status); in TestDutchSpelloutRT()
228 RuleBasedNumberFormat* formatter in TestJapaneseSpelloutRT()
229 = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale::getJapan(), status); in TestJapaneseSpelloutRT()
246 RuleBasedNumberFormat* formatter in TestRussianSpelloutRT()
247 = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale("ru", "RU"), status); in TestRussianSpelloutRT()
264 RuleBasedNumberFormat* formatter in TestPortugueseSpelloutRT()
265 = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale("pt", "BR"), status); in TestPortugueseSpelloutRT()
276 RbnfRoundTripTest::doTest(const RuleBasedNumberFormat* formatter, in doTest()