Lines Matching refs:RuleBasedNumberFormat

64   RuleBasedNumberFormat* formatter  in TestEnglishSpelloutRT()
65 = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale::getUS(), status); in TestEnglishSpelloutRT()
82 RuleBasedNumberFormat* formatter in TestDurationsRT()
83 = new RuleBasedNumberFormat(URBNF_DURATION, Locale::getUS(), status); in TestDurationsRT()
100 RuleBasedNumberFormat* formatter in TestSpanishSpelloutRT()
101 = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale("es", "es"), status); in TestSpanishSpelloutRT()
118 RuleBasedNumberFormat* formatter in TestFrenchSpelloutRT()
119 = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale::getFrance(), status); in TestFrenchSpelloutRT()
136 RuleBasedNumberFormat* formatter in TestSwissFrenchSpelloutRT()
137 = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale("fr", "CH"), status); in TestSwissFrenchSpelloutRT()
154 RuleBasedNumberFormat* formatter in TestItalianSpelloutRT()
155 = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale::getItalian(), status); in TestItalianSpelloutRT()
172 RuleBasedNumberFormat* formatter in TestGermanSpelloutRT()
173 = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale::getGermany(), status); in TestGermanSpelloutRT()
190 RuleBasedNumberFormat* formatter in TestSwedishSpelloutRT()
191 = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale("sv", "SE"), status); in TestSwedishSpelloutRT()
208 RuleBasedNumberFormat* formatter in TestDutchSpelloutRT()
209 = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale("nl", "NL"), status); in TestDutchSpelloutRT()
226 RuleBasedNumberFormat* formatter in TestJapaneseSpelloutRT()
227 = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale::getJapan(), status); in TestJapaneseSpelloutRT()
244 RuleBasedNumberFormat* formatter in TestRussianSpelloutRT()
245 = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale("ru", "RU"), status); in TestRussianSpelloutRT()
262 RuleBasedNumberFormat* formatter in TestPortugueseSpelloutRT()
263 = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale("pt", "BR"), status); in TestPortugueseSpelloutRT()
274 RbnfRoundTripTest::doTest(const RuleBasedNumberFormat* formatter, in doTest()