/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
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(fmt1, n, "1.234E3"); in TestExponent() [all …]
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
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(fmt1, n, "1.234E3"); in TestExponent() [all …]
|
/third_party/icu/icu4c/source/test/intltest/ |
D | numfmtst.h | 322 void expect2(NumberFormat& fmt, const Formattable& n, const UnicodeString& str); 326 void expect2(NumberFormat& fmt, const Formattable& n, const char* str) { in expect2() function 327 expect2(fmt, n, UnicodeString(str, "")); in expect2() 330 void expect2(NumberFormat* fmt, const Formattable& n, const UnicodeString& str, UErrorCode ec); 332 void expect2(NumberFormat* fmt, const Formattable& n, const char* str, UErrorCode ec) { in expect2() function 333 expect2(fmt, n, UnicodeString(str, ""), ec); in expect2()
|
D | numfmtst.cpp | 433 expect2(df, 1, u"1.00 "); in Test20186_SpacesAroundSemicolon() 434 expect2(df, -1, u" -1.00"); in Test20186_SpacesAroundSemicolon() 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() 445 expect2(df, 1, u" 1.00 "); in Test20186_SpacesAroundSemicolon() 446 expect2(df, -1, u" -1.00 "); in Test20186_SpacesAroundSemicolon() 1363 expect2(f, (int32_t)123456789L, "12,34,56,789"); in TestSecondaryGrouping() 1369 expect2(f, (int32_t)123456789L, "12,3456,789"); in TestSecondaryGrouping() 1475 expect2(fmt1, n, "1.234E3"); in TestExponent() [all …]
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | PackUnpackTest.cpp | 112 float expect2) in compareBeforeAfter() argument 133 EXPECT_NEAR(p[1], expect2, epsilon); in compareBeforeAfter()
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | PackUnpackTest.cpp | 112 float expect2) in compareBeforeAfter() argument 130 EXPECT_NEAR(p[1], expect2, epsilon); in compareBeforeAfter()
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/tests/ |
D | sfn_instrfromstring_test.cpp | 526 ScratchIOInstr expect2(RegisterVec4(2), 10, 8, 8, 0xb); in TEST_F() local 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() local 542 check(init2, expect2); in TEST_F()
|