Searched refs:dotPos (Results 1 - 25 of 28) sorted by relevance

12

/external/lzma/CPP/7zip/UI/Common/
H A DDefaultName.cpp14 int dotPos = fileNameLength - (extLength + 1); local
15 if (fileName[dotPos] == '.')
16 if (extension.IsEqualToNoCase(fileName.Ptr(dotPos + 1)))
17 return fileName.Left(dotPos) + addSubExtension;
19 int dotPos = fileName.ReverseFind(L'.'); local
20 if (dotPos > 0)
21 return fileName.Left(dotPos) + addSubExtension;
H A DArchiveName.cpp17 int dotPos = resultName.ReverseFind(FTEXT('.')); local
18 if (dotPos > 0)
20 FString archiveName2 = resultName.Left(dotPos);
55 int dotPos = resultName.ReverseFind('.'); local
56 if (dotPos > 0)
58 FString archiveName2 = resultName.Left(dotPos);
H A DExtractingFilePath.cpp58 int dotPos = name.Find(L'.'); local
59 if (dotPos < 0)
60 dotPos = name.Len();
61 UString s = name.Left(dotPos);
H A DLoadCodecs.cpp609 int dotPos = arcPath.ReverseFind(L'.'); local
610 if (dotPos < 0 || dotPos < slashPos)
612 const UString ext = arcPath.Ptr(dotPos + 1);
H A DUpdate.cpp282 int dotPos = Name.ReverseFind(L'.'); local
283 if (dotPos < 0)
285 if ((unsigned)dotPos == Name.Len() - 1)
291 const UString ext = Name.Ptr(dotPos + 1);
295 Name.DeleteFrom(dotPos);
H A DOpenArchive.cpp1345 int dotPos = fileName.ReverseFind(L'.'); local
1346 if (dotPos >= 0)
1347 extension = fileName.Ptr(dotPos + 1);
2614 int dotPos = fileName.ReverseFind(L'.'); local
2615 if (dotPos >= 0)
2616 extension = fileName.Ptr(dotPos + 1);
/external/lzma/CPP/7zip/Common/
H A DFilePathAutoRename.cpp28 int dotPos = fullProcessedPath.ReverseFind(FTEXT('.')); local
37 if (dotPos > slashPos && dotPos > 0)
39 name.SetFrom(fullProcessedPath, dotPos);
40 extension = fullProcessedPath.Ptr(dotPos);
/external/lzma/CPP/7zip/UI/FileManager/
H A DSysIconUtils.cpp155 int dotPos = -1; local
163 dotPos = i;
176 if ((attrib & FILE_ATTRIBUTE_DIRECTORY) != 0 || dotPos < 0)
207 const wchar_t *ext = fileName + dotPos + 1;
242 GetRealIconIndex(us2fs(fileName + dotPos), attrib, pair.IconIndex);
/external/deqp/framework/delibs/decpp/
H A DdeFilePath.cpp164 size_t dotPos = baseName.find_last_of('.'); local
165 if (dotPos == std::string::npos)
168 return baseName.substr(dotPos+1);
/external/lzma/CPP/7zip/Archive/7z/
H A D7zUpdate.cpp60 int dotPos = Name.ReverseFind(L'.'); local
61 if (dotPos < 0 || (dotPos < slashPos && slashPos >= 0))
63 return dotPos + 1;
267 int dotPos = ui.Name.ReverseFind(L'.'); local
268 if (dotPos < 0 || dotPos < slashPos)
272 ExtensionPos = dotPos + 1;
905 int dotPos = ui.Name.ReverseFind(L'.'); local
906 if (dotPos >
[all...]
/external/lzma/CPP/7zip/Archive/
H A DSplitHandler.cpp159 int dotPos = name.ReverseFind('.'); local
160 const UString prefix = name.Left(dotPos + 1);
161 const UString ext = name.Ptr(dotPos + 1);
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
H A DDemo.java599 int dotPos = targetFile.lastIndexOf('.');
600 if (dotPos >= 0) targetFile = targetFile.substring(0,dotPos);
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
H A DNumberFormatTest.java4025 int dotPos = test[2].indexOf('.');
4026 int decimals = dotPos < 0 ? 0 : test[2].length() - dotPos - 1;
4027 int digits = dotPos < 0 ? test[2].length() : test[2].length() - 1;
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DNumberFormatTest.java4021 int dotPos = test[2].indexOf('.');
4022 int decimals = dotPos < 0 ? 0 : test[2].length() - dotPos - 1;
4023 int digits = dotPos < 0 ? test[2].length() : test[2].length() - 1;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/guice/extensions/struts2/lib/
H A Dant-1.6.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/dagger2/lib/
H A Dauto-value-1.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/auto/ com/google/auto/value/ ...
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 528 milliseconds

12