Home
last modified time | relevance | path

Searched defs:dotPos (Results 1 – 25 of 32) sorted by relevance

12

/external/lzma/CPP/7zip/UI/Common/
DDefaultName.cpp15 const unsigned dotPos = fileNameLen - (extLen + 1); in GetDefaultName3() local
21 int dotPos = fileName.ReverseFind_Dot(); in GetDefaultName3() local
DArchiveName.cpp98 const int dotPos = name.Find(L'.'); in CreateArchiveName() local
DArchiveExtractCallback.cpp115 const int dotPos = name.ReverseFind_Dot(); in FindExt2() local
DLoadCodecs.cpp884 int dotPos = arcPath.ReverseFind_Dot(); in FindFormatForArchiveName() local
/external/ot-br-posix/src/common/
Ddns_utils.cpp61 size_t dotPos = fullName.find_first_of('.'); in SplitFullDnsName() local
72 …size_t dotPos = transportPos > 0 ? fullName.find_last_of('.', transportPos - 1) : std::string::npo… in SplitFullDnsName() local
/external/lzma/CPP/7zip/Common/
DFilePathAutoRename.cpp22 const int dotPos = path.ReverseFind_Dot(); in AutoRenamePath() local
/external/angle/src/libANGLE/renderer/cl/
Dcl_util.cpp20 const std::string::size_type dotPos = version.find('.'); in ExtractCLVersion() local
/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/util/introspection/
DSecureIntrospectorImpl.java145 int dotPos = className.lastIndexOf('.'); in checkObjectExecutePermission() local
/external/robolectric/utils/src/main/java/org/robolectric/util/
DUtil.java30 int dotPos = version.indexOf('.'); in getJavaVersion() local
/external/aws-sdk-java-v2/core/protocols/aws-json-protocol/src/test/java/software/amazon/awssdk/protocols/json/
DSdkJsonGeneratorTest.java157 final int dotPos = s.length() - 5; in testNumericNoQuote() local
/external/lzma/CPP/7zip/UI/FileManager/
DPanelSort.cpp79 const int dotPos = name.ReverseFind_Dot(); in GetExtensionPtr() local
DPanelFolderChange.cpp391 int dotPos = -1; in Find_FileExtension_DotPos_in_path() local
495 int dotPos = Find_FileExtension_DotPos_in_path(path); in LoadFullPathAndShow() local
DSysIconUtils.cpp217 int dotPos = -1; in GetIconIndex() local
DAltStreamsFolder.cpp248 const int dotPos = name.ReverseFind_Dot(); in GetExtensionPtr() local
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javasymbolsolver_0_6_0/src/java-symbol-solver-core/com/github/javaparser/symbolsolver/javaparsermodel/contexts/
DCompilationUnitContext.java127 int dotPos = name.indexOf('.'); in solveType() local
/external/deqp/framework/delibs/decpp/
DdeFilePath.cpp164 size_t dotPos = baseName.find_last_of('.'); in getFileExtension() local
/external/lzma/CPP/7zip/Archive/7z/
D7zUpdate.cpp810 const int dotPos = ui.Name.ReverseFind_Dot(); in CRefItem() local
983 unsigned dotPos = pos; in IsExt_ExeUnix_NumericAllowed() local
1057 const int dotPos = ui.Name.ReverseFind_Dot(); in GetFilterGroup() local
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/javaparsermodel/contexts/
DCompilationUnitContext.java175 int dotPos = name.indexOf('.'); in solveType() local
/external/lzma/CPP/7zip/Archive/
DSplitHandler.cpp143 const int dotPos = name.ReverseFind_Dot(); in Open2() local
/external/lzma/CPP/7zip/UI/GUI/
DCompressDialog.cpp769 const int dotPos = s.ReverseFind_Dot(); in GetExtDotPos() local
779 const int dotPos = GetExtDotPos(fileName); in OnButtonSFX() local
965 const int dotPos = GetExtDotPos(path); in OnButtonSetArchive() local
978 const int dotPos = GetExtDotPos(path); in OnButtonSetArchive() local
1259 const int dotPos = GetExtDotPos(path); in ArcPath_WasChanged() local
1485 int dotPos = GetExtDotPos(fileName); in SetArchiveName() local
/external/skia/tools/sksl-minify/
DSkSLMinify.cpp53 size_t dotPos = path.find_last_of('.'); in remove_extension() local
/external/lzma/CPP/7zip/UI/Explorer/
DContextMenu.cpp450 int dotPos = arcName.ReverseFind_Dot(); in GetSubFolderNameForExtract() local
540 const int dotPos = name.ReverseFind_Dot(); in FindExt() local
/external/lzma/CPP/7zip/UI/Far/
DPluginWrite.cpp367 int dotPos = arcName.ReverseFind_Dot(); in SetArcName() local
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
DGenerateProductionData.java540 int dotPos = file.lastIndexOf('.'); in copyFilesAndReturnIsEmpty() local
/external/lzma/CPP/7zip/Archive/Wim/
DWimHandler.cpp843 int dotPos = name.ReverseFind_Dot(); in InitName() local

12