/external/stlport/stlport/stl/debug/ |
_debug.c | 345 LPWSTR _lpw = (LPWSTR)alloca(_convert * sizeof(wchar_t)); local 346 _lpw[0] = '\0'; 347 MultiByteToWideChar(GetACP(), 0, __format_str, -1, _lpw, _convert); local 348 wvsprintf(__buffer, _lpw, __args);
|
/ndk/sources/cxx-stl/stlport/stlport/stl/debug/ |
_debug.c | 345 LPWSTR _lpw = (LPWSTR)alloca(_convert * sizeof(wchar_t)); local 346 _lpw[0] = '\0'; 347 MultiByteToWideChar(GetACP(), 0, __format_str, -1, _lpw, _convert); local 348 wvsprintf(__buffer, _lpw, __args);
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/debug/ |
_debug.c | 345 LPWSTR _lpw = (LPWSTR)alloca(_convert * sizeof(wchar_t)); local 346 _lpw[0] = '\0'; 347 MultiByteToWideChar(GetACP(), 0, __format_str, -1, _lpw, _convert); local 348 wvsprintf(__buffer, _lpw, __args);
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/debug/ |
_debug.c | 345 LPWSTR _lpw = (LPWSTR)alloca(_convert * sizeof(wchar_t)); local 346 _lpw[0] = '\0'; 347 MultiByteToWideChar(GetACP(), 0, __format_str, -1, _lpw, _convert); local 348 wvsprintf(__buffer, _lpw, __args);
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/debug/ |
_debug.c | 345 LPWSTR _lpw = (LPWSTR)alloca(_convert * sizeof(wchar_t)); local 346 _lpw[0] = '\0'; 347 MultiByteToWideChar(GetACP(), 0, __format_str, -1, _lpw, _convert); local 348 wvsprintf(__buffer, _lpw, __args);
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/debug/ |
_debug.c | 345 LPWSTR _lpw = (LPWSTR)alloca(_convert * sizeof(wchar_t)); local 346 _lpw[0] = '\0'; 347 MultiByteToWideChar(GetACP(), 0, __format_str, -1, _lpw, _convert); local 348 wvsprintf(__buffer, _lpw, __args);
|