Home
last modified time | relevance | path

Searched defs:fullUnicode (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Djs_regexp_iterator.cpp55 bool fullUnicode = jsIterator->GetUnicode(); in Next() local
105 CreateRegExpStringIterator(JSThread *thread, const JSHandle<JSTaggedValue> &matcher, const JSHandle<EcmaString> &inputStr, bool global, bool fullUnicode) CreateRegExpStringIterator() argument
H A Dobject_factory.cpp3438 NewJSRegExpIterator(const JSHandle<JSTaggedValue> &matcher, const JSHandle<EcmaString> &inputStr, bool global, bool fullUnicode) NewJSRegExpIterator() argument
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_regexp.cpp639 bool fullUnicode = GetFlag(thread, regexp, RegExpParser::FLAG_UTF16, isFastPath); in RegExpMatch() local
762 bool fullUnicode = false; in RegExpMatchAll() local
1023 bool fullUnicode = false; ReplaceInternal() local
[all...]

Completed in 14 milliseconds