Home
last modified time | relevance | path

Searched refs:UTF8_1BYTE_LIMIT (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/util/
H A Dustring.h212 static constexpr uint16_t UTF8_1BYTE_LIMIT = 0x80; member in ark::es2panda::util::StringView::Constants
346 if (cu0 < Constants::UTF8_1BYTE_LIMIT) { in DecodeCP()
443 if (cu < Constants::UTF8_1BYTE_LIMIT) { in Utf8Encode()
472 } else if (cu < Constants::UTF8_1BYTE_LIMIT) { in Mutf8Encode()
H A Dustring.cpp62 if (cu0 < Constants::UTF8_1BYTE_LIMIT) { in SkipCp()
/arkcompiler/ets_frontend/es2panda/util/
H A Dustring.h228 static constexpr uint16_t UTF8_1BYTE_LIMIT = 0x80; member in panda::es2panda::util::StringView::Constants
340 if (cu0 < Constants::UTF8_1BYTE_LIMIT) { in DecodeCP()
447 if (cu < Constants::UTF8_1BYTE_LIMIT) { in Utf8Encode()
476 } else if (cu < Constants::UTF8_1BYTE_LIMIT) { in Mutf8Encode()
H A Dustring.cpp62 if (cu0 < Constants::UTF8_1BYTE_LIMIT) { in SkipCp()

Completed in 3 milliseconds