Home
last modified time | relevance | path

Searched defs:FIRST_BYTE_MARK (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ability/ability_base/interfaces/inner_api/base/include/
H A Dzchar_wrapper.h82 …static constexpr zchar FIRST_BYTE_MARK[] = {0x00000000, 0x00000000, 0x000000C0, 0x000000E0, 0x0000… variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dutf.h134 const unsigned char FIRST_BYTE_MARK[7] = { 0x00, 0x00, 0xC0, 0xE0, 0xF0, 0xF8, 0xFC }; variable