• Home
  • Raw
  • Download

Lines Matching refs:RuleBasedNumberFormat

103     RuleBasedNumberFormat* formatter = new RuleBasedNumberFormat(URBNF_SPELLOUT, "he_IL", status);  in TestHebrewFraction()
147 RuleBasedNumberFormat* formatter in TestAPI()
148 = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale::getUS(), status); in TestAPI()
159 RuleBasedNumberFormat* rbnfClone = (RuleBasedNumberFormat *)formatter->clone(); in TestAPI()
173 RuleBasedNumberFormat assignResult(URBNF_SPELLOUT, Locale("es", "ES", ""), status); in TestAPI()
204 RuleBasedNumberFormat ruleCtorResult(spelloutRules, Locale::getUS(), perror, status); in TestAPI()
210 RuleBasedNumberFormat nf(spelloutRules, (UnicodeString)"", Locale::getUS(), perror, status); in TestAPI()
223 RuleBasedNumberFormat fromRulesResult(rules, Locale::getUS(), perror, status); in TestAPI()
233 RuleBasedNumberFormat copyCtorResult(*formatter); in TestAPI()
400 RuleBasedNumberFormat formatter(fracRules, Locale::getEnglish(), perror, status); in TestFractionalRuleSet()
1067 RuleBasedNumberFormat* formatter in TestEnglishSpellout()
1068 = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale::getUS(), status); in TestEnglishSpellout()
1119 RuleBasedNumberFormat* formatter in TestOrdinalAbbreviations()
1120 = new RuleBasedNumberFormat(URBNF_ORDINAL, Locale::getUS(), status); in TestOrdinalAbbreviations()
1155 RuleBasedNumberFormat* formatter in TestDurations()
1156 = new RuleBasedNumberFormat(URBNF_DURATION, Locale::getUS(), status); in TestDurations()
1194 RuleBasedNumberFormat* formatter in TestSpanishSpellout()
1195 = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale("es", "ES", ""), status); in TestSpanishSpellout()
1234 RuleBasedNumberFormat* formatter in TestFrenchSpellout()
1235 = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale::getFrance(), status); in TestFrenchSpellout()
1319 RuleBasedNumberFormat* formatter in TestSwissFrenchSpellout()
1320 = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale("fr", "CH", ""), status); in TestSwissFrenchSpellout()
1368 RuleBasedNumberFormat* formatter in TestBelgianFrenchSpellout()
1369 = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale("fr", "BE", ""), status); in TestBelgianFrenchSpellout()
1385 RuleBasedNumberFormat* formatter in TestItalianSpellout()
1386 = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale::getItalian(), status); in TestItalianSpellout()
1426 RuleBasedNumberFormat* formatter in TestPortugueseSpellout()
1427 = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale("pt","BR",""), status); in TestPortugueseSpellout()
1464 RuleBasedNumberFormat* formatter in TestGermanSpellout()
1465 = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale::getGermany(), status); in TestGermanSpellout()
1509 RuleBasedNumberFormat* formatter in TestThaiSpellout()
1510 = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale("th"), status); in TestThaiSpellout()
1535 RuleBasedNumberFormat* formatter in TestSwedishSpellout()
1536 = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale("sv"), status); in TestSwedishSpellout()
1613 RuleBasedNumberFormat* formatter in TestSmallValues()
1614 = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale("en_US"), status); in TestSmallValues()
1669 RuleBasedNumberFormat formatter(rules, perror, status); in TestLocalizations()
1693 RuleBasedNumberFormat formatter0(rules, loc, perror, status); in TestLocalizations()
1778 RuleBasedNumberFormat fmt(rules, loc, perror, status); in TestLocalizations()
1788 RuleBasedNumberFormat fmt(rules, loc, perror, status); in TestLocalizations()
1829 RuleBasedNumberFormat* f = new RuleBasedNumberFormat((URBNFRuleSetTag)j, *loc, status); in TestAllLocales()
1890 RuleBasedNumberFormat *rbnf = in TestMultiplierSubstitution()
1891 new RuleBasedNumberFormat(rules, Locale::getUS(), parse_error, status); in TestMultiplierSubstitution()
1914 RuleBasedNumberFormat rbnf(URBNF_ORDINAL, Locale::getEnglish(), status); in TestSetDecimalFormatSymbols()
1954 IntlTestRBNF::doTest(RuleBasedNumberFormat* formatter, const char* const testData[][2], UBool testP… in doTest()
2028 IntlTestRBNF::doLenientParseTest(RuleBasedNumberFormat* formatter, const char* testData[][2]) in doLenientParseTest()