Home
last modified time | relevance | path

Searched refs:STR_ISO_8859_1 (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/util/src/android/util/cts/
DXmlEncodingTest.java46 private static final String STR_ISO_8859_1 = "ISO-8859-1"; field in XmlEncodingTest
179 Xml.parse(new ByteArrayInputStream(sourceStr.getBytes(STR_ISO_8859_1)), in testValueOf()