Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_string.cpp1218 int32_t endOfLastMatch = 0; in ReplaceAll() local
1251 EcmaStringAccessor::FastSubString(ecmaVm, thisString, endOfLastMatch, in ReplaceAll()
1252 pos - endOfLastMatch)); in ReplaceAll()
1255 endOfLastMatch = pos + searchLength; in ReplaceAll()
1260 if (endOfLastMatch < static_cast<int32_t>(EcmaStringAccessor(thisString).GetLength())) { in ReplaceAll()
1263 EcmaStringAccessor::FastSubString(ecmaVm, thisString, endOfLastMatch, thisLen - endOfLastMatch)); in ReplaceAll()

Completed in 5 milliseconds