Home
last modified time | relevance | path

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

/bionic/tests/
Dstdio_test.cpp650 const char kString[] = "Hello, World"; in TEST() local
651 ASSERT_EQ(12, swprintf(buf, nchars, L"%s", kString)); in TEST()
653 ASSERT_EQ(12, swprintf(buf, 13, L"%s", kString)); in TEST()