Lines Matching refs:NumberFormat
64 * Performs various in-depth test on NumberFormat
316 void expectParseCurrency(const NumberFormat &fmt, const UChar* currency, double amount, const char *text);
326 void expect2(NumberFormat& fmt, const Formattable& n, const UnicodeString& str);
328 void expect3(NumberFormat& fmt, const Formattable& n, const UnicodeString& str);
330 void expect2(NumberFormat& fmt, const Formattable& n, const char* str) {
334 void expect2(NumberFormat* fmt, const Formattable& n, const UnicodeString& str, UErrorCode ec);
336 void expect2(NumberFormat* fmt, const Formattable& n, const char* str, UErrorCode ec) {
340 void expect(NumberFormat& fmt, const UnicodeString& str, const Formattable& n);
342 void expect(NumberFormat& fmt, const char *str, const Formattable& n) {
346 void expect(NumberFormat& fmt, const Formattable& n,
349 void expect(NumberFormat& fmt, const Formattable& n,
354 void expect(NumberFormat* fmt, const Formattable& n,
357 void expect(NumberFormat* fmt, const Formattable& n,
362 void expect(NumberFormat* fmt, const Formattable& n,
367 void expect(NumberFormat* fmt, const Formattable& n,
372 void expectCurrency(NumberFormat& nf, const Locale& locale,
405 void expect_rbnf(NumberFormat& fmt, const UnicodeString& str, const Formattable& n);
407 void expect_rbnf(NumberFormat& fmt, const Formattable& n,
416 void roundingTest(NumberFormat& nf, double x, int32_t maxFractionDigits, const char* expected);