Searched defs:secondType (Results 1 – 2 of 2) sorted by relevance
633 int secondType = path.lastIndexOf("[@type=\""); in getLastType() local646 int secondType = path.indexOf("\"]/"); in getMainType() local
1386 private static int checkContentTypeConsistency(int firstType, int secondType) { in checkContentTypeConsistency()