Home
last modified time | relevance | path

Searched refs:pBuf (Results 1 - 1 of 1) sorted by relevance

/ide/tools/previewer/util/windows/
H A DStringHelper.cpp42 char* pBuf = new(std::nothrow) char[nLen + 1]; in StringToUtf8() local
43 if (!pBuf) { in StringToUtf8()
44 ELOG("Memory allocation failed : pBuf."); in StringToUtf8()
47 ZeroMemory(pBuf, nLen + 1); in StringToUtf8()
48 ::WideCharToMultiByte(CP_UTF8, 0, pwBuf, nwLen, pBuf, nLen, NULL, NULL); in StringToUtf8()
49 std::string retStr(pBuf); in StringToUtf8()
51 delete[] pBuf; in StringToUtf8()
53 pBuf = NULL; in StringToUtf8()
83 char* pBuf = new(std::nothrow) char[lenAdd]; in Utf8ToString() local
84 if (!pBuf) { in Utf8ToString()
[all...]

Completed in 1 milliseconds