Searched refs:decodeUTF8 (Results 1 – 1 of 1) sorted by relevance
198 static UTF8Decoded decodeUTF8(StringRef Range) { in decodeUTF8() function300 UTF8Decoded decodeUTF8(StringRef::iterator Position) { in decodeUTF8() function in llvm::yaml::Scanner301 return ::decodeUTF8(StringRef(Position, End - Position)); in decodeUTF8()713 = decodeUTF8(StringRef(i, Input.end() - i)); in escape()914 UTF8Decoded u8d = decodeUTF8(Position); in skip_nb_char()