Home | History | Annotate | Download | only in intltest

Lines Matching refs:NumberFormat

34  * Performs various in-depth test on NumberFormat
224 void expectParseCurrency(const NumberFormat &fmt, const UChar* currency, double amount, const char *text);
234 void expect2(NumberFormat& fmt, const Formattable& n, const UnicodeString& str);
236 void expect3(NumberFormat& fmt, const Formattable& n, const UnicodeString& str);
238 void expect2(NumberFormat& fmt, const Formattable& n, const char* str) {
242 void expect2(NumberFormat* fmt, const Formattable& n, const UnicodeString& str, UErrorCode ec);
244 void expect2(NumberFormat* fmt, const Formattable& n, const char* str, UErrorCode ec) {
248 void expect(NumberFormat& fmt, const UnicodeString& str, const Formattable& n);
250 void expect(NumberFormat& fmt, const char *str, const Formattable& n) {
254 void expect(NumberFormat& fmt, const Formattable& n,
257 void expect(NumberFormat& fmt, const Formattable& n,
262 void expect(NumberFormat* fmt, const Formattable& n,
265 void expect(NumberFormat* fmt, const Formattable& n,
270 void expect(NumberFormat* fmt, const Formattable& n,
275 void expect(NumberFormat* fmt, const Formattable& n,
280 void expectCurrency(NumberFormat& nf, const Locale& locale,
313 void expect_rbnf(NumberFormat& fmt, const UnicodeString& str, const Formattable& n);
315 void expect_rbnf(NumberFormat& fmt, const Formattable& n,
324 void roundingTest(NumberFormat& nf, double x, int32_t maxFractionDigits, const char* expected);