Searched refs:lastDot (Results 1 – 7 of 7) sorted by relevance
329 int lastDot = path.lastIndexOf('.'); in getFileTitle() local330 if (lastDot > 0) { in getFileTitle()331 path = path.substring(0, lastDot); in getFileTitle()340 int lastDot = path.lastIndexOf('.'); in getFileExtension() local341 if (lastDot >= 0) { in getFileExtension()342 return path.substring(lastDot + 1); in getFileExtension()
42 size_t lastDot = name.rfind('.', firstSlash); in isVintfDeclared() local43 if (firstSlash == std::string::npos || lastDot == std::string::npos) { in isVintfDeclared()48 const std::string package = name.substr(0, lastDot); in isVintfDeclared()49 const std::string iface = name.substr(lastDot+1, firstSlash-lastDot-1); in isVintfDeclared()
1135 final int lastDot = displayName.lastIndexOf('.'); in buildUniqueFile() local1136 if (lastDot >= 0) { in buildUniqueFile()1137 name = displayName.substring(0, lastDot); in buildUniqueFile()1138 ext = displayName.substring(lastDot + 1); in buildUniqueFile()1166 final int lastDot = displayName.lastIndexOf('.'); in splitFileName() local1167 if (lastDot >= 0) { in splitFileName()1168 name = displayName.substring(0, lastDot); in splitFileName()1169 ext = displayName.substring(lastDot + 1); in splitFileName()
497 final int lastDot = documentId.lastIndexOf('.'); in getDocumentType() local498 if (lastDot >= 0) { in getDocumentType()499 final String extension = documentId.substring(lastDot + 1).toLowerCase(); in getDocumentType()
115 final int lastDot = name.lastIndexOf('.'); in deriveCodePathName() local116 return name.substring(0, lastDot); in deriveCodePathName()
1620 final int lastDot = data.lastIndexOf('.'); in extractFileExtension() local1621 if (lastDot == -1) { in extractFileExtension()1624 return data.substring(lastDot + 1); in extractFileExtension()
META-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/ ...