Searched refs:wstrLen (Results 1 – 1 of 1) sorted by relevance
931 size_t wstrLen = wcslen((wchar_t*)tbuf) <= bufLen ? wcslen((wchar_t*)tbuf) : bufLen; in GetDevStringValFromIdx() local932 std::wstring wstr(reinterpret_cast<wchar_t *>(tbuf), wstrLen); in GetDevStringValFromIdx()