Searched refs:WStr (Results 1 – 3 of 3) sorted by relevance
55 struct WStr struct59 WStr (LPCWSTR wstr_) : wstr(wstr_) {} in WStr() function62 std::ostream& operator<< (std::ostream& str, const WStr& wstr) in operator <<()75 inline WStr getWStr (pt::Win32LPCWSTR pt_wstr) in getWStr()77 return WStr(static_cast<LPCWSTR>(pt_wstr.internal)); in getWStr()
93 SmallVector<UTF16, 32> WStr; in allocateString() local94 bool OK = convertUTF8ToUTF16String(Str, WStr); in allocateString()100 WStr.push_back(0); in allocateString()102 allocateNewObject<support::ulittle32_t>(2 * (WStr.size() - 1)).first; in allocateString()103 allocateNewArray<support::ulittle16_t>(make_range(WStr.begin(), WStr.end())); in allocateString()
46 SmallVector<UTF16, 32> WStr(Size); in getString() local47 copy(*ExpectedData, WStr.begin()); in getString()50 if (!convertUTF16ToUTF8String(WStr, Result)) in getString()