Home
last modified time | relevance | path

Searched refs:BIT_MASK_5 (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/tests/
Dstring_helper_test.cpp200 BIT_MASK_5 - 0x01, BIT_MASK_2 - 0x01, BIT_MASK_2 - 0x01, BIT_MASK_2 - 0x01 in HWTEST_F_L0()
205 const uint8_t fourByteUnvaild4[4] = { BIT_MASK_5, BIT_MASK_1, BIT_MASK_1, BIT_MASK_1 }; in HWTEST_F_L0()
206 const uint8_t fourByteUnvaild5[4] = { BIT_MASK_5, BIT_MASK_2, BIT_MASK_2, BIT_MASK_2 }; in HWTEST_F_L0()
Dutf_helper_test.cpp145 {BIT_MASK_5 - 0x01, BIT_MASK_2 - 0x01, BIT_MASK_2 - 0x01, BIT_MASK_2 - 0x01}; in HWTEST_F_L0()
149 …const std::vector<uint8_t>utfDataFourBitUnvaild4 = {BIT_MASK_5, BIT_MASK_1, BIT_MASK_1, BIT_MASK_1… in HWTEST_F_L0()
150 …const std::vector<uint8_t>utfDataFourBitUnvaild5 = {BIT_MASK_5, BIT_MASK_2, BIT_MASK_2, BIT_MASK_2… in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/base/
Dutf_helper.h39 static constexpr uint8_t BIT_MASK_5 = 0xF8; variable
Dutf_helper.cpp110 if ((data.at(0) & BIT_MASK_5) != BIT_MASK_4) { in IsValidUTF8()