Home
last modified time | relevance | path

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

/third_party/lzma/CPP/7zip/UI/Console/
DPercentPrinter.cpp145 _tempU = FileName; in Print()
146 _so->Normalize_UString(_tempU); in Print()
147 _so->Convert_UString_to_AString(_tempU, _temp); in Print()
157 _tempU = FileName; in Print()
158 _tempU.Delete(len / 2, _tempU.Len() - len); in Print()
159 _tempU.Insert(len / 2, L" . "); in Print()
160 _so->Normalize_UString(_tempU); in Print()
161 _so->Convert_UString_to_AString(_tempU, _temp); in Print()
DUpdateCallbackConsole.cpp381 _tempU = fs2us(path); in DeletingAfterArchiving()
382 _so->Normalize_UString(_tempU); in DeletingAfterArchiving()
383 _so->PrintUString(_tempU, _tempA); in DeletingAfterArchiving()
513 _tempU.Empty(); in PrintProgress()
516 _tempU = name; in PrintProgress()
518 NWindows::NFile::NName::NormalizeDirPathPrefix(_tempU); in PrintProgress()
519 _so->Normalize_UString(_tempU); in PrintProgress()
521 _so->PrintUString(_tempU, _tempA); in PrintProgress()
DExtractCallbackConsole.cpp357 _tempU.Empty(); in Z7_COM7F_IMF()
360 _tempU = name; in Z7_COM7F_IMF()
361 _so->Normalize_UString(_tempU); in Z7_COM7F_IMF()
365 if (!_tempU.IsEmpty() && _tempU.Back() != WCHAR_PATH_SEPARATOR) in Z7_COM7F_IMF()
366 _tempU.Add_PathSepar(); in Z7_COM7F_IMF()
369 _so->PrintUString(_tempU, _tempA); in Z7_COM7F_IMF()
DPercentPrinter.h36 UString _tempU; variable
DUpdateCallbackConsole.h55 UString _tempU; variable
DExtractCallbackConsole.h113 UString _tempU; variable