Searched defs:tailPos (Results 1 – 2 of 2) sorted by relevance
1131 int32_t tailPos = pos + static_cast<int32_t>(EcmaStringAccessor(searchString).GetLength()); in Replace() local1310 int tailPos, bool &canBeCompress) in ProcessDollarSingleQuote()1405 int32_t tailPos = position + static_cast<int32_t>(EcmaStringAccessor(matched).GetLength()); in GetSubstitution() local
886 … GateRef tailPos = Int32Add(pos, searchStringInfoGate.GetLength()); in Replace() local