Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dutf.h79 constexpr uint16_t DECODE_LEAD_HIGH = 0xDBFF; member
H A Dutf.cpp128 return DECODE_LEAD_LOW <= ch && ch <= DECODE_LEAD_HIGH; in IsUTF16HighSurrogate()

Completed in 2 milliseconds