Home
last modified time | relevance | path

Searched refs:_glfwEncodeUTF8 (Results 1 - 4 of 4) sorted by relevance

/third_party/glfw/src/
H A Dinit.c150 size_t _glfwEncodeUTF8(char* s, uint32_t codepoint) in _glfwEncodeUTF8() function
H A Dinternal.h1012 size_t _glfwEncodeUTF8(char* s, uint32_t codepoint);
H A Dx11_window.c450 tp += _glfwEncodeUTF8(tp, *sp); in convertLatin1toUTF8()
2925 const size_t count = _glfwEncodeUTF8(_glfw.x11.keynames[key], codepoint); in _glfwGetScancodeNameX11()
H A Dwl_window.c2732 const size_t count = _glfwEncodeUTF8(_glfw.wl.keynames[key], codepoint); in _glfwGetScancodeNameWayland()

Completed in 12 milliseconds