Searched refs:csPos (Results 1 – 1 of 1) sorted by relevance
173 int csPos = contentType.indexOf(csIndicator); in getCharset() local174 return csPos < 0 ? null : contentType.substring(csPos + csIndicator.length()).trim(); in getCharset()