Searched defs:ISO_8859_1 (Results 1 – 4 of 4) sorted by relevance
116 ISO_8859_1("ISO-8859-1"); enumConstant
33 public static final int ISO_8859_1 = 0x04; field in CharacterSets
71 protected static final Charset ISO_8859_1 = Charset.forName("ISO-8859-1"); field in InternalNano
60 static final Charset ISO_8859_1 = Charset.forName("ISO-8859-1"); field in Internal