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

/external/chromium_org/third_party/re2/util/
H A Dtest.h39 #define ASSERT_EQUALS(x, y) CHECK_EQ(x, y) macro
/external/regex-re2/util/
H A Dtest.h39 #define ASSERT_EQUALS(x, y) CHECK_EQ(x, y) macro
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dnumfmtst.cpp6014 #define ASSERT_EQUALS(expected, actual) {if ((expected) != (actual)) \ macro
6018 // This function lets ASSERT_EQUALS("literal", UnicodeString) work.
6030 ASSERT_EQUALS("1.2345678999987654321E+667", s);
6037 ASSERT_EQUALS(U_DECIMAL_NUMBER_SYNTAX_ERROR, status);
6045 ASSERT_EQUALS( Formattable::kDouble, f.getType());
6046 ASSERT_EQUALS(123.45, f.getDouble());
6047 ASSERT_EQUALS(123.45, f.getDouble(status));
6049 ASSERT_EQUALS("123.45", f.getDecimalNumber(status));
6055 ASSERT_EQUALS(45678000, n);
6060 ASSERT_EQUALS( Formattabl
[all...]
/external/icu4c/test/intltest/
H A Dnumfmtst.cpp6250 #define ASSERT_EQUALS(expected, actual) {if ((expected) != (actual)) \ macro
6254 // This function lets ASSERT_EQUALS("literal", UnicodeString) work.
6266 ASSERT_EQUALS("1.2345678999987654321E+667", s);
6273 ASSERT_EQUALS(U_DECIMAL_NUMBER_SYNTAX_ERROR, status);
6281 ASSERT_EQUALS( Formattable::kDouble, f.getType());
6282 ASSERT_EQUALS(123.45, f.getDouble());
6283 ASSERT_EQUALS(123.45, f.getDouble(status));
6285 ASSERT_EQUALS("123.45", f.getDecimalNumber(status));
6291 ASSERT_EQUALS(45678000, n);
6296 ASSERT_EQUALS( Formattabl
[all...]

Completed in 591 milliseconds