Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Console/
DPercentPrinter.cpp27 unsigned num = _printedString.Len(); in ClosePrint()
56 _printedString.Empty(); in ClosePrint()
96 if (!_printedString.IsEmpty()) in Print()
170 if (_printedString != _s) in Print()
176 _printedString = _s; in Print()
DPercentPrinter.h34 AString _printedString; variable