Home | History | Annotate | Download | only in intltest

Lines Matching refs:RuleBasedNumberFormat

28 // import com.ibm.text.RuleBasedNumberFormat;
47 if (exec) logln("TestSuite RuleBasedNumberFormat");
103 RuleBasedNumberFormat* formatter = new RuleBasedNumberFormat(URBNF_SPELLOUT, "he_IL", status);
105 errcheckln(status, "Failed in constructing RuleBasedNumberFormat - %s", u_errorName(status));
147 RuleBasedNumberFormat* formatter
148 = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale::getUS(), status);
159 RuleBasedNumberFormat* rbnfClone = (RuleBasedNumberFormat *)formatter->clone();
173 RuleBasedNumberFormat assignResult(URBNF_SPELLOUT, Locale("es", "ES", ""), status);
204 RuleBasedNumberFormat ruleCtorResult(spelloutRules, Locale::getUS(), perror, status);
210 RuleBasedNumberFormat nf(spelloutRules, (UnicodeString)"", Locale::getUS(), perror, status);
223 RuleBasedNumberFormat fromRulesResult(rules, Locale::getUS(), perror, status);
233 RuleBasedNumberFormat copyCtorResult(*formatter);
400 RuleBasedNumberFormat formatter(fracRules, Locale::getEnglish(), perror, status);
1067 RuleBasedNumberFormat* formatter
1068 = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale::getUS(), status);
1121 RuleBasedNumberFormat* formatter
1122 = new RuleBasedNumberFormat(URBNF_ORDINAL, Locale::getUS(), status);
1157 RuleBasedNumberFormat* formatter
1158 = new RuleBasedNumberFormat(URBNF_DURATION, Locale::getUS(), status);
1196 RuleBasedNumberFormat* formatter
1197 = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale("es", "ES", ""), status);
1236 RuleBasedNumberFormat* formatter
1237 = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale::getFrance(), status);
1321 RuleBasedNumberFormat* formatter
1322 = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale("fr", "CH", ""), status);
1370 RuleBasedNumberFormat* formatter
1371 = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale("fr", "BE", ""), status);
1387 RuleBasedNumberFormat* formatter
1388 = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale::getItalian(), status);
1428 RuleBasedNumberFormat* formatter
1429 = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale("pt","BR",""), status);
1466 RuleBasedNumberFormat* formatter
1467 = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale::getGermany(), status);
1511 RuleBasedNumberFormat* formatter
1512 = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale("th"), status);
1537 RuleBasedNumberFormat* formatter
1538 = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale("sv"), status);
1615 RuleBasedNumberFormat* formatter
1616 = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale("en_US"), status);
1671 RuleBasedNumberFormat formatter(rules, perror, status);
1695 RuleBasedNumberFormat formatter0(rules, loc, perror, status);
1780 RuleBasedNumberFormat fmt(rules, loc, perror, status);
1790 RuleBasedNumberFormat fmt(rules, loc, perror, status);
1831 RuleBasedNumberFormat* f = new RuleBasedNumberFormat((URBNFRuleSetTag)j, *loc, status);
1892 RuleBasedNumberFormat *rbnf =
1893 new RuleBasedNumberFormat(rules, Locale::getUS(), parse_error, status);
1916 RuleBasedNumberFormat rbnf(URBNF_ORDINAL, Locale::getEnglish(), status);
1918 dataerrln("Unable to create RuleBasedNumberFormat - " + UnicodeString(u_errorName(status)));
1956 IntlTestRBNF::doTest(RuleBasedNumberFormat* formatter, const char* const testData[][2], UBool testParsing)
2030 IntlTestRBNF::doLenientParseTest(RuleBasedNumberFormat* formatter, const char* testData[][2])