Home | History | Annotate | Download | only in intltest

Lines Matching refs:NumberFormat

19  * Performs various in-depth test on NumberFormat
150 void expect2(NumberFormat& fmt, const Formattable& n, const UnicodeString& str);
152 void expect3(NumberFormat& fmt, const Formattable& n, const UnicodeString& str);
154 void expect2(NumberFormat& fmt, const Formattable& n, const char* str) {
158 void expect2(NumberFormat* fmt, const Formattable& n, const UnicodeString& str, UErrorCode ec);
160 void expect2(NumberFormat* fmt, const Formattable& n, const char* str, UErrorCode ec) {
164 void expect(NumberFormat& fmt, const UnicodeString& str, const Formattable& n);
166 void expect(NumberFormat& fmt, const char *str, const Formattable& n) {
170 void expect(NumberFormat& fmt, const Formattable& n,
173 void expect(NumberFormat& fmt, const Formattable& n,
178 void expect(NumberFormat* fmt, const Formattable& n,
181 void expect(NumberFormat* fmt, const Formattable& n,
186 void expectCurrency(NumberFormat& nf, const Locale& locale,
219 void expect_rbnf(NumberFormat& fmt, const UnicodeString& str, const Formattable& n);
221 void expect_rbnf(NumberFormat& fmt, const Formattable& n,
230 void roundingTest(NumberFormat& nf, double x, int32_t maxFractionDigits, const char* expected);