Searched refs:testw (Results 1 – 2 of 2) sorted by relevance
/picolibc-latest/test/ |
D | testcases.c | 809 result |= testw(__LINE__, L"foo", L"%.3ls", L"foobar"); 811 result |= testw(__LINE__, L"foo", L"%.3s", "foobar"); 817 result |= testw(__LINE__, wb, L"%lc", wc); 821 result |= testw(__LINE__, wb, L"%c", wc); 825 result |= testw(__LINE__, wb, L"%s", "㌰");
|
D | printf-tests.c | 203 static int testw(int serial, wchar_t *expect, wchar_t *fmt, ...) { in testw() function
|