Home
last modified time | relevance | path

Searched defs:Utf8Char (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dutf.h83 struct Utf8Char { struct
84 size_t n;
85 std::array<uint8_t, MAX_BYTES> ch;
/arkcompiler/ets_runtime/ecmascript/base/
Dutf_helper.h94 struct Utf8Char { struct
109 Utf8Char ConvertUtf16ToUtf8(uint16_t d0, uint16_t d1, bool modify, bool isWriteBuffer = false); argument