Home
last modified time | relevance | path

Searched refs:UTF8_2B_THIRD (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/
Dutf_helper.h46 static constexpr uint8_t UTF8_2B_THIRD = 0x3f; variable
Dstring_helper.h223 c = (c << 6) | (b & utf_helper::UTF8_2B_THIRD); // 6: Maximum Unicode range in FromUtf8()