Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/Support/
H A DProgramTest.cpp335 const char *utf16_text; in TEST() local
337 utf16_text = utf16be_text; in TEST()
339 utf16_text = utf16le_text; in TEST()
343 ASSERT_EQ(strncmp(&buf[2], utf16_text, 16), 0); in TEST()