Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Support/
H A DYAMLParser.cpp207 static UTF8Decoded decodeUTF8(StringRef Range) { in decodeUTF8() function
309 UTF8Decoded decodeUTF8(StringRef::iterator Position) { in decodeUTF8() function in llvm::yaml::Scanner
310 return ::decodeUTF8(StringRef(Position, End - Position)); in decodeUTF8()
671 = decodeUTF8(StringRef(i, Input.end() - i)); in escape()
780 UTF8Decoded u8d = decodeUTF8(Position); in skip_nb_char()