Home
last modified time | relevance | path

Searched refs:UTF8_2B_THIRD (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Dutf.h71 constexpr uint8_t UTF8_2B_THIRD = 0x3f; member
/arkcompiler/ets_runtime/ecmascript/base/
H A Dutf_helper.h68 static constexpr uint8_t UTF8_2B_THIRD = 0x3f; member
H A Dstring_helper.h241 c = (c << 6) | (b & utf_helper::UTF8_2B_THIRD); // 6: Maximum Unicode range in FromUtf8()
/arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/
H A Dregexp_parser.cpp57 c = (c << 6) | (b & ark::utf::UTF8_2B_THIRD); // 6: Maximum Unicode range in FromUtf8()

Completed in 5 milliseconds