Home | History | Annotate | Download | only in Support

Lines Matching refs:EncodingInfo

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