Lines Matching refs:NumberFormat
188 …void expectParseCurrency(const NumberFormat &fmt, const UChar* currency, double amount, const char…
198 void expect2(NumberFormat& fmt, const Formattable& n, const UnicodeString& str);
200 void expect3(NumberFormat& fmt, const Formattable& n, const UnicodeString& str);
202 void expect2(NumberFormat& fmt, const Formattable& n, const char* str) { in expect2()
206 void expect2(NumberFormat* fmt, const Formattable& n, const UnicodeString& str, UErrorCode ec);
208 void expect2(NumberFormat* fmt, const Formattable& n, const char* str, UErrorCode ec) { in expect2()
212 void expect(NumberFormat& fmt, const UnicodeString& str, const Formattable& n);
214 void expect(NumberFormat& fmt, const char *str, const Formattable& n) { in expect()
218 void expect(NumberFormat& fmt, const Formattable& n,
221 void expect(NumberFormat& fmt, const Formattable& n,
226 void expect(NumberFormat* fmt, const Formattable& n,
229 void expect(NumberFormat* fmt, const Formattable& n, in expect()
234 void expect(NumberFormat* fmt, const Formattable& n, in expect()
239 void expect(NumberFormat* fmt, const Formattable& n, in expect()
244 void expectCurrency(NumberFormat& nf, const Locale& locale,
277 void expect_rbnf(NumberFormat& fmt, const UnicodeString& str, const Formattable& n);
279 void expect_rbnf(NumberFormat& fmt, const Formattable& n,
288 void roundingTest(NumberFormat& nf, double x, int32_t maxFractionDigits, const char* expected);