Searched defs:codepoint (Results 1 – 4 of 4) sorted by relevance
158 uint32_t codepoint = Utf8ToUtf32CodePoint(u8cur, len); in Utf8ToUtf16() local236 uint32_t codepoint = Utf8ToUtf32CodePoint(str8, u8charlen); in Utf8ToUtf16Length() local
86 uint32_t codepoint = Utf8ToUtf32CodePoint(u8cur, len); in Utf8ToUtf16() local163 uint32_t codepoint = Utf8ToUtf32CodePoint(str8, u8charlen); in Utf8ToUtf16Length() local
100 controller->OnChar([](unsigned int codepoint) { in InitialTextInputCallback()
214 void GlfwRenderContext::OnChar(GLFWwindow *window, unsigned int codepoint) in OnChar()