Searched refs:WStr (Results 1 – 4 of 4) sorted by relevance
92 const WStr win(L"abcdef"); in test()94 ASSERT_SAME_TYPE(decltype(w), WStr); in test()108 const WStr win(L"abcdef"); in test()110 ASSERT_SAME_TYPE(decltype(w), WStr); in test()124 const WStr win(L"abcdef"); in test()126 ASSERT_SAME_TYPE(decltype(w), WStr); in test()140 const WStr win(L"abcdef"); in test()233 const WStr win(L"abcdef"); in test()249 const WStr win(L"abcdef"); in test()265 WStr win(L"abcdef"); in test()[all …]
84 std::wstring WStr; in StringFind() local85 WStr.find(L"n"); in StringFind()89 WStr.find(L"\x3A9"); in StringFind()
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()