Searched refs:oldResultSize (Results 1 – 1 of 1) sorted by relevance
177 size_t oldResultSize = result.size(); in normalizeToCROrLF() local178 result.grow(oldResultSize + newLen); in normalizeToCROrLF()179 char* q = result.data() + oldResultSize; in normalizeToCROrLF()