Searched refs:UTF8Decoded (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Support/
H A DYAMLParser.cpp211 typedef std::pair<uint32_t, unsigned> UTF8Decoded; typedef
213 static UTF8Decoded decodeUTF8(StringRef Range) {
315 UTF8Decoded decodeUTF8(StringRef::iterator Position) {
727 UTF8Decoded UnicodeScalarValue
839 UTF8Decoded u8d = decodeUTF8(Position);

Completed in 83 milliseconds