/external/lzma/CPP/7zip/UI/Common/ |
D | DefaultName.cpp | 14 int dotPos = fileNameLength - (extLength + 1); in GetDefaultName3() local 15 if (fileName[dotPos] == '.') in GetDefaultName3() 16 if (extension.CompareNoCase(fileName.Mid(dotPos + 1)) == 0) in GetDefaultName3() 17 return fileName.Left(dotPos) + addSubExtension; in GetDefaultName3() 19 int dotPos = fileName.ReverseFind(L'.'); in GetDefaultName3() local 20 if (dotPos > 0) in GetDefaultName3() 21 return fileName.Left(dotPos) + addSubExtension; in GetDefaultName3()
|
D | Update.h | 34 int dotPos = Name.ReverseFind(L'.'); in ParseFromPath() local 35 if (dotPos < 0) in ParseFromPath() 37 if (dotPos == Name.Length() - 1) in ParseFromPath() 39 Name = Name.Left(dotPos); in ParseFromPath() 43 if (BaseExtension.CompareNoCase(Name.Mid(dotPos + 1)) == 0) in ParseFromPath() 45 BaseExtension = Name.Mid(dotPos + 1); in ParseFromPath() 46 Name = Name.Left(dotPos); in ParseFromPath()
|
D | ArchiveName.cpp | 39 int dotPos = resultName.ReverseFind('.'); in CreateArchiveName2() local 40 if (dotPos > 0) in CreateArchiveName2() 42 UString archiveName2 = resultName.Left(dotPos); in CreateArchiveName2()
|
D | ExtractingFilePath.cpp | 39 int dotPos = name.Find(L'.'); in CheckTail() local 40 if (dotPos < 0) in CheckTail() 41 dotPos = name.Length(); in CheckTail() 42 UString s = name.Left(dotPos); in CheckTail()
|
D | LoadCodecs.cpp | 460 int dotPos = arcPath.ReverseFind(L'.'); in FindFormatForArchiveName() local 461 if (dotPos < 0 || dotPos < slashPos1 || dotPos < slashPos2) in FindFormatForArchiveName() 463 UString ext = arcPath.Mid(dotPos + 1); in FindFormatForArchiveName()
|
D | OpenArchive.cpp | 118 int dotPos = fileName.ReverseFind(L'.'); in OpenStream() local 119 if (dotPos >= 0) in OpenStream() 120 extension = fileName.Mid(dotPos + 1); in OpenStream()
|
/external/lzma/CPP/7zip/Common/ |
D | FilePathAutoRename.cpp | 28 int dotPos = fullProcessedPath.ReverseFind(L'.'); in AutoRenamePath() local 37 if (dotPos > slashPos && dotPos > 0) in AutoRenamePath() 39 name = fullProcessedPath.Left(dotPos); in AutoRenamePath() 40 extension = fullProcessedPath.Mid(dotPos); in AutoRenamePath()
|
/external/lzma/CPP/7zip/Archive/ |
D | SplitHandler.cpp | 162 int dotPos = name.ReverseFind('.'); in Open() local 164 if (dotPos >= 0) in Open() 166 prefix = name.Left(dotPos + 1); in Open() 167 ext = name.Mid(dotPos + 1); in Open()
|
/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zUpdate.cpp | 68 int dotPos = Name.ReverseFind(L'.'); in GetExtensionPos() local 69 if (dotPos < 0 || (dotPos < slashPos && slashPos >= 0)) in GetExtensionPos() 71 return dotPos + 1; in GetExtensionPos() 261 int dotPos = ui.Name.ReverseFind(L'.'); in CRefItem() local 262 if (dotPos < 0 || (dotPos < slashPos && slashPos >= 0)) in CRefItem() 266 ExtensionPos = dotPos + 1; in CRefItem() 831 int dotPos = ui.Name.ReverseFind(L'.'); in Update() local 832 if (dotPos >= 0) in Update() 833 filteredGroup = IsExeExt(ui.Name.Mid(dotPos + 1)); in Update()
|
/external/deqp/framework/delibs/decpp/ |
D | deFilePath.cpp | 165 size_t dotPos = baseName.find_last_of('.'); in getFileExtension() local 166 if (dotPos == std::string::npos) in getFileExtension() 169 return baseName.substr(dotPos+1); in getFileExtension()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | NumberFormatTest.java | 3439 int dotPos = test[2].indexOf('.'); in TestCurrencyPlurals() local 3440 int decimals = dotPos < 0 ? 0 : test[2].length() - dotPos - 1; in TestCurrencyPlurals() 3441 int digits = dotPos < 0 ? test[2].length() : test[2].length() - 1; in TestCurrencyPlurals()
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
D | ant.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/external/owasp/sanitizer/tools/findbugs/lib/ |
D | ant.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
/external/jarjar/lib/ |
D | apache-ant-1.9.4.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |