Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dutf.cpp133 return DECODE_TRAIL_LOW <= ch && ch <= DECODE_TRAIL_HIGH; in IsUTF16LowSurrogate()
185 return ((first - DECODE_LEAD_LOW) << UTF16_OFFSET) + (second - DECODE_TRAIL_LOW) + DECODE_SECOND_FACTOR; in HandleAndDecodeInvalidUTF16()
H A Dutf.h80 constexpr uint16_t DECODE_TRAIL_LOW = 0xDC00; member

Completed in 2 milliseconds