HomeSort by relevance Sort by last modified time
    Searched refs:ReverseFind (Results 1 - 25 of 25) sorted by null

  /external/lzma/CPP/7zip/UI/Common/
ArchiveName.cpp 17 int dotPos = resultName.ReverseFind(FTEXT('.'));
21 if (archiveName2.ReverseFind(FTEXT('.')) < 0)
55 int dotPos = resultName.ReverseFind('.');
59 if (archiveName2.ReverseFind(FTEXT('.')) < 0)
DefaultName.cpp 19 int dotPos = fileName.ReverseFind(L'.');
WorkDir.cpp 39 int pos = path.ReverseFind(FCHAR_PATH_SEPARATOR) + 1;
Update.cpp 282 int dotPos = Name.ReverseFind(L'.');
464 int slashPos = name.ReverseFind(L'/');
466 int slash1Pos = name.ReverseFind(L'\\');
562 int colonPos = ai.Name.ReverseFind(':');
    [all...]
ArchiveExtractCallback.cpp 393 int pos = s.ReverseFind(WCHAR_PATH_SEPARATOR);
761 int slashPos = fullProcessedPath.ReverseFind(FTEXT('/'));
763 int slash1Pos = fullProcessedPath.ReverseFind(FTEXT('\\'));
LoadCodecs.cpp 608 int slashPos = arcPath.ReverseFind(WCHAR_PATH_SEPARATOR);
609 int dotPos = arcPath.ReverseFind(L'.');
EnumDirItems.cpp 222 int delimiter = filePath.ReverseFind(FCHAR_PATH_SEPARATOR);
OpenArchive.cpp     [all...]
  /external/lzma/CPP/7zip/Common/
FilePathAutoRename.cpp 28 int dotPos = fullProcessedPath.ReverseFind(FTEXT('.'));
30 int slashPos = fullProcessedPath.ReverseFind(FTEXT('/'));
32 int slash1Pos = fullProcessedPath.ReverseFind(FTEXT('\\'));
  /external/lzma/CPP/Windows/
DLL.cpp 98 int pos = s.ReverseFind(FCHAR_PATH_SEPARATOR);
FileDir.cpp 258 int pos = pathName.ReverseFind(FCHAR_PATH_SEPARATOR);
281 pos = pathName.ReverseFind(FCHAR_PATH_SEPARATOR);
433 int pos = resDirPrefix.ReverseFind(FCHAR_PATH_SEPARATOR);
FileLink.cpp 370 int pos = path2.ReverseFind(FCHAR_PATH_SEPARATOR);
  /external/lzma/CPP/7zip/UI/FileManager/
OverwriteDialog.cpp 53 int slashPos = fileName.ReverseFind(WCHAR_PATH_SEPARATOR);
ExtractCallback.cpp 588 int slashPos = destPathSpec.ReverseFind(L'/');
590 int slash1Pos = destPathSpec.ReverseFind(L'\\');
BrowseDialog.cpp 469 int pos = s.ReverseFind(WCHAR_PATH_SEPARATOR);
944 int pos = path.ReverseFind(WCHAR_PATH_SEPARATOR) + 1;
ProgressDialog2.cpp 870 int slashPos = _filePath.ReverseFind(WCHAR_PATH_SEPARATOR);
  /external/lzma/CPP/7zip/Archive/7z/
7zUpdate.cpp 49 int slashPos = name.ReverseFind(L'/');
51 int slash1Pos = name.ReverseFind(L'\\');
60 int dotPos = Name.ReverseFind(L'.');
267 int dotPos = ui.Name.ReverseFind(L'.');
905 int dotPos = ui.Name.ReverseFind(L'.');
    [all...]
  /external/lzma/CPP/Common/
MyString.h 259 int ReverseFind(char c) const throw();
426 int ReverseFind(wchar_t c) const throw();
MyString.cpp 527 int AString::ReverseFind(char c) const throw()
991 int UString::ReverseFind(wchar_t c) const throw()
  /external/pdfium/core/src/fpdftext/
text_int.h 178 int ReverseFind(const CFX_WideString& csPageText,
  /external/lzma/CPP/7zip/Archive/
SplitHandler.cpp 159 int dotPos = name.ReverseFind('.');
  /external/lzma/CPP/7zip/UI/Client7z/
Client7z.cpp 329 int slashPos = _filePath.ReverseFind(WCHAR_PATH_SEPARATOR);
  /external/pdfium/core/include/fxcrt/
fx_string.h 267 FX_STRSIZE ReverseFind(FX_CHAR ch) const;
  /external/pdfium/core/src/fxcrt/
fx_basic_bstring.cpp 753 FX_STRSIZE CFX_ByteString::ReverseFind(FX_CHAR ch) const {
  /external/pdfium/core/src/fxge/ge/
fx_ge_fontmap.cpp 918 find = family.ReverseFind('-');
    [all...]

Completed in 1368 milliseconds