Searched refs:dotIndex (Results 1 – 1 of 1) sorted by relevance
41 int dotIndex = -1; in getContentTypeFor() local43 String ext = filename.substring(dotIndex + 1); in getContentTypeFor()48 (slashIndex < 0 || dotIndex >= 0)) { in getContentTypeFor()51 dotIndex = filename.indexOf('.', dotIndex + 1); in getContentTypeFor()52 } while (dotIndex >= 0); in getContentTypeFor()