Searched refs:ReverseFind (Results 1 – 18 of 18) sorted by relevance
16 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()
282 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()
28 int dotPos = fullProcessedPath.ReverseFind(L'.'); in AutoRenamePath()30 int slashPos = fullProcessedPath.ReverseFind(L'/'); in AutoRenamePath()32 int slash1Pos = fullProcessedPath.ReverseFind(L'\\'); in AutoRenamePath()
39 int dotPos = resultName.ReverseFind('.'); in CreateArchiveName2()43 if (archiveName2.ReverseFind('.') < 0) in CreateArchiveName2()
19 int dotPos = fileName.ReverseFind(L'.'); in GetDefaultName3()
41 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()
168 int pos = arcPath.ReverseFind(L'.'); in DecompressArchives()176 pos = s.ReverseFind(L'.'); in DecompressArchives()
34 int dotPos = Name.ReverseFind(L'.'); in ParseFromPath()
125 int delimiter = filePath.ReverseFind((wchar_t)kDirDelimiter); in EnumerateDirItems2()
118 int dotPos = fileName.ReverseFind(L'.'); in OpenStream()
57 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()
163 …int ReverseFind(const CFX_WideString& csPageText, const CFX_WideString& csWord, int nStartP…
162 int dotPos = name.ReverseFind('.'); in Open()
394 int ReverseFind(T c) const in ReverseFind() function
306 int slashPos = _filePath.ReverseFind(WCHAR_PATH_SEPARATOR); in GetStream()
320 FX_STRSIZE ReverseFind(FX_CHAR ch) const;
783 FX_STRSIZE CFX_ByteString::ReverseFind(FX_CHAR ch) const in ReverseFind() function in CFX_ByteString
960 find = family.ReverseFind('-'); in FindSubstFont()