Searched refs:expect_rbnf (Results 1 - 4 of 4) sorted by relevance
/third_party/icu/icu4c/source/test/intltest/ |
H A D | numfmtst.h | 405 void expect_rbnf(NumberFormat& fmt, const UnicodeString& str, const Formattable& n); 407 void expect_rbnf(NumberFormat& fmt, const Formattable& n,
|
H A D | numfmtst.cpp | 2845 expect_rbnf(fmt, n, str, false); in expect3() 2846 expect_rbnf(fmt, str, n); in expect3() 2887 void NumberFormatTest::expect_rbnf(NumberFormat& fmt, const UnicodeString& str, const Formattable& n) { in expect_rbnf() function in NumberFormatTest 2904 void NumberFormatTest::expect_rbnf(NumberFormat& fmt, const Formattable& n, in expect_rbnf() function in NumberFormatTest
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
H A D | NumberFormatTest.java | 2654 expect_rbnf(fmt, n, exp, false); in expect3() 2655 expect_rbnf(fmt, exp, n); in expect3() 2710 public void expect_rbnf(NumberFormat fmt, Number n, String exp, boolean rt) { in expect_rbnf() method in NumberFormatTest 2726 errln("expect_rbnf() format test rt, locale " + fmt.getLocale(ULocale.VALID_LOCALE) + in expect_rbnf() 2730 errln("expect_rbnf() format test rt, locale " + fmt.getLocale(ULocale.VALID_LOCALE) + in expect_rbnf() 2736 errln("expect_rbnf() format test, locale " + fmt.getLocale(ULocale.VALID_LOCALE) + in expect_rbnf() 2779 public void expect_rbnf(NumberFormat fmt, String str, Number n) { in expect_rbnf() method in NumberFormatTest 2793 errln("expect_rbnf() parse test, locale " + fmt.getLocale(ULocale.VALID_LOCALE) + in expect_rbnf()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
H A D | NumberFormatTest.java | 2651 expect_rbnf(fmt, n, exp, false); in expect3() 2652 expect_rbnf(fmt, exp, n); in expect3() 2707 public void expect_rbnf(NumberFormat fmt, Number n, String exp, boolean rt) { in expect_rbnf() method in NumberFormatTest 2723 errln("expect_rbnf() format test rt, locale " + fmt.getLocale(ULocale.VALID_LOCALE) + in expect_rbnf() 2727 errln("expect_rbnf() format test rt, locale " + fmt.getLocale(ULocale.VALID_LOCALE) + in expect_rbnf() 2733 errln("expect_rbnf() format test, locale " + fmt.getLocale(ULocale.VALID_LOCALE) + in expect_rbnf() 2776 public void expect_rbnf(NumberFormat fmt, String str, Number n) { in expect_rbnf() method in NumberFormatTest 2790 errln("expect_rbnf() parse test, locale " + fmt.getLocale(ULocale.VALID_LOCALE) + in expect_rbnf()
|
Completed in 31 milliseconds