Home
last modified time | relevance | path

Searched refs:LOWER_8_BITS_MASK (Results 1 - 2 of 2) sorted by relevance

/commonlibrary/ets_utils/js_api_module/buffer/
H A Dconverter.cpp128 char c = static_cast<char>(wc & LOWER_8_BITS_MASK); in Utf16BEToANSI()
245 charArray4[index] = table.find(charArray4[index]) & LOWER_8_BITS_MASK; in Base64Decode()
270 charArray4[i] = table.find(charArray4[i]) & LOWER_8_BITS_MASK; in Base64Decode()
H A Dconverter.h42 constexpr uint32_t LOWER_8_BITS_MASK = 0x00FFU; member

Completed in 2 milliseconds