Searched refs:UTF8_2BYTE_LIMIT (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/util/ | ||
H A D | ustring.h | 213 static constexpr uint16_t UTF8_2BYTE_LIMIT = 0x800; member in ark::es2panda::util::StringView::Constants 445 } else if (cu < Constants::UTF8_2BYTE_LIMIT) { in Utf8Encode() 474 } else if (cu < Constants::UTF8_2BYTE_LIMIT) { in Mutf8Encode() |
/arkcompiler/ets_frontend/es2panda/util/ | ||
H A D | ustring.h | 229 static constexpr uint16_t UTF8_2BYTE_LIMIT = 0x800; member in panda::es2panda::util::StringView::Constants 449 } else if (cu < Constants::UTF8_2BYTE_LIMIT) { in Utf8Encode() 478 } else if (cu < Constants::UTF8_2BYTE_LIMIT) { in Mutf8Encode() |
Completed in 3 milliseconds