Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dutf.h81 constexpr uint16_t DECODE_TRAIL_HIGH = 0xDFFF; member
H A Dutf.cpp133 return DECODE_TRAIL_LOW <= ch && ch <= DECODE_TRAIL_HIGH; in IsUTF16LowSurrogate()

Completed in 2 milliseconds