Searched defs:ASSERT_EQUALS (Results 1 - 4 of 4) sorted by path

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dnumfmtst.cpp6344 #define ASSERT_EQUALS(expected, actual) {if ((expected) != (actual)) \ macro
6348 // This function lets ASSERT_EQUALS("literal", UnicodeString) work.
6360 ASSERT_EQUALS("1.2345678999987654321E+667", s);
6367 ASSERT_EQUALS(U_DECIMAL_NUMBER_SYNTAX_ERROR, status);
6375 ASSERT_EQUALS( Formattable::kDouble, f.getType());
6376 ASSERT_EQUALS(123.45, f.getDouble());
6377 ASSERT_EQUALS(123.45, f.getDouble(status));
6379 ASSERT_EQUALS("123.45", f.getDecimalNumber(status));
6385 ASSERT_EQUALS(45678000, n);
6390 ASSERT_EQUALS( Formattabl
[all...]
/external/chromium_org/third_party/re2/util/
H A Dtest.h39 #define ASSERT_EQUALS(x, y) CHECK_EQ(x, y) macro
/external/icu/icu4c/source/test/intltest/
H A Dnumfmtst.cpp6373 #define ASSERT_EQUALS(expected, actual) {if ((expected) != (actual)) \ macro
6377 // This function lets ASSERT_EQUALS("literal", UnicodeString) work.
6389 ASSERT_EQUALS("1.2345678999987654321E+667", s);
6396 ASSERT_EQUALS(U_DECIMAL_NUMBER_SYNTAX_ERROR, status);
6404 ASSERT_EQUALS( Formattable::kDouble, f.getType());
6405 ASSERT_EQUALS(123.45, f.getDouble());
6406 ASSERT_EQUALS(123.45, f.getDouble(status));
6408 ASSERT_EQUALS("123.45", f.getDecimalNumber(status));
6414 ASSERT_EQUALS(45678000, n);
6419 ASSERT_EQUALS( Formattabl
[all...]
/external/regex-re2/util/
H A Dtest.h39 #define ASSERT_EQUALS(x, y) CHECK_EQ(x, y) macro

Completed in 256 milliseconds