Searched refs:expect3 (Results 1 - 4 of 4) sorted by relevance
/third_party/icu/icu4c/source/test/intltest/ |
H A D | numfmtst.h | 328 void expect3(NumberFormat& fmt, const Formattable& n, const UnicodeString& str);
|
H A D | numfmtst.cpp | 2843 void NumberFormatTest::expect3(NumberFormat& fmt, const Formattable& n, const UnicodeString& str) { in expect3() function in NumberFormatTest 3574 expect3(*fmt,item->value,CharsToUnicodeString(item->expectedResult)); in TestNumberingSystems()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
H A D | NumberFormatTest.java | 1906 expect3(fmt,item.value,item.expectedResult); in TestNumberingSystems() 2652 public void expect3(NumberFormat fmt, Number n, String exp) { in expect3() method in NumberFormatTest 2663 public void expect3(NumberFormat fmt, double n, String exp) { in expect3() method in NumberFormatTest 2664 expect3(fmt, new Double(n), exp); in expect3() 2672 public void expect3(NumberFormat fmt, long n, String exp) { in expect3() method in NumberFormatTest 2673 expect3(fmt, new Long(n), exp); in expect3()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
H A D | NumberFormatTest.java | 1903 expect3(fmt,item.value,item.expectedResult); in TestNumberingSystems() 2649 public void expect3(NumberFormat fmt, Number n, String exp) { in expect3() method in NumberFormatTest 2660 public void expect3(NumberFormat fmt, double n, String exp) { in expect3() method in NumberFormatTest 2661 expect3(fmt, new Double(n), exp); in expect3() 2669 public void expect3(NumberFormat fmt, long n, String exp) { in expect3() method in NumberFormatTest 2670 expect3(fmt, new Long(n), exp); in expect3()
|
Completed in 32 milliseconds