Home
last modified time | relevance | path

Searched refs:IsIgnoreCase (Results 1 - 12 of 12) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/regexp/
H A Dregexp_executor.h110 if (IsIgnoreCase()) { in HandleOpChar()
281 if (IsIgnoreCase()) { in HandleOpRange32()
329 if (IsIgnoreCase() && !flag) { in HandleOpRange()
349 if (IsIgnoreCase()) { in HandleOpSparse()
391 if (IsIgnoreCase()) { in HandleOpBackReference()
418 if (IsIgnoreCase()) { in HandleOpBackReference()
719 inline bool IsIgnoreCase() const in IsIgnoreCase() function in panda::ecmascript::RegExpExecutor
H A Dregexp_parser.cpp104 if (opCode == RegExpOpCode::OP_CHAR && !IsIgnoreCase()) { in Parse()
382 if (IsIgnoreCase()) { in ParseAlternative()
525 if (IsIgnoreCase()) { in ParseAlternative()
1401 if (IsIgnoreCase() && needInter) { in ParseClassRanges()
1406 if (!(IsIgnoreCase() && needInter)) { in ParseClassRanges()
1525 if (IsIgnoreCase()) { in ParseClassEscape()
1711 const bool caseFolding = IsIgnoreCase(); in MatchUnicodeProperty()
H A Dregexp_parser.h176 inline bool IsIgnoreCase() const in IsIgnoreCase() function in panda::ecmascript::RegExpParser
/arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/
H A Dregexp_executor.h114 if (IsIgnoreCase()) { in HandleOpChar()
284 if (IsIgnoreCase()) {
328 if (IsIgnoreCase()) {
502 inline bool IsIgnoreCase() const
H A Dregexp_parser.h140 inline bool IsIgnoreCase() const in IsIgnoreCase() function in ark::RegExpParser
H A Dregexp_parser.cpp351 if (IsIgnoreCase()) { in ParseAlternative()
491 if (IsIgnoreCase()) { in ParseAlternative()
1324 if (IsIgnoreCase()) { in ParseClassRanges()
1367 if (IsIgnoreCase()) { in ParseClassAtom()
1461 if (IsIgnoreCase()) { in ParseClassEscape()
H A Dregexp_executor.cpp477 if (IsIgnoreCase()) { in HandleOpBackReferenceMatch()
510 if (IsIgnoreCase()) { in HandleOpBackwardBackReferenceMatch()
/arkcompiler/ets_runtime/ecmascript/napi/include/
H A Djsnapi.h99 Local<JSValueRef> IsIgnoreCase(const EcmaVM *vm);
/arkcompiler/ets_runtime/test/fuzztest/publicapilocalregexpref_fuzzer/
H A Dpublicapilocalregexpref_fuzzer.cpp126 object->IsIgnoreCase(vm); in LocalRegExpIsIgnoreCaseFuzzTest()
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi.cpp286 Local<JSValueRef> RegExpRef::IsIgnoreCase(const EcmaVM *vm) in IsIgnoreCase() function in panda::RegExpRef
/arkcompiler/toolchain/tooling/agent/
H A Druntime_impl.cpp772 jsValueRef = regExpRef->IsIgnoreCase(vm_); in GetRegExpValue()
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Dffi_workload.cpp2047 HWTEST_F_L0(JSNApiSplTest, IsIgnoreCase) in HWTEST_F_L0()
2061 object->IsIgnoreCase(vm_); in HWTEST_F_L0()
2064 TEST_TIME(RegExpRef::IsIgnoreCase); in HWTEST_F_L0()

Completed in 25 milliseconds