Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/util/
H A Dustring.cpp77 (cu0 <= Constants::UTF8_DECODE_4BYTE_LIMIT)) { in SkipCp()
H A Dustring.h221 static constexpr uint16_t UTF8_DECODE_4BYTE_LIMIT = 0xf4; member in ark::es2panda::util::StringView::Constants
357 (cu0 <= Constants::UTF8_DECODE_4BYTE_LIMIT)) { in DecodeCP()
/arkcompiler/ets_frontend/es2panda/util/
H A Dustring.cpp77 (cu0 <= Constants::UTF8_DECODE_4BYTE_LIMIT)) { in SkipCp()
H A Dustring.h237 static constexpr uint16_t UTF8_DECODE_4BYTE_LIMIT = 0xf4; member in panda::es2panda::util::StringView::Constants
359 (cu0 <= Constants::UTF8_DECODE_4BYTE_LIMIT)) { in DecodeCP()

Completed in 2 milliseconds