Searched refs:STR_ISO_8859_1 (Results 1 – 1 of 1) sorted by relevance
46 private static final String STR_ISO_8859_1 = "ISO-8859-1"; field in XmlEncodingTest179 Xml.parse(new ByteArrayInputStream(sourceStr.getBytes(STR_ISO_8859_1)), in testValueOf()