Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DArchiveName.cpp17 int dotPos = resultName.ReverseFind(FTEXT('.')); in CreateArchiveName()
21 if (archiveName2.ReverseFind(FTEXT('.')) < 0) in CreateArchiveName()
55 int dotPos = resultName.ReverseFind('.'); in CreateArchiveName2()
59 if (archiveName2.ReverseFind(FTEXT('.')) < 0) in CreateArchiveName2()
DDefaultName.cpp19 int dotPos = fileName.ReverseFind(L'.'); in GetDefaultName3()
DWorkDir.cpp39 int pos = path.ReverseFind(FCHAR_PATH_SEPARATOR) + 1; in GetWorkDir()
DArchiveExtractCallback.cpp393 int pos = s.ReverseFind(WCHAR_PATH_SEPARATOR); in GetDirPrefixOf()
761 int slashPos = fullProcessedPath.ReverseFind(FTEXT('/')); in GetStream()
763 int slash1Pos = fullProcessedPath.ReverseFind(FTEXT('\\')); in GetStream()
DUpdate.cpp282 int dotPos = Name.ReverseFind(L'.'); in ParseFromPath()
464 int slashPos = name.ReverseFind(L'/'); in GetReverseSlashPos()
466 int slash1Pos = name.ReverseFind(L'\\'); in GetReverseSlashPos()
562 int colonPos = ai.Name.ReverseFind(':'); in Compress()
DLoadCodecs.cpp608 int slashPos = arcPath.ReverseFind(WCHAR_PATH_SEPARATOR); in FindFormatForArchiveName()
609 int dotPos = arcPath.ReverseFind(L'.'); in FindFormatForArchiveName()
DEnumDirItems.cpp222 int delimiter = filePath.ReverseFind(FCHAR_PATH_SEPARATOR); in EnumerateItems2()
DOpenArchive.cpp1345 int dotPos = fileName.ReverseFind(L'.'); in OpenStream2()
2614 int dotPos = fileName.ReverseFind(L'.'); in OpenStream()
/external/lzma/CPP/7zip/Common/
DFilePathAutoRename.cpp28 int dotPos = fullProcessedPath.ReverseFind(FTEXT('.')); in AutoRenamePath()
30 int slashPos = fullProcessedPath.ReverseFind(FTEXT('/')); in AutoRenamePath()
32 int slash1Pos = fullProcessedPath.ReverseFind(FTEXT('\\')); in AutoRenamePath()
/external/lzma/CPP/Windows/
DFileDir.cpp258 int pos = pathName.ReverseFind(FCHAR_PATH_SEPARATOR); in CreateComplexDir()
281 pos = pathName.ReverseFind(FCHAR_PATH_SEPARATOR); in CreateComplexDir()
433 int pos = resDirPrefix.ReverseFind(FCHAR_PATH_SEPARATOR); in GetFullPathAndSplit()
DDLL.cpp98 int pos = s.ReverseFind(FCHAR_PATH_SEPARATOR); in GetModuleDirPrefix()
DFileLink.cpp370 int pos = path2.ReverseFind(FCHAR_PATH_SEPARATOR); in CreatePrefixDirOfFile()
/external/lzma/CPP/7zip/UI/FileManager/
DOverwriteDialog.cpp53 int slashPos = fileName.ReverseFind(WCHAR_PATH_SEPARATOR); in SetFileInfoControl()
DExtractCallback.cpp588 int slashPos = destPathSpec.ReverseFind(L'/'); in AskWrite()
590 int slash1Pos = destPathSpec.ReverseFind(L'\\'); in AskWrite()
DBrowseDialog.cpp469 int pos = s.ReverseFind(WCHAR_PATH_SEPARATOR); in GetParentPath()
DProgressDialog2.cpp870 int slashPos = _filePath.ReverseFind(WCHAR_PATH_SEPARATOR); in UpdateStatInfo()
/external/lzma/CPP/7zip/Archive/7z/
D7zUpdate.cpp49 int slashPos = name.ReverseFind(L'/'); in GetReverseSlashPos()
51 int slash1Pos = name.ReverseFind(L'\\'); in GetReverseSlashPos()
60 int dotPos = Name.ReverseFind(L'.'); in GetExtensionPos()
267 int dotPos = ui.Name.ReverseFind(L'.'); in CRefItem()
905 int dotPos = ui.Name.ReverseFind(L'.'); in Update()
/external/lzma/CPP/Common/
DMyString.h259 int ReverseFind(char c) const throw();
426 int ReverseFind(wchar_t c) const throw();
DMyString.cpp527 int AString::ReverseFind(char c) const throw() in ReverseFind() function in AString
991 int UString::ReverseFind(wchar_t c) const throw() in ReverseFind() function in UString
/external/pdfium/core/src/fpdftext/
Dtext_int.h178 int ReverseFind(const CFX_WideString& csPageText,
/external/lzma/CPP/7zip/Archive/
DSplitHandler.cpp159 int dotPos = name.ReverseFind('.'); in Open2()
/external/lzma/CPP/7zip/UI/Client7z/
DClient7z.cpp329 int slashPos = _filePath.ReverseFind(WCHAR_PATH_SEPARATOR); in GetStream()
/external/pdfium/core/include/fxcrt/
Dfx_string.h267 FX_STRSIZE ReverseFind(FX_CHAR ch) const;
/external/pdfium/core/src/fxcrt/
Dfx_basic_bstring.cpp753 FX_STRSIZE CFX_ByteString::ReverseFind(FX_CHAR ch) const { in ReverseFind() function in CFX_ByteString
/external/pdfium/core/src/fxge/ge/
Dfx_ge_fontmap.cpp918 find = family.ReverseFind('-'); in FindSubstFont()