Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dnumfmtst.h379 void expect_rbnf(NumberFormat& fmt, const UnicodeString& str, const Formattable& n);
381 void expect_rbnf(NumberFormat& fmt, const Formattable& n,
Dnumfmtst.cpp2655 expect_rbnf(fmt, n, str, FALSE); in expect3()
2656 expect_rbnf(fmt, str, n); in expect3()
2697 void NumberFormatTest::expect_rbnf(NumberFormat& fmt, const UnicodeString& str, const Formattable& … in expect_rbnf() function in NumberFormatTest
2714 void NumberFormatTest::expect_rbnf(NumberFormat& fmt, const Formattable& n, in expect_rbnf() function in NumberFormatTest
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DNumberFormatTest.java2602 expect_rbnf(fmt, n, exp, false); in expect3()
2603 expect_rbnf(fmt, exp, n); in expect3()
2658 public void expect_rbnf(NumberFormat fmt, Number n, String exp, boolean rt) { in expect_rbnf() method in NumberFormatTest
2727 public void expect_rbnf(NumberFormat fmt, String str, Number n) { in expect_rbnf() method in NumberFormatTest
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DNumberFormatTest.java2599 expect_rbnf(fmt, n, exp, false); in expect3()
2600 expect_rbnf(fmt, exp, n); in expect3()
2655 public void expect_rbnf(NumberFormat fmt, Number n, String exp, boolean rt) { in expect_rbnf() method in NumberFormatTest
2724 public void expect_rbnf(NumberFormat fmt, String str, Number n) { in expect_rbnf() method in NumberFormatTest