Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/stlport/stl/debug/
D_debug.c345 LPWSTR _lpw = (LPWSTR)alloca(_convert * sizeof(wchar_t)); in _Message() local
346 _lpw[0] = '\0'; in _Message()
347 MultiByteToWideChar(GetACP(), 0, __format_str, -1, _lpw, _convert); in _Message()
348 wvsprintf(__buffer, _lpw, __args); in _Message()