Searched defs:ansi (Results 1 - 1 of 1) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc2324 LPCWSTR String::AnsiToUtf16(const char* ansi) { argument
2325 if (!ansi) return NULL;
2326 const int length = strlen(ansi);
2328 MultiByteToWideChar(CP_ACP, 0, ansi, length,
2331 MultiByteToWideChar(CP_ACP, 0, ansi, length,
2346 char* ansi = new char[ansi_length + 1]; local
2348 ansi, ansi_length, NULL, NULL);
2349 ansi[ansi_length] = 0;
2350 return ansi;

Completed in 25 milliseconds