Searched refs:BIT_MASK_5 (Results 1 - 6 of 6) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/base/tests/ |
H A D | string_helper_test.cpp | 166 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 D | utf_helper_test.cpp | 134 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 D | utf.h | 64 constexpr uint8_t BIT_MASK_5 = 0xF8; member
|
H A D | utf.cpp | 398 if ((data.at(0) & BIT_MASK_5) != BIT_MASK_4) { in IsValidUTF8()
|
/arkcompiler/ets_runtime/ecmascript/base/ |
H A D | utf_helper.h | 59 static constexpr uint8_t BIT_MASK_5 = 0xF8; member
|
H A D | utf_helper.cpp | 147 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