Home
last modified time | relevance | path

Searched refs:slashPos (Results 1 – 10 of 10) sorted by relevance

/external/lzma/CPP/7zip/Common/
DFilePathAutoRename.cpp30 int slashPos = fullProcessedPath.ReverseFind(L'/'); in AutoRenamePath() local
33 slashPos = MyMax(slashPos, slash1Pos); in AutoRenamePath()
37 if (dotPos > slashPos && dotPos > 0) in AutoRenamePath()
/external/jsilver/src/com/google/clearsilver/jsilver/functions/html/
DBaseUrlValidateFunction.java72 int slashPos = in.indexOf('/'); in isValidUri() local
73 if (slashPos != -1) { in isValidUri()
75 return in.lastIndexOf(':', slashPos - 1) == -1; in isValidUri()
/external/lzma/CPP/7zip/Archive/7z/
D7zUpdate.cpp57 int slashPos = name.ReverseFind(L'/'); in GetReverseSlashPos() local
60 slashPos = MyMax(slashPos, slash1Pos); in GetReverseSlashPos()
62 return slashPos; in GetReverseSlashPos()
67 int slashPos = GetReverseSlashPos(Name); in GetExtensionPos() local
69 if (dotPos < 0 || (dotPos < slashPos && slashPos >= 0)) in GetExtensionPos()
259 int slashPos = GetReverseSlashPos(ui.Name); in CRefItem() local
260 NamePos = ((slashPos >= 0) ? (slashPos + 1) : 0); in CRefItem()
262 if (dotPos < 0 || (dotPos < slashPos && slashPos >= 0)) in CRefItem()
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
DWriteCharts.java126 int slashPos = target.indexOf('/'); in print() local
127 if (slashPos >= 0) target = target.substring(0,slashPos); in print()
/external/lzma/CPP/7zip/UI/Client7z/
DClient7z.cpp306 int slashPos = _filePath.ReverseFind(WCHAR_PATH_SEPARATOR); in GetStream() local
307 if (slashPos >= 0) in GetStream()
308 NFile::NDirectory::CreateComplexDirectory(_directoryPath + _filePath.Left(slashPos)); in GetStream()
/external/parameter-framework/parameter/
DParameterMgr.cpp372 std::string::size_type slashPos = _strXmlConfigurationFilePath.rfind('/', -1); in CParameterMgr() local
373 if(slashPos == std::string::npos) { in CParameterMgr()
377 _strXmlConfigurationFolderPath = _strXmlConfigurationFilePath.substr(0, slashPos); in CParameterMgr()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd ...
/external/jarjar/lib/
Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...