Home
last modified time | relevance | path

Searched defs:expect2 (Results 1 – 7 of 7) sorted by relevance

/third_party/icu/icu4c/source/test/intltest/
Dnumfmtst.h326 void expect2(NumberFormat& fmt, const Formattable& n, const char* str) { in expect2() function
332 void expect2(NumberFormat* fmt, const Formattable& n, const char* str, UErrorCode ec) { in expect2() function
Dnumfmtst.cpp2845 void NumberFormatTest::expect2(NumberFormat& fmt, const Formattable& n, const UnicodeString& str) { in expect2() function in NumberFormatTest
2851 void NumberFormatTest::expect2(NumberFormat* fmt, const Formattable& n, in expect2() function in NumberFormatTest
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DPackUnpackTest.cpp112 float expect2) in compareBeforeAfter()
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/
DPackUnpackTest.cpp112 float expect2) in compareBeforeAfter()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/tests/
Dsfn_instrfromstring_test.cpp526 ScratchIOInstr expect2(RegisterVec4(2), 10, 8, 8, 0xb); in TEST_F() local
541 ScratchIOInstr expect2(RegisterVec4(2), new Register(4, 0, pin_none), 4, 16, 0x3, 20); in TEST_F() local
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DNumberFormatTest.java2643 public void expect2(NumberFormat fmt, Number n, String exp) { in expect2() method in NumberFormatTest
2656 public void expect2(NumberFormat fmt, double n, String exp) { in expect2() method in NumberFormatTest
2665 public void expect2(NumberFormat fmt, long n, String exp) { in expect2() method in NumberFormatTest
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DNumberFormatTest.java2646 public void expect2(NumberFormat fmt, Number n, String exp) { in expect2() method in NumberFormatTest
2659 public void expect2(NumberFormat fmt, double n, String exp) { in expect2() method in NumberFormatTest
2668 public void expect2(NumberFormat fmt, long n, String exp) { in expect2() method in NumberFormatTest