Home
last modified time | relevance | path

Searched defs:codepoint (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBase/api/base/util/
H A Dutf8_decode.h66 uint32_t codepoint = 0U; in GetCharUtf8() local
89 uint32_t codepoint = 0U; in CountGlyphsUtf8() local
/ohos5.0/commonlibrary/c_utils/base/src/
H A Dunicode_ex.cpp275 uint32_t codepoint = Utf8ToUtf32CodePoint(str8, u8charlen); in Utf8ToUtf16Length() local
300 uint32_t codepoint = Utf8ToUtf32CodePoint(u8cur, len); in Utf8ToUtf16() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/glfw_render_context/src/
H A Dglfw_render_context.cpp236 void GlfwRenderContext::OnChar(GLFWwindow *window, unsigned int codepoint) in OnChar()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/json/
H A Djson.h1192 const auto codepoint = BASE_NS::to_hex(code); in CORE_BEGIN_NAMESPACE() local