Home
last modified time | relevance | path

Searched refs:IsUTF16LowSurrogate (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/
H A Dutf_helper.cpp41 bool IsUTF16LowSurrogate(uint16_t ch) in IsUTF16LowSurrogate() function
54 if (!IsUTF16LowSurrogate(low) || cesu8) { in DecodeUTF16()
65 if (IsUTF16LowSurrogate(first)) { in HandleAndDecodeInvalidUTF16()
74 if (!IsUTF16LowSurrogate(second)) { in HandleAndDecodeInvalidUTF16()
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_global.h210 static bool IsUTF16LowSurrogate(uint16_t ch) in IsUTF16LowSurrogate() function in panda::ecmascript::builtins::BuiltinsGlobal
H A Dbuiltins_global.cpp389 ASSERT(IsUTF16HighSurrogate(lead) && IsUTF16LowSurrogate(trail)); in UTF16SurrogatePairToCodePoint()
417 if (!IsUTF16HighSurrogate(first) && !IsUTF16LowSurrogate(first)) { in StringToCodePoints()
430 if (!IsUTF16LowSurrogate(second)) { in StringToCodePoints()
H A Dbuiltins_string.h299 static bool IsUTF16LowSurrogate(uint16_t ch) in IsUTF16LowSurrogate() function in panda::ecmascript::CompareStringsOption::BuiltinsString
H A Dbuiltins_string.cpp753 if (!IsUTF16HighSurrogate(first) && !IsUTF16LowSurrogate(first)) { in IsWellFormed()
766 if (!IsUTF16LowSurrogate(second)) { in IsWellFormed()
826 if (!IsUTF16HighSurrogate(first) && !IsUTF16LowSurrogate(first)) { in ToWellFormed()
839 if (!IsUTF16LowSurrogate(second)) { in ToWellFormed()
886 ASSERT(IsUTF16HighSurrogate(lead) && IsUTF16LowSurrogate(trail)); in UTF16SurrogatePairToCodePoint()

Completed in 9 milliseconds