Home
last modified time | relevance | path

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

/third_party/glib/glib/tests/
Dfileutils.c1540 gchar *out_u8 = g_utf16_to_utf8 (testcases[i].out, -1, NULL, NULL, NULL); in test_win32_pathstrip() local
1543 g_assert_nonnull (out_u8); in test_win32_pathstrip()
1548 g_assert_cmpwcs (buf, ==, testcases[i].out, in_u8, out_u8); in test_win32_pathstrip()
1551 g_free (out_u8); in test_win32_pathstrip()
1559 gchar *out_u8 = g_utf16_to_utf8 (testcases[i].out, -1, NULL, NULL, NULL); in test_win32_pathstrip() local
1562 g_assert_nonnull (out_u8); in test_win32_pathstrip()
1586 g_assert_cmpwcs (buf, ==, testcases[i].out, in_u8, out_u8); in test_win32_pathstrip()
1589 g_free (out_u8); in test_win32_pathstrip()
/third_party/mesa3d/src/intel/common/tests/
Dmi_builder_test.cpp529 uint8_t *out_u8 = (uint8_t *)output; in TEST_F() local
531 EXPECT_EQ(out_u8[i], i); in TEST_F()