Searched refs:lastCharInExtension (Results 1 – 1 of 1) sorted by relevance
31 int lastCharInExtension = filename.lastIndexOf('#'); in getContentTypeFor() local32 if (lastCharInExtension < 0) { in getContentTypeFor()33 lastCharInExtension = filename.length(); in getContentTypeFor()38 ext = filename.substring(firstCharInExtension, lastCharInExtension); in getContentTypeFor()