/external/lzma/CPP/7zip/UI/Common/ |
D | ArchiveName.cpp | 17 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()
|
D | DefaultName.cpp | 19 int dotPos = fileName.ReverseFind(L'.'); in GetDefaultName3()
|
D | WorkDir.cpp | 39 int pos = path.ReverseFind(FCHAR_PATH_SEPARATOR) + 1; in GetWorkDir()
|
D | ArchiveExtractCallback.cpp | 393 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()
|
D | Update.cpp | 282 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()
|
D | LoadCodecs.cpp | 608 int slashPos = arcPath.ReverseFind(WCHAR_PATH_SEPARATOR); in FindFormatForArchiveName() 609 int dotPos = arcPath.ReverseFind(L'.'); in FindFormatForArchiveName()
|
D | EnumDirItems.cpp | 222 int delimiter = filePath.ReverseFind(FCHAR_PATH_SEPARATOR); in EnumerateItems2()
|
D | OpenArchive.cpp | 1345 int dotPos = fileName.ReverseFind(L'.'); in OpenStream2() 2614 int dotPos = fileName.ReverseFind(L'.'); in OpenStream()
|
/external/lzma/CPP/7zip/Common/ |
D | FilePathAutoRename.cpp | 28 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/ |
D | FileDir.cpp | 258 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()
|
D | DLL.cpp | 98 int pos = s.ReverseFind(FCHAR_PATH_SEPARATOR); in GetModuleDirPrefix()
|
D | FileLink.cpp | 370 int pos = path2.ReverseFind(FCHAR_PATH_SEPARATOR); in CreatePrefixDirOfFile()
|
/external/lzma/CPP/7zip/UI/FileManager/ |
D | OverwriteDialog.cpp | 53 int slashPos = fileName.ReverseFind(WCHAR_PATH_SEPARATOR); in SetFileInfoControl()
|
D | ExtractCallback.cpp | 588 int slashPos = destPathSpec.ReverseFind(L'/'); in AskWrite() 590 int slash1Pos = destPathSpec.ReverseFind(L'\\'); in AskWrite()
|
D | BrowseDialog.cpp | 469 int pos = s.ReverseFind(WCHAR_PATH_SEPARATOR); in GetParentPath()
|
D | ProgressDialog2.cpp | 870 int slashPos = _filePath.ReverseFind(WCHAR_PATH_SEPARATOR); in UpdateStatInfo()
|
/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zUpdate.cpp | 49 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/ |
D | MyString.h | 259 int ReverseFind(char c) const throw(); 426 int ReverseFind(wchar_t c) const throw();
|
D | MyString.cpp | 527 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/ |
D | text_int.h | 178 int ReverseFind(const CFX_WideString& csPageText,
|
/external/lzma/CPP/7zip/Archive/ |
D | SplitHandler.cpp | 159 int dotPos = name.ReverseFind('.'); in Open2()
|
/external/lzma/CPP/7zip/UI/Client7z/ |
D | Client7z.cpp | 329 int slashPos = _filePath.ReverseFind(WCHAR_PATH_SEPARATOR); in GetStream()
|
/external/pdfium/core/include/fxcrt/ |
D | fx_string.h | 267 FX_STRSIZE ReverseFind(FX_CHAR ch) const;
|
/external/pdfium/core/src/fxcrt/ |
D | fx_basic_bstring.cpp | 753 FX_STRSIZE CFX_ByteString::ReverseFind(FX_CHAR ch) const { in ReverseFind() function in CFX_ByteString
|
/external/pdfium/core/src/fxge/ge/ |
D | fx_ge_fontmap.cpp | 918 find = family.ReverseFind('-'); in FindSubstFont()
|