Home
last modified time | relevance | path

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

/external/lzma/CPP/Windows/
DFileName.cpp16 if (dirPath.ReverseFind(kDirDelimiter) != dirPath.Length() - 1) in NormalizeDirPathPrefix()
25 if (dirPath.ReverseFind(wchar_t(kDirDelimiter)) != dirPath.Length() - 1) in NormalizeDirPathPrefix()
35 int index = fullName.ReverseFind(kExtensionDelimiter); in SplitNameToPureNameAndExtension()
DFileDir.cpp282 int pos = pathName.ReverseFind(TEXT(CHAR_PATH_SEPARATOR)); in CreateComplexDirectory()
304 pos = pathName.ReverseFind(TEXT(CHAR_PATH_SEPARATOR)); in CreateComplexDirectory()
328 int pos = pathName.ReverseFind(WCHAR_PATH_SEPARATOR); in CreateComplexDirectory()
350 pos = pathName.ReverseFind(WCHAR_PATH_SEPARATOR); in CreateComplexDirectory()
477 fileNamePartStartIndex = resultPath.ReverseFind(WCHAR_PATH_SEPARATOR); in MyGetFullPathName()
/external/lzma/CPP/7zip/Common/
DFilePathAutoRename.cpp28 int dotPos = fullProcessedPath.ReverseFind(L'.'); in AutoRenamePath()
30 int slashPos = fullProcessedPath.ReverseFind(L'/'); in AutoRenamePath()
32 int slash1Pos = fullProcessedPath.ReverseFind(L'\\'); in AutoRenamePath()
/external/lzma/CPP/7zip/UI/Common/
DArchiveName.cpp39 int dotPos = resultName.ReverseFind('.'); in CreateArchiveName2()
43 if (archiveName2.ReverseFind('.') < 0) in CreateArchiveName2()
DDefaultName.cpp19 int dotPos = fileName.ReverseFind(L'.'); in GetDefaultName3()
DLoadCodecs.cpp41 int pos = path.ReverseFind(TEXT(CHAR_PATH_SEPARATOR)); in GetLibraryFolderPrefix()
458 int slashPos1 = arcPath.ReverseFind(WCHAR_PATH_SEPARATOR); in FindFormatForArchiveName()
459 int slashPos2 = arcPath.ReverseFind(L'.'); in FindFormatForArchiveName()
460 int dotPos = arcPath.ReverseFind(L'.'); in FindFormatForArchiveName()
DExtract.cpp168 int pos = arcPath.ReverseFind(L'.'); in DecompressArchives()
176 pos = s.ReverseFind(L'.'); in DecompressArchives()
DUpdate.h34 int dotPos = Name.ReverseFind(L'.'); in ParseFromPath()
DEnumDirItems.cpp125 int delimiter = filePath.ReverseFind((wchar_t)kDirDelimiter); in EnumerateDirItems2()
DOpenArchive.cpp118 int dotPos = fileName.ReverseFind(L'.'); in OpenStream()
/external/lzma/CPP/7zip/Archive/7z/
D7zUpdate.cpp57 int slashPos = name.ReverseFind(L'/'); in GetReverseSlashPos()
59 int slash1Pos = name.ReverseFind(L'\\'); in GetReverseSlashPos()
68 int dotPos = Name.ReverseFind(L'.'); in GetExtensionPos()
261 int dotPos = ui.Name.ReverseFind(L'.'); in CRefItem()
831 int dotPos = ui.Name.ReverseFind(L'.'); in Update()
/external/pdfium/core/src/fpdftext/
Dtext_int.h163 …int ReverseFind(const CFX_WideString& csPageText, const CFX_WideString& csWord, int nStartP…
/external/lzma/CPP/7zip/Archive/
DSplitHandler.cpp162 int dotPos = name.ReverseFind('.'); in Open()
/external/lzma/CPP/Common/
DMyString.h394 int ReverseFind(T c) const in ReverseFind() function
/external/lzma/CPP/7zip/UI/Client7z/
DClient7z.cpp306 int slashPos = _filePath.ReverseFind(WCHAR_PATH_SEPARATOR); in GetStream()
/external/pdfium/core/include/fxcrt/
Dfx_string.h320 FX_STRSIZE ReverseFind(FX_CHAR ch) const;
/external/pdfium/core/src/fxcrt/
Dfx_basic_bstring.cpp783 FX_STRSIZE CFX_ByteString::ReverseFind(FX_CHAR ch) const in ReverseFind() function in CFX_ByteString
/external/pdfium/core/src/fxge/ge/
Dfx_ge_fontmap.cpp960 find = family.ReverseFind('-'); in FindSubstFont()