Lines Matching refs:tailPos
1118 // Let tailPos be pos + the number of code units in matched.
1119 int32_t tailPos = pos + static_cast<int32_t>(EcmaStringAccessor(searchString).GetLength());
1122 // substring of string starting at index tailPos. If pos is 0,
1129 EcmaStringAccessor::FastSubString(ecmaVm, thisString, tailPos, thisLen - tailPos));
1244 // Let tailPos be pos + the number of code units in matched.
1246 // replStr, and the trailing substring of string starting at index tailPos.
1294 int tailPos, bool &canBeCompress)
1297 if (tailPos < srcLength) {
1298 EcmaString *suffix = EcmaStringAccessor::FastSubString(ecmaVm, srcString, tailPos, srcLength - tailPos);
1389 int32_t tailPos = position + static_cast<int32_t>(EcmaStringAccessor(matched).GetLength());
1430 ProcessDollarSingleQuote(ecmaVm, stringBuilder, srcString, tailPos, canBeCompress);