Lines Matching refs:NumberFormat
290 …void expectParseCurrency(const NumberFormat &fmt, const UChar* currency, double amount, const char…
300 void expect2(NumberFormat& fmt, const Formattable& n, const UnicodeString& str);
302 void expect3(NumberFormat& fmt, const Formattable& n, const UnicodeString& str);
304 void expect2(NumberFormat& fmt, const Formattable& n, const char* str) { in expect2()
308 void expect2(NumberFormat* fmt, const Formattable& n, const UnicodeString& str, UErrorCode ec);
310 void expect2(NumberFormat* fmt, const Formattable& n, const char* str, UErrorCode ec) { in expect2()
314 void expect(NumberFormat& fmt, const UnicodeString& str, const Formattable& n);
316 void expect(NumberFormat& fmt, const char *str, const Formattable& n) { in expect()
320 void expect(NumberFormat& fmt, const Formattable& n,
323 void expect(NumberFormat& fmt, const Formattable& n,
328 void expect(NumberFormat* fmt, const Formattable& n,
331 void expect(NumberFormat* fmt, const Formattable& n, in expect()
336 void expect(NumberFormat* fmt, const Formattable& n, in expect()
341 void expect(NumberFormat* fmt, const Formattable& n, in expect()
346 void expectCurrency(NumberFormat& nf, const Locale& locale,
379 void expect_rbnf(NumberFormat& fmt, const UnicodeString& str, const Formattable& n);
381 void expect_rbnf(NumberFormat& fmt, const Formattable& n,
390 void roundingTest(NumberFormat& nf, double x, int32_t maxFractionDigits, const char* expected);