Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dutf.h79 enum UtfLength : uint8_t { ONE = 1, TWO = 2, THREE = 3, FOUR = 4 }; enum
/arkcompiler/ets_runtime/common_components/base/
Dutf_helper.h115 enum UtfLength : uint8_t { ONE = 1, TWO = 2, THREE = 3, FOUR = 4 }; enum