Home
last modified time | relevance | path

Searched refs:raw_expected (Results 1 – 1 of 1) sorted by relevance

/external/harfbuzz_ng/test/api/
Dhb-test.h173 const char *raw_expected = hb_blob_get_data (expected_blob, &expected_length); in hb_test_assert_blobs_equal() local
176 if (memcmp (raw_expected, raw_actual, expected_length) != 0) in hb_test_assert_blobs_equal()
180 int expected = *(raw_expected + i); in hb_test_assert_blobs_equal()
186 g_assert_cmpint(0, ==, memcmp(raw_expected, raw_actual, expected_length)); in hb_test_assert_blobs_equal()