Searched refs:ISO_8859_1 (Results 1 – 8 of 8) sorted by relevance
33 public static final int ISO_8859_1 = 0x04; field in CharacterSets59 ISO_8859_1,
281 public static final int ISO_8859_1 = 0x04; field in CharacterSets315 ISO_8859_1,
163 StandardCharsets.ISO_8859_1)); in getResponse()190 digester.update(s.getBytes(StandardCharsets.ISO_8859_1)); in getMd5()
60 CharsetEncoder encoder = StandardCharsets.ISO_8859_1.newEncoder(); in isIso88591()
367 getStringBytes(mSubject, CharacterSets.ISO_8859_1), mSubjectCharset); in load()966 getStringBytes(cursor.getString(INDEX_ADDRESS), CharacterSets.ISO_8859_1), in get()
1083 public static final java.nio.charset.Charset ISO_8859_1 = java.nio.charset.Charset field in CharsetUtil
605 return ascii ? CharsetUtil.US_ASCII : CharsetUtil.ISO_8859_1; in determineCharset()
2007 return new String(data, pos + 3, numBytes, StandardCharsets.ISO_8859_1); in extractText()