Home | History | Annotate | Download | only in Support

Lines Matching defs:UTF16

110 typedef unsigned short  UTF16;  /* at least 16 bits */
140 UTF16** targetStart, UTF16* targetEnd, ConversionFlags flags);
159 const UTF16** sourceStart, const UTF16* sourceEnd,
167 const UTF16** sourceStart, const UTF16* sourceEnd,
172 UTF16** targetStart, UTF16* targetEnd, ConversionFlags flags);
188 * Convert an UTF8 StringRef to UTF8, UTF16, or UTF32 depending on
264 * Converts a stream of raw bytes assumed to be UTF16 into a UTF8 std::string.
273 * Converts a UTF16 string into a UTF8 std::string.
279 bool convertUTF16ToUTF8String(ArrayRef<UTF16> Src, std::string &Out);
287 SmallVectorImpl<UTF16> &DstUTF16);