Home
last modified time | relevance | path

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

/foundation/graphic/graphic_3d/lume/LumeBase/api/base/util/
Dutf8_decode.h56 uint32_t codepoint = (0xffU >> type) & (byte); in BASE_BEGIN_NAMESPACE() local
71 uint32_t codepoint = 0U; in GetCharUtf8() local
94 uint32_t codepoint = 0U; in CountGlyphsUtf8() local
/foundation/arkui/ace_engine/test/unittest/base/
Dutf_helper_test_ng.cpp255 uint32_t codepoint = 0xfffff; variable
269 uint32_t codepoint = 0x7f + 1; variable
283 uint32_t codepoint = 0xffff; variable
297 uint32_t codepoint = 0xfffff; variable
/foundation/arkui/ace_engine/frameworks/base/utils/
Dutf_helper.cpp154 inline size_t UTF8Length(uint32_t codepoint) in UTF8Length()
169 size_t EncodeUTF8(uint32_t codepoint, uint8_t* utf8, size_t len, size_t index) in EncodeUTF8()
228 uint32_t codepoint = DecodeUTF16(utf16In, end, &i); in ConvertRegionUtf16ToUtf8() local
246 uint32_t codepoint = HandleAndDecodeInvalidUTF16(utf16In, end, &i); in DebuggerConvertRegionUtf16ToUtf8() local
423 inline size_t UTF32Length(uint32_t codepoint) in UTF32Length()
428 size_t EncodeUTF32(uint32_t codepoint, uint32_t *utf32, size_t len, size_t index) in EncodeUTF32()
447 uint32_t codepoint = DecodeUTF16(utf16In, end, &i); in ConvertRegionUtf16ToUtf32() local
/foundation/graphic/graphic_3d/lume/LumeBase/test/api_unit_test/src/util/
Dutf8_test.cpp125 uint32_t codepoint = 0; variable
/foundation/graphic/graphic_2d/rosen/modules/glfw_render_context/src/
Dglfw_render_context.cpp236 void GlfwRenderContext::OnChar(GLFWwindow *window, unsigned int codepoint) in OnChar()
/foundation/graphic/graphic_3d/lume/Lume_3DText/src/ecs/systems/
Dtext_system.cpp70 while (const uint32_t codepoint = BASE_NS::GetCharUtf8(&str)) { in GenerateMeshData() local
228 while (const uint32_t codepoint = BASE_NS::GetCharUtf8(&str)) { in GenerateMeshData3D() local
/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/json/
Djson.h1266 const auto codepoint = BASE_NS::to_hex(code); in CORE_BEGIN_NAMESPACE() local
/foundation/arkui/ace_engine/frameworks/bridge/arkts_frontend/koala_projects/incremental/graphics/native/platform/cpp/glfw/
Dglfw.cc372 std::string UnicodeToUTF8(unsigned int codepoint) in UnicodeToUTF8()
399 void character_callback(GLFWwindow* window, unsigned int codepoint) in character_callback()