Searched defs:UTF8_3BYTE_MASK (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/util/ | ||
H A D | ustring.h | 217 static constexpr uint16_t UTF8_3BYTE_MASK = 0x0F; member in ark::es2panda::util::StringView::Constants |
/arkcompiler/ets_frontend/es2panda/util/ | ||
H A D | ustring.h | 233 static constexpr uint16_t UTF8_3BYTE_MASK = 0x0F; member in panda::es2panda::util::StringView::Constants |
Completed in 2 milliseconds