Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DYAMLParser.cpp213 static UTF8Decoded decodeUTF8(StringRef Range) { in decodeUTF8() function
315 UTF8Decoded decodeUTF8(StringRef::iterator Position) { in decodeUTF8() function in llvm::yaml::Scanner
316 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()
/external/libvncserver/webclients/novnc/include/
Dutil.js361 Util.decodeUTF8 = function (utf8string) { function
Drfb.js880 this._fb_name = Util.decodeUTF8(this._sock.rQshiftStr(name_length));