Searched refs:byteMask (Results 1 – 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/base/ | ||
D | utf_helper.h | 55 static constexpr uint8_t byteMask = 0xbf; variable |
D | utf_helper.cpp | 82 uint8_t cont = ((codepoint | byteMark) & byteMask); in EncodeUTF8() |