Home
last modified time | relevance | path

Searched refs:BIT_MASK_5 (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/tests/
H A Dstring_helper_test.cpp166 BIT_MASK_5 - 0x01, BIT_MASK_2 - 0x01, BIT_MASK_2 - 0x01, BIT_MASK_2 - 0x01 in HWTEST_F_L0()
171 const uint8_t fourByteUnvaild4[4] = { BIT_MASK_5, BIT_MASK_1, BIT_MASK_1, BIT_MASK_1 }; in HWTEST_F_L0()
172 const uint8_t fourByteUnvaild5[4] = { BIT_MASK_5, BIT_MASK_2, BIT_MASK_2, BIT_MASK_2 }; in HWTEST_F_L0()
H A Dutf_helper_test.cpp134 const std::vector<uint8_t> utfDataFourBitInvaild4 = {BIT_MASK_5, BIT_MASK_1, BIT_MASK_1, BIT_MASK_1}; in HWTEST_F_L0()
135 const std::vector<uint8_t> utfDataFourBitInvaild5 = {BIT_MASK_5, BIT_MASK_2, BIT_MASK_2, BIT_MASK_2}; in HWTEST_F_L0()
138 {BIT_MASK_5 - 0x01, BIT_MASK_2 - 0x01, BIT_MASK_2 - 0x01, BIT_MASK_2 - 0x01}; in HWTEST_F_L0()
/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Dutf.h64 constexpr uint8_t BIT_MASK_5 = 0xF8; member
H A Dutf.cpp398 if ((data.at(0) & BIT_MASK_5) != BIT_MASK_4) { in IsValidUTF8()
/arkcompiler/ets_runtime/ecmascript/base/
H A Dutf_helper.h59 static constexpr uint8_t BIT_MASK_5 = 0xF8; member
H A Dutf_helper.cpp147 if ((data.at(0) & BIT_MASK_5) != BIT_MASK_4) { in IsValidUTF8()
534 if ((d0 & BIT_MASK_5) == BIT_MASK_4) { in ConvertUtf8ToUnicodeChar()

Completed in 7 milliseconds