Home | History | Annotate | Download | only in Support

Lines Matching defs:UTF16

102 typedef unsigned short  UTF16;  /* at least 16 bits */
137 UTF16** targetStart, UTF16* targetEnd, ConversionFlags flags);
156 const UTF16** sourceStart, const UTF16* sourceEnd,
164 const UTF16** sourceStart, const UTF16* sourceEnd,
169 UTF16** targetStart, UTF16* targetEnd, ConversionFlags flags);
192 * Convert an UTF8 StringRef to UTF8, UTF16, or UTF32 depending on
268 * Converts a stream of raw bytes assumed to be UTF16 into a UTF8 std::string.
277 * Converts a UTF16 string into a UTF8 std::string.
283 bool convertUTF16ToUTF8String(ArrayRef<UTF16> Src, std::string &Out);
291 SmallVectorImpl<UTF16> &DstUTF16);