Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/lexer/regexp/
Dregexp.cpp653 if (Unicode() && util::StringView::IsHighSurrogate(value)) { in ParseUnicodeEscape()
/arkcompiler/ets_frontend/es2panda/util/
Dustring.h117 static bool IsHighSurrogate(char32_t cp) in IsHighSurrogate() function