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/ |
D | YAMLParser.cpp | 198 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/ |
D | CHANGELOG.md | 57 nacl.util.decodeUTF8
|
D | nacl.js | 950 …nacl.util.decodeUTF8 = nacl.util.encodeUTF8 = nacl.util.encodeBase64 = nacl.util.decodeBase64 = fu…
|
D | nacl.min.js | 1 …ypto_sign_SEEDBYTES:Dr,crypto_hash_BYTES:Hr},r.util||(r.util={},r.util.decodeUTF8=r.util.encodeUTF…
|
D | nacl-fast.min.js | 1 …ypto_sign_SEEDBYTES:kr,crypto_hash_BYTES:Lr},r.util||(r.util={},r.util.decodeUTF8=r.util.encodeUTF…
|
D | nacl-fast.js | 2163 …nacl.util.decodeUTF8 = nacl.util.encodeUTF8 = nacl.util.encodeBase64 = nacl.util.decodeBase64 = fu…
|
/third_party/flutter/glfw/src/ |
D | x11_window.c | 929 static unsigned int decodeUTF8(const char** s) in decodeUTF8() function 1035 _glfwInputChar(window, decodeUTF8(&c), mods, plain); in processEvent()
|