Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/
Dutf_helper.h55 static constexpr uint8_t byteMask = 0xbf; variable
Dutf_helper.cpp82 uint8_t cont = ((codepoint | byteMark) & byteMask); in EncodeUTF8()