Home
last modified time | relevance | path

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

/ide/tools/previewer/util/windows/
H A DStringHelper.cpp61 int wLenAdd = nwLen + 1; in Utf8ToString() local
62 if (wLenAdd <= 1) { in Utf8ToString()
65 wchar_t* pwBuf = new(std::nothrow) wchar_t[wLenAdd]; in Utf8ToString()
70 int doubleLen = wLenAdd * doubles; in Utf8ToString()

Completed in 1 milliseconds