Home
last modified time | relevance | path

Searched refs:IsUTF16HighSurrogate (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/
Dutf_helper.cpp35 bool IsUTF16HighSurrogate(uint16_t ch) in IsUTF16HighSurrogate() function
49 …if ((high & SURROGATE_MASK) != DECODE_LEAD_LOW || !IsUTF16HighSurrogate(high) || *index == len - 1… in DecodeUTF16()