Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/stlport/stl/debug/
D_debug.c344 int _convert = strlen(__format_str) + 1; in _Message() local
345 LPWSTR _lpw = (LPWSTR)alloca(_convert * sizeof(wchar_t)); in _Message()
347 MultiByteToWideChar(GetACP(), 0, __format_str, -1, _lpw, _convert); in _Message()