Home | History | Annotate | Download | only in intltest

Lines Matching refs:NumberFormat

32  * Performs various in-depth test on NumberFormat
220 void expectParseCurrency(const NumberFormat &fmt, const UChar* currency, double amount, const char *text);
230 void expect2(NumberFormat& fmt, const Formattable& n, const UnicodeString& str);
232 void expect3(NumberFormat& fmt, const Formattable& n, const UnicodeString& str);
234 void expect2(NumberFormat& fmt, const Formattable& n, const char* str) {
238 void expect2(NumberFormat* fmt, const Formattable& n, const UnicodeString& str, UErrorCode ec);
240 void expect2(NumberFormat* fmt, const Formattable& n, const char* str, UErrorCode ec) {
244 void expect(NumberFormat& fmt, const UnicodeString& str, const Formattable& n);
246 void expect(NumberFormat& fmt, const char *str, const Formattable& n) {
250 void expect(NumberFormat& fmt, const Formattable& n,
253 void expect(NumberFormat& fmt, const Formattable& n,
258 void expect(NumberFormat* fmt, const Formattable& n,
261 void expect(NumberFormat* fmt, const Formattable& n,
266 void expect(NumberFormat* fmt, const Formattable& n,
271 void expect(NumberFormat* fmt, const Formattable& n,
276 void expectCurrency(NumberFormat& nf, const Locale& locale,
309 void expect_rbnf(NumberFormat& fmt, const UnicodeString& str, const Formattable& n);
311 void expect_rbnf(NumberFormat& fmt, const Formattable& n,
320 void roundingTest(NumberFormat& nf, double x, int32_t maxFractionDigits, const char* expected);