Searched refs:decodeUTF8 (Results 1 – 3 of 3) sorted by relevance
213 static UTF8Decoded decodeUTF8(StringRef Range) { in decodeUTF8() function315 UTF8Decoded decodeUTF8(StringRef::iterator Position) { in decodeUTF8() function in llvm::yaml::Scanner316 return ::decodeUTF8(StringRef(Position, End - Position)); in decodeUTF8()728 = decodeUTF8(StringRef(i, Input.end() - i)); in escape()839 UTF8Decoded u8d = decodeUTF8(Position); in skip_nb_char()
361 Util.decodeUTF8 = function (utf8string) { function
880 this._fb_name = Util.decodeUTF8(this._sock.rQshiftStr(name_length));