/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
H A D | NumberFormatTest.java | 267 expect2(df, 1, "1.00 "); in Test20186_SpacesAroundSemicolon() 268 expect2(df, -1, " -1.00"); in Test20186_SpacesAroundSemicolon() 271 expect2(df, 1, "1.00"); in Test20186_SpacesAroundSemicolon() 272 expect2(df, -1, "-1.00"); in Test20186_SpacesAroundSemicolon() 275 expect2(df, 1, "1.00"); in Test20186_SpacesAroundSemicolon() 279 expect2(df, 1, " 1.00 "); in Test20186_SpacesAroundSemicolon() 280 expect2(df, -1, " -1.00 "); in Test20186_SpacesAroundSemicolon() 625 expect2(df, 1.23, "\u00A41.23"); in TestMismatchedCurrencyFormatFail() 627 expect2(df, 1.23, "\u20AC1.23"); in TestMismatchedCurrencyFormatFail() 1196 expect2(fmt in TestExponent() 2646 public void expect2(NumberFormat fmt, Number n, String exp) { expect2() method in NumberFormatTest 2659 public void expect2(NumberFormat fmt, double n, String exp) { expect2() method in NumberFormatTest 2668 public void expect2(NumberFormat fmt, long n, String exp) { expect2() method in NumberFormatTest [all...] |
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
H A D | NumberFormatTest.java | 264 expect2(df, 1, "1.00 "); in Test20186_SpacesAroundSemicolon() 265 expect2(df, -1, " -1.00"); in Test20186_SpacesAroundSemicolon() 268 expect2(df, 1, "1.00"); in Test20186_SpacesAroundSemicolon() 269 expect2(df, -1, "-1.00"); in Test20186_SpacesAroundSemicolon() 272 expect2(df, 1, "1.00"); in Test20186_SpacesAroundSemicolon() 276 expect2(df, 1, " 1.00 "); in Test20186_SpacesAroundSemicolon() 277 expect2(df, -1, " -1.00 "); in Test20186_SpacesAroundSemicolon() 622 expect2(df, 1.23, "\u00A41.23"); in TestMismatchedCurrencyFormatFail() 624 expect2(df, 1.23, "\u20AC1.23"); in TestMismatchedCurrencyFormatFail() 1193 expect2(fmt in TestExponent() 2643 public void expect2(NumberFormat fmt, Number n, String exp) { expect2() method in NumberFormatTest 2656 public void expect2(NumberFormat fmt, double n, String exp) { expect2() method in NumberFormatTest 2665 public void expect2(NumberFormat fmt, long n, String exp) { expect2() method in NumberFormatTest [all...] |
/third_party/icu/icu4c/source/test/intltest/ |
H A D | numfmtst.h | 326 void expect2(NumberFormat& fmt, const Formattable& n, const UnicodeString& str); 330 void expect2(NumberFormat& fmt, const Formattable& n, const char* str) { in expect2() function in NumberFormatTest 331 expect2(fmt, n, UnicodeString(str, "")); in expect2() 334 void expect2(NumberFormat* fmt, const Formattable& n, const UnicodeString& str, UErrorCode ec); 336 void expect2(NumberFormat* fmt, const Formattable& n, const char* str, UErrorCode ec) { in expect2() function in NumberFormatTest 337 expect2(fmt, n, UnicodeString(str, ""), ec); in expect2()
|
H A D | numfmtst.cpp | 437 expect2(df, 1, u"1.00 "); in Test20186_SpacesAroundSemicolon() 438 expect2(df, -1, u" -1.00"); in Test20186_SpacesAroundSemicolon() 441 expect2(df, 1, u"1.00"); in Test20186_SpacesAroundSemicolon() 442 expect2(df, -1, u"-1.00"); in Test20186_SpacesAroundSemicolon() 445 expect2(df, 1, u"1.00"); in Test20186_SpacesAroundSemicolon() 449 expect2(df, 1, u" 1.00 "); in Test20186_SpacesAroundSemicolon() 450 expect2(df, -1, u" -1.00 "); in Test20186_SpacesAroundSemicolon() 1367 expect2(f, (int32_t)123456789L, "12,34,56,789"); in TestSecondaryGrouping() 1373 expect2(f, (int32_t)123456789L, "12,3456,789"); in TestSecondaryGrouping() 1442 // expect2(*fm in TestComplexCurrency() 2849 void NumberFormatTest::expect2(NumberFormat& fmt, const Formattable& n, const UnicodeString& str) { expect2() function in NumberFormatTest 2855 void NumberFormatTest::expect2(NumberFormat* fmt, const Formattable& n, expect2() function in NumberFormatTest [all...] |
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | PackUnpackTest.cpp | 112 float expect2) in compareBeforeAfter() 133 EXPECT_NEAR(p[1], expect2, epsilon); in compareBeforeAfter() 108 compareBeforeAfter(GLuint program, float input1, float input2, float expect1, float expect2) compareBeforeAfter() argument
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/tests/ |
H A D | sfn_instrfromstring_test.cpp | 526 ScratchIOInstr expect2(RegisterVec4(2), 10, 8, 8, 0xb); in TEST_F() 527 check(init2, expect2); in TEST_F() 541 ScratchIOInstr expect2(RegisterVec4(2), new Register(4, 0, pin_none), 4, 16, 0x3, 20); in TEST_F() 542 check(init2, expect2); in TEST_F()
|