Home | History | Annotate | Download | only in Support

Lines Matching refs:EncodingInfo

38 /// EncodingInfo - Holds the encoding type and length of the byte order mark if
40 typedef std::pair<UnicodeEncodingForm, unsigned> EncodingInfo;
46 /// @returns An EncodingInfo indicating the Unicode encoding form of the input
48 static EncodingInfo getUnicodeEncoding(StringRef Input) {
1082 EncodingInfo EI = getUnicodeEncoding(currentInput());