Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/util/
H A Dustring.cpp39 char32_t result = (high - Constants::SURROGATE_HIGH_MIN) << OFFSET; in DecodeSurrogates()
48 char32_t cu1 = ((cp - Constants::CELESTIAL_OFFSET) >> OFFSET) | Constants::SURROGATE_HIGH_MIN; in EncodeSurrogate()
H A Dustring.h114 return (cp >= Constants::SURROGATE_HIGH_MIN && cp < Constants::SURROGATE_HIGH_MAX); in IsHighSurrogate()
234 static constexpr char32_t SURROGATE_HIGH_MIN = 0xD800; member in ark::es2panda::util::StringView::Constants
/arkcompiler/ets_frontend/es2panda/util/
H A Dustring.cpp39 char32_t result = (high - Constants::SURROGATE_HIGH_MIN) << OFFSET; in DecodeSurrogates()
48 char32_t cu1 = ((cp - Constants::CELESTIAL_OFFSET) >> OFFSET) | Constants::SURROGATE_HIGH_MIN; in EncodeSurrogate()
H A Dustring.h119 return (cp >= Constants::SURROGATE_HIGH_MIN && cp < Constants::SURROGATE_HIGH_MAX); in IsHighSurrogate()
255 static constexpr char32_t SURROGATE_HIGH_MIN = 0xD800; member in panda::es2panda::util::StringView::Constants

Completed in 3 milliseconds