Home
last modified time | relevance | path

Searched refs:GetStartOfCaptureIndex (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_regexp-inl.h31 int startIndex = globalTable->GetStartOfCaptureIndex(N).GetInt(); in GetCapture()
H A Dbuiltins_regexp.cpp681 uint32_t startIndex = static_cast<uint32_t>(globalTable->GetStartOfCaptureIndex(0).GetInt()); in RegExpMatch()
946 uint32_t startIndex = static_cast<uint32_t>(globalTable->GetStartOfCaptureIndex(0).GetInt()); in MatchAndReplace()
1424 JSTaggedValue result = globalTable->GetStartOfCaptureIndex(0); in RegExpSearchFast()
1721 uint32_t matchStartIndex = static_cast<uint32_t>(matchResultInfo->GetStartOfCaptureIndex(0).GetInt()); in RegExpSplitFast()
1748 matchResultInfo->GetStartOfCaptureIndex(captureIndex).GetInt()); in RegExpSplitFast()
2004 JSHandle<JSTaggedValue> indexValue(thread, globalTable->GetStartOfCaptureIndex(0)); in RegExpBuiltinExec()
2019 uint32_t startIndex = static_cast<uint32_t>(globalTable->GetStartOfCaptureIndex(0).GetInt()); in RegExpBuiltinExec()
2033 indices.emplace_back(std::make_pair(globalTable->GetStartOfCaptureIndex(0), JSTaggedValue(endIndex))); in RegExpBuiltinExec()
2065 int32_t captureStartIndex = globalTable->GetStartOfCaptureIndex(captureIndex).GetInt(); in RegExpBuiltinExec()
H A Dbuiltins_regexp.h402 JSTaggedValue GetStartOfCaptureIndex(uint32_t index) in GetStartOfCaptureIndex() function in panda::ecmascript::builtins::RegExpGlobalResult
/arkcompiler/ets_runtime/ecmascript/regexp/tests/
H A Dregexp_test.cpp105 uint32_t startIndex = regExpGlobalResult->GetStartOfCaptureIndex(index).GetInt(); in GetSubString()

Completed in 23 milliseconds