Home
last modified time | relevance | path

Searched refs:expect_rbnf (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dnumfmtst.h281 void expect_rbnf(NumberFormat& fmt, const UnicodeString& str, const Formattable& n);
283 void expect_rbnf(NumberFormat& fmt, const Formattable& n,
Dnumfmtst.cpp2427 expect_rbnf(fmt, n, str, FALSE); in expect3()
2428 expect_rbnf(fmt, str, n); in expect3()
2469 void NumberFormatTest::expect_rbnf(NumberFormat& fmt, const UnicodeString& str, const Formattable& … in expect_rbnf() function in NumberFormatTest
2486 void NumberFormatTest::expect_rbnf(NumberFormat& fmt, const Formattable& n, in expect_rbnf() function in NumberFormatTest
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DNumberFormatTest.java2124 expect_rbnf(fmt, n, exp, false); in expect3()
2125 expect_rbnf(fmt, exp, n); in expect3()
2180 public void expect_rbnf(NumberFormat fmt, Number n, String exp, boolean rt) { in expect_rbnf() method in NumberFormatTest
2249 public void expect_rbnf(NumberFormat fmt, String str, Number n) { in expect_rbnf() method in NumberFormatTest