Home | History | Annotate | Download | only in intltest

Lines Matching refs:RuleBasedNumberFormat

28 // import com.ibm.text.RuleBasedNumberFormat;
47 if (exec) logln("TestSuite RuleBasedNumberFormat");
102 RuleBasedNumberFormat* formatter = new RuleBasedNumberFormat(URBNF_SPELLOUT, "he_IL", status);
104 errcheckln(status, "Failed in constructing RuleBasedNumberFormat - %s", u_errorName(status));
146 RuleBasedNumberFormat* formatter
147 = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale::getUS(), status);
158 RuleBasedNumberFormat* rbnfClone = (RuleBasedNumberFormat *)formatter->clone();
172 RuleBasedNumberFormat assignResult(URBNF_SPELLOUT, Locale("es", "ES", ""), status);
203 RuleBasedNumberFormat ruleCtorResult(spelloutRules, Locale::getUS(), perror, status);
209 RuleBasedNumberFormat nf(spelloutRules, (UnicodeString)"", Locale::getUS(), perror, status);
222 RuleBasedNumberFormat fromRulesResult(rules, Locale::getUS(), perror, status);
232 RuleBasedNumberFormat copyCtorResult(*formatter);
399 RuleBasedNumberFormat formatter(fracRules, Locale::getEnglish(), perror, status);
1066 RuleBasedNumberFormat* formatter
1067 = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale::getUS(), status);
1118 RuleBasedNumberFormat* formatter
1119 = new RuleBasedNumberFormat(URBNF_ORDINAL, Locale::getUS(), status);
1154 RuleBasedNumberFormat* formatter
1155 = new RuleBasedNumberFormat(URBNF_DURATION, Locale::getUS(), status);
1193 RuleBasedNumberFormat* formatter
1194 = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale("es", "ES", ""), status);
1233 RuleBasedNumberFormat* formatter
1234 = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale::getFrance(), status);
1318 RuleBasedNumberFormat* formatter
1319 = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale("fr", "CH", ""), status);
1367 RuleBasedNumberFormat* formatter
1368 = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale("fr", "BE", ""), status);
1384 RuleBasedNumberFormat* formatter
1385 = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale::getItalian(), status);
1425 RuleBasedNumberFormat* formatter
1426 = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale("pt","BR",""), status);
1463 RuleBasedNumberFormat* formatter
1464 = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale::getGermany(), status);
1508 RuleBasedNumberFormat* formatter
1509 = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale("th"), status);
1534 RuleBasedNumberFormat* formatter
1535 = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale("sv"), status);
1611 RuleBasedNumberFormat* formatter
1612 = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale("en_US"), status);
1667 RuleBasedNumberFormat formatter(rules, perror, status);
1691 RuleBasedNumberFormat formatter0(rules, loc, perror, status);
1776 RuleBasedNumberFormat fmt(rules, loc, perror, status);
1786 RuleBasedNumberFormat fmt(rules, loc, perror, status);
1827 RuleBasedNumberFormat* f = new RuleBasedNumberFormat((URBNFRuleSetTag)j, *loc, status);
1888 RuleBasedNumberFormat *rbnf =
1889 new RuleBasedNumberFormat(rules, Locale::getUS(), parse_error, status);
1909 IntlTestRBNF::doTest(RuleBasedNumberFormat* formatter, const char* const testData[][2], UBool testParsing)
1983 IntlTestRBNF::doLenientParseTest(RuleBasedNumberFormat* formatter, const char* testData[][2])