Searched refs:replaceSize (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/WTF-7600.1.24/wtf/text/
H A DStringImpl.cpp1563 unsigned replaceSize = matchCount * repStrLength; local
1565 if (newSize >= (std::numeric_limits<unsigned>::max() - replaceSize))
1568 newSize += replaceSize;
1640 unsigned replaceSize = matchCount * repStrLength; local
1642 if (newSize >= (std::numeric_limits<unsigned>::max() - replaceSize))
1645 newSize += replaceSize;

Completed in 68 milliseconds