Searched refs:csn (Results 1 – 1 of 1) sorted by relevance
249 private final void initEncoder(String csn) throws UnsupportedEncodingException { in initEncoder() argument251 mCharset = Charset.forName(csn).newEncoder(); in initEncoder()253 throw new UnsupportedEncodingException(csn); in initEncoder()