Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DYAMLParser.cpp198 static UTF8Decoded decodeUTF8(StringRef Range) { in decodeUTF8() function
307 UTF8Decoded decodeUTF8(StringRef::iterator Position) { in decodeUTF8() function in llvm::yaml::Scanner
308 return ::decodeUTF8(StringRef(Position, End - Position)); in decodeUTF8()
720 = decodeUTF8(StringRef(i, Input.end() - i)); in escape()
835 UTF8Decoded u8d = decodeUTF8(Position); in skip_nb_char()
/third_party/node/deps/npm/node_modules/tweetnacl/
DCHANGELOG.md57 nacl.util.decodeUTF8
Dnacl.js950 …nacl.util.decodeUTF8 = nacl.util.encodeUTF8 = nacl.util.encodeBase64 = nacl.util.decodeBase64 = fu…
Dnacl.min.js1 …ypto_sign_SEEDBYTES:Dr,crypto_hash_BYTES:Hr},r.util||(r.util={},r.util.decodeUTF8=r.util.encodeUTF…
Dnacl-fast.min.js1 …ypto_sign_SEEDBYTES:kr,crypto_hash_BYTES:Lr},r.util||(r.util={},r.util.decodeUTF8=r.util.encodeUTF…
Dnacl-fast.js2163 …nacl.util.decodeUTF8 = nacl.util.encodeUTF8 = nacl.util.encodeBase64 = nacl.util.decodeBase64 = fu…
/third_party/flutter/glfw/src/
Dx11_window.c929 static unsigned int decodeUTF8(const char** s) in decodeUTF8() function
1035 _glfwInputChar(window, decodeUTF8(&c), mods, plain); in processEvent()