HomeSort by relevance Sort by last modified time
    Searched full:_lpw (Results 1 - 2 of 2) sorted by null

  /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/current/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);

Completed in 7553 milliseconds