Home
last modified time | relevance | path

Searched refs:UTF8_3BYTE_LIMIT (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/util/
H A Dustring.h214 static constexpr uint32_t UTF8_3BYTE_LIMIT = 0x10000; member in ark::es2panda::util::StringView::Constants
239 static constexpr char32_t CELESTIAL_OFFSET = UTF8_3BYTE_LIMIT;
449 } else if (cu < Constants::UTF8_3BYTE_LIMIT) { in Utf8Encode()
477 } else if (cu < Constants::UTF8_3BYTE_LIMIT) { in Mutf8Encode()
/arkcompiler/ets_frontend/es2panda/util/
H A Dustring.h230 static constexpr uint32_t UTF8_3BYTE_LIMIT = 0x10000; member in panda::es2panda::util::StringView::Constants
260 static constexpr char32_t CELESTIAL_OFFSET = UTF8_3BYTE_LIMIT;
453 } else if (cu < Constants::UTF8_3BYTE_LIMIT) { in Utf8Encode()
481 } else if (cu < Constants::UTF8_3BYTE_LIMIT) { in Mutf8Encode()

Completed in 2 milliseconds