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

  /external/lzma/CPP/Windows/
FileName.cpp 16 if (dirPath.ReverseFind(kDirDelimiter) != dirPath.Length() - 1)
25 if (dirPath.ReverseFind(wchar_t(kDirDelimiter)) != dirPath.Length() - 1)
35 int index = fullName.ReverseFind(kExtensionDelimiter);
FileDir.cpp 282 int pos = pathName.ReverseFind(TEXT(CHAR_PATH_SEPARATOR));
304 pos = pathName.ReverseFind(TEXT(CHAR_PATH_SEPARATOR));
328 int pos = pathName.ReverseFind(WCHAR_PATH_SEPARATOR);
350 pos = pathName.ReverseFind(WCHAR_PATH_SEPARATOR);
477 fileNamePartStartIndex = resultPath.ReverseFind(WCHAR_PATH_SEPARATOR);
  /external/lzma/CPP/7zip/UI/Common/
ArchiveName.cpp 39 int dotPos = resultName.ReverseFind('.');
43 if (archiveName2.ReverseFind('.') < 0)
DefaultName.cpp 19 int dotPos = fileName.ReverseFind(L'.');
LoadCodecs.cpp 41 int pos = path.ReverseFind(TEXT(CHAR_PATH_SEPARATOR));
458 int slashPos1 = arcPath.ReverseFind(WCHAR_PATH_SEPARATOR);
459 int slashPos2 = arcPath.ReverseFind(L'.');
460 int dotPos = arcPath.ReverseFind(L'.');
Update.h 34 int dotPos = Name.ReverseFind(L'.');
Extract.cpp 168 int pos = arcPath.ReverseFind(L'.');
176 pos = s.ReverseFind(L'.');
EnumDirItems.cpp 125 int delimiter = filePath.ReverseFind((wchar_t)kDirDelimiter);
OpenArchive.cpp 118 int dotPos = fileName.ReverseFind(L'.');
  /external/lzma/CPP/7zip/Common/
FilePathAutoRename.cpp 28 int dotPos = fullProcessedPath.ReverseFind(L'.');
30 int slashPos = fullProcessedPath.ReverseFind(L'/');
32 int slash1Pos = fullProcessedPath.ReverseFind(L'\\');
  /external/chromium_org/ash/display/
display_pref_util.h 42 bool ReverseFind(const std::map<T, std::string>* map,
display_layout.cc 42 if (ReverseFind(GetPositionToStringMap(), position, field))
  /external/lzma/CPP/7zip/Archive/7z/
7zUpdate.cpp 57 int slashPos = name.ReverseFind(L'/');
59 int slash1Pos = name.ReverseFind(L'\\');
68 int dotPos = Name.ReverseFind(L'.');
261 int dotPos = ui.Name.ReverseFind(L'.');
831 int dotPos = ui.Name.ReverseFind(L'.');
  /external/pdfium/core/src/fpdftext/
text_int.h 157 int ReverseFind(CFX_WideString csPageText, CFX_WideString csWord, int nStartPos, int& WordLength);
  /external/lzma/CPP/7zip/Archive/
SplitHandler.cpp 162 int dotPos = name.ReverseFind('.');
  /external/chromium_org/chrome/browser/chromeos/display/
display_preferences.cc 294 if (ash::ReverseFind(GetDisplayPowerStateToStringMap(), state, field))
  /external/lzma/CPP/7zip/UI/Client7z/
Client7z.cpp 306 int slashPos = _filePath.ReverseFind(WCHAR_PATH_SEPARATOR);
  /external/lzma/CPP/Common/
MyString.h 394 int ReverseFind(T c) const
  /external/pdfium/core/include/fxcrt/
fx_string.h 304 FX_STRSIZE ReverseFind(FX_CHAR ch) const;
  /external/pdfium/core/src/fxcrt/
fx_basic_bstring.cpp 781 FX_STRSIZE CFX_ByteString::ReverseFind(FX_CHAR ch) const
    [all...]
  /external/pdfium/core/src/fxge/ge/
fx_ge_fontmap.cpp 996 find = family.ReverseFind('-');
    [all...]

Completed in 4108 milliseconds