Searched defs:UTF_32LE (Results 1 – 6 of 6) sorted by relevance
58 …public static final ByteOrderMark UTF_32LE = new ByteOrderMark("UTF-32LE", 0xFF, 0xFE, 0x00, 0x00); field in ByteOrderMark
527 ByteOrderMark.UTF_32LE)) { in testReadWithBOMUtf32Le()656 …InputStream in = new BOMInputStream(createUtf32LeDataStream(data, true), ByteOrderMark.UTF_32LE)) { in testReadXmlWithBOMUtf32Le()
53 private static final String UTF_32LE = "UTF-32LE"; field in XmlStreamReaderTest
13 #define UTF_32LE 0303 macro
87 private static final String UTF_32LE = "UTF-32LE"; field in XmlStreamReader
85 private static final String UTF_32LE = "UTF-32LE"; field in XmlStreamReader