Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dutf.h66 constexpr uint8_t UTF8_1B_MAX = 0x7f; variable
/arkcompiler/ets_runtime/common_components/base/
Dutf_helper.h81 static constexpr uint8_t UTF8_1B_MAX = 0x7f; variable