Home
last modified time | relevance | path

Searched refs:numInsertChars (Results 1 – 1 of 1) sorted by relevance

/external/lzma/CPP/Common/
DMyString.h481 int numInsertChars = s.Length(); in Insert() local
482 InsertSpace(index, numInsertChars); in Insert()
483 for (int i = 0; i < numInsertChars; i++) in Insert()
485 _length += numInsertChars; in Insert()