Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/c_utils/base/src/
H A Dunicode_ex.cpp51 constexpr char32_t UTF8_BYTE_MARK = 0x00000080; variable
80 *--dstP = static_cast<uint8_t>((srcChar | UTF8_BYTE_MARK) & UTF8_BYTE_MASK); in Utf32CodePointToUtf8()
85 *--dstP = static_cast<uint8_t>((srcChar | UTF8_BYTE_MARK) & UTF8_BYTE_MASK); in Utf32CodePointToUtf8()
90 *--dstP = static_cast<uint8_t>((srcChar | UTF8_BYTE_MARK) & UTF8_BYTE_MASK); in Utf32CodePointToUtf8()