Searched defs:fullUnicode (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ |
H A D | js_regexp_iterator.cpp | 55 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 D | object_factory.cpp | 3438 NewJSRegExpIterator(const JSHandle<JSTaggedValue> &matcher, const JSHandle<EcmaString> &inputStr, bool global, bool fullUnicode) NewJSRegExpIterator() argument
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
H A D | builtins_regexp.cpp | 639 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