Home
last modified time | relevance | path

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

/third_party/node/lib/internal/
H A Dencoding.js57 decodeUTF8,
433 return decodeUTF8(input, this[kIgnoreBOM], this[kFatal]);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A 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/glfw/src/
H A Dx11_window.c416 static uint32_t decodeUTF8(const char** s) in decodeUTF8() function
1293 _glfwInputChar(window, decodeUTF8(&c), mods, plain); in processEvent()

Completed in 9 milliseconds