Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/util/
H A Dustring.h119 return (cp >= Constants::SURROGATE_LOW_MIN && cp < Constants::SURROGATE_LOW_MAX); in IsLowSurrogate()
236 static constexpr char32_t SURROGATE_LOW_MIN = 0xDC00; member in ark::es2panda::util::StringView::Constants
/arkcompiler/ets_frontend/es2panda/util/
H A Dustring.h124 return (cp >= Constants::SURROGATE_LOW_MIN && cp < Constants::SURROGATE_LOW_MAX); in IsLowSurrogate()
257 static constexpr char32_t SURROGATE_LOW_MIN = 0xDC00; member in panda::es2panda::util::StringView::Constants

Completed in 2 milliseconds