Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_string.cpp1131 int32_t tailPos = pos + static_cast<int32_t>(EcmaStringAccessor(searchString).GetLength()); in Replace() local
1310 int tailPos, bool &canBeCompress) in ProcessDollarSingleQuote()
1405 int32_t tailPos = position + static_cast<int32_t>(EcmaStringAccessor(matched).GetLength()); in GetSubstitution() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_string_stub_builder.cpp886 … GateRef tailPos = Int32Add(pos, searchStringInfoGate.GetLength()); in Replace() local