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