Home
last modified time | relevance | path

Searched refs:LOWER_5_BITS_MASK (Results 1 - 4 of 4) sorted by relevance

/commonlibrary/ets_utils/js_api_module/buffer/
H A Dconverter.h44 constexpr uint8_t LOWER_5_BITS_MASK = 0x1FU; member
H A Dconverter.cpp91 uint32_t codePoint = ((c1 & LOWER_5_BITS_MASK) << UTF8_VALID_BITS) | in Utf8ToUtf16BE()
/commonlibrary/ets_utils/platform/
H A Dutil_helper.h40 constexpr uint8_t LOWER_5_BITS_MASK = 0x1FU; member
/commonlibrary/ets_utils/platform/ohos/
H A Dutil_helper.cpp215 uint32_t codePoint = ((c1 & LOWER_5_BITS_MASK) << UTF8_VALID_BITS) | (c2 & LOWER_6_BITS_MASK); in Utf8ToUtf16BE()

Completed in 3 milliseconds