Searched refs:replaceSize (Results 1 – 1 of 1) sorted by relevance
1657 unsigned replaceSize = matchCount * repStrLength; in replace() local1659 RELEASE_ASSERT(newSize < (numeric_limits<unsigned>::max() - replaceSize)); in replace()1661 newSize += replaceSize; in replace()1732 unsigned replaceSize = matchCount * repStrLength; in replace() local1734 RELEASE_ASSERT(newSize < (numeric_limits<unsigned>::max() - replaceSize)); in replace()1736 newSize += replaceSize; in replace()