Searched refs:lengthDelta (Results 1 – 2 of 2) sorted by relevance
1923 int32_t lengthDelta = newLength - oldLength; in repTextReplace() local1933 int32_t newIndexPos = limit32 + lengthDelta; in repTextReplace()1936 return lengthDelta; in repTextReplace()2195 int32_t lengthDelta = newLength - oldLength; in unistrTextReplace() local2196 ut->chunkOffset = limit32 + lengthDelta; in unistrTextReplace()2198 return lengthDelta; in unistrTextReplace()
1758 for (var i = 0, lengthDelta = hexString.length - resultString.length; i < lengthDelta; ++i)