Home
last modified time | relevance | path

Searched defs:unicode (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.cpp436 JSHandle<JSTaggedValue> unicode = globalConst->GetHandledUnicodeString(); in Match() local
688 … bool unicode = EcmaStringAccessor(inputString).IsUtf16() && (flags & RegExpParser::FLAG_UTF16); in RegExpReplaceFast() local
752 JSHandle<JSTaggedValue> unicode = globalConst->GetHandledUnicodeString(); in Replace() local
1345 bool unicode) in AdvanceStringIndex()
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_regexp_test.cpp234 JSHandle<JSTaggedValue> unicode(thread->GetEcmaVM()->GetFactory()->NewFromASCII("unicode")); in HWTEST_F_L0() local