Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/util/
H A Dustring.cpp49 char32_t cu2 = (cp & Constants::SURROGATE_LOW_MARKER) | Constants::SURROGATE_HIGH_MAX; in EncodeSurrogate()
H A Dustring.h114 return (cp >= Constants::SURROGATE_HIGH_MIN && cp < Constants::SURROGATE_HIGH_MAX); in IsHighSurrogate()
235 static constexpr char32_t SURROGATE_HIGH_MAX = 0xDC00; member in ark::es2panda::util::StringView::Constants
/arkcompiler/ets_frontend/es2panda/util/
H A Dustring.cpp49 char32_t cu2 = (cp & Constants::SURROGATE_LOW_MARKER) | Constants::SURROGATE_HIGH_MAX; in EncodeSurrogate()
H A Dustring.h119 return (cp >= Constants::SURROGATE_HIGH_MIN && cp < Constants::SURROGATE_HIGH_MAX); in IsHighSurrogate()
256 static constexpr char32_t SURROGATE_HIGH_MAX = 0xDC00; member in panda::es2panda::util::StringView::Constants

Completed in 3 milliseconds