Home | History | Annotate | Download | only in Support

Lines Matching refs:UTF16

38     UTF16 *targetStart = reinterpret_cast<UTF16*>(ResultPtr);
98 const UTF16 *Src = reinterpret_cast<const UTF16 *>(SrcBytes.begin());
99 const UTF16 *SrcEnd = reinterpret_cast<const UTF16 *>(SrcBytes.end());
102 std::vector<UTF16> ByteSwapped;
136 bool convertUTF16ToUTF8String(ArrayRef<UTF16> Src, std::string &Out)
140 Src.size() * sizeof(UTF16)), Out);
144 SmallVectorImpl<UTF16> &DstUTF16) {
163 UTF16 *Dst = &DstUTF16[0];
164 UTF16 *DstEnd = Dst + DstUTF16.size();
226 llvm::ArrayRef<UTF16>(reinterpret_cast<const UTF16 *>(Source.data()),