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

/external/llvm/lib/Support/
H A DYAMLParser.cpp213 static UTF8Decoded decodeUTF8(StringRef Range) { function
315 UTF8Decoded decodeUTF8(StringRef::iterator Position) { function in class:llvm::yaml::Scanner
316 return ::decodeUTF8(StringRef(Position, End - Position));
728 = decodeUTF8(StringRef(i, Input.end() - i));
839 UTF8Decoded u8d = decodeUTF8(Position);
/external/libvncserver/webclients/novnc/include/
H A Dutil.js361 Util.decodeUTF8 = function (utf8string) {
H A Drfb.js880 this._fb_name = Util.decodeUTF8(this._sock.rQshiftStr(name_length));

Completed in 95 milliseconds