Home
last modified time | relevance | path

Searched defs:isUnicode (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/
Dregexp_parser.h165 inline static int Canonicalize(int c, bool isUnicode) in Canonicalize()
/arkcompiler/ets_frontend/ets2panda/lexer/regexp/
Dregexp.cpp724 void RegExpParser::ValidateNamedBackreference(bool isUnicode) in ValidateNamedBackreference()
/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_parser.cpp1620 int RegExpParser::Canonicalize(int c, bool isUnicode) in Canonicalize()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.cpp1754 bool isUnicode = GetOriginalFlag(thread, regexp, RegExpParser::FLAG_UTF16); in RegExpSplitFast() local