Home
last modified time | relevance | path

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

/third_party/glib/glib/tests/
Dfileutils.c1539 gchar *in_u8 = g_utf16_to_utf8 (testcases[i].in, -1, NULL, NULL, NULL); in test_win32_pathstrip() local
1542 g_assert_nonnull (in_u8); in test_win32_pathstrip()
1548 g_assert_cmpwcs (buf, ==, testcases[i].out, in_u8, out_u8); in test_win32_pathstrip()
1550 g_free (in_u8); in test_win32_pathstrip()
1558 gchar *in_u8 = g_utf16_to_utf8 (testcases[i].in, -1, NULL, NULL, NULL); in test_win32_pathstrip() local
1561 g_assert_nonnull (in_u8); in test_win32_pathstrip()
1586 g_assert_cmpwcs (buf, ==, testcases[i].out, in_u8, out_u8); in test_win32_pathstrip()
1588 g_free (in_u8); in test_win32_pathstrip()
/third_party/mesa3d/src/intel/common/tests/
Dmi_builder_test.cpp521 uint8_t *in_u8 = (uint8_t *)input; in TEST_F() local
523 in_u8[i] = i; in TEST_F()