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

/external/llvm/lib/Support/
H A DYAMLParser.cpp199 static UTF8Decoded decodeUTF8(StringRef Range) { function
298 UTF8Decoded decodeUTF8(StringRef::iterator Position) { function in class:llvm::yaml::Scanner
299 return ::decodeUTF8(StringRef(Position, End - Position));
663 = decodeUTF8(StringRef(i, Input.end() - i));
763 UTF8Decoded u8d = decodeUTF8(Position);

Completed in 57 milliseconds