Home | History | Annotate | Download | only in Support

Lines Matching refs:UTF16

102 typedef unsigned short  UTF16;  /* at least 16 bits */
137 UTF16** targetStart, UTF16* targetEnd, ConversionFlags flags);
144 const UTF16** sourceStart, const UTF16* sourceEnd,
152 const UTF16** sourceStart, const UTF16* sourceEnd,
157 UTF16** targetStart, UTF16* targetEnd, ConversionFlags flags);
177 * Convert an UTF8 StringRef to UTF8, UTF16, or UTF32 depending on
234 * Converts a stream of raw bytes assumed to be UTF16 into a UTF8 std::string.