Home
last modified time | relevance | path

Searched refs:replaceLength (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_string.cpp1099 int32_t replaceLength = static_cast<int32_t>(EcmaStringAccessor(replacementFlat).GetLength()); in GetSubstitution() local
1117 if (peekIndex >= replaceLength) { in GetSubstitution()
1177 if (peekIndex + 1 < replaceLength) { in GetSubstitution()
1244 if (continueFromIndex < replaceLength) { in GetSubstitution()
1246replaceLength - continueFromIndex); in GetSubstitution()