Lines Matching refs:NumberFormat
220 …void expectParseCurrency(const NumberFormat &fmt, const UChar* currency, double amount, const char…
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) { in expect2()
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) { in expect2()
244 void expect(NumberFormat& fmt, const UnicodeString& str, const Formattable& n);
246 void expect(NumberFormat& fmt, const char *str, const Formattable& n) { in expect()
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, in expect()
266 void expect(NumberFormat* fmt, const Formattable& n, in expect()
271 void expect(NumberFormat* fmt, const Formattable& n, in expect()
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);