Home
last modified time | relevance | path

Searched refs:Vfwprintf_Test (Results 1 - 1 of 1) sorted by relevance

/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dwcharndk1.cpp1035 extern "C" int Vfwprintf_Test(const wchar_t *format, ...);
1036 int Vfwprintf_Test(FILE *stream, const wchar_t *format, ...) in Vfwprintf_Test() function
1049 ret = Vfwprintf_Test(fp, L"Call with %d variable argument.\n", PARAM_1); in Vfwprintf_One()
1051 ret = Vfwprintf_Test(fp, L"Call with %d variable %ls.\n", PARAM_2, L"arguments"); in Vfwprintf_One()

Completed in 4 milliseconds