Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/util/
H A Dustring.cpp40 result += low - Constants::SURROGATE_LOW_MAX; in DecodeSurrogates()
H A Dustring.h119 return (cp >= Constants::SURROGATE_LOW_MIN && cp < Constants::SURROGATE_LOW_MAX); in IsLowSurrogate()
237 static constexpr char32_t SURROGATE_LOW_MAX = 0xE000; member in ark::es2panda::util::StringView::Constants
/arkcompiler/ets_frontend/es2panda/util/
H A Dustring.cpp40 result += low - Constants::SURROGATE_LOW_MAX; in DecodeSurrogates()
H A Dustring.h124 return (cp >= Constants::SURROGATE_LOW_MIN && cp < Constants::SURROGATE_LOW_MAX); in IsLowSurrogate()
258 static constexpr char32_t SURROGATE_LOW_MAX = 0xE000; member in panda::es2panda::util::StringView::Constants

Completed in 3 milliseconds