Home
last modified time | relevance | path

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

/external/apache-velocity-engine/velocity-engine-core/src/test/java/org/apache/velocity/io/
DUnicodeInputStreamTestCase.java76 testRun(UnicodeInputStream.UTF8_BOM, "Ich bin ein Test", in testRealUTF8WithBOM()
78 testRun(UnicodeInputStream.UTF8_BOM, "Ich bin ein Test", in testRealUTF8WithBOM()
85 testRun(UnicodeInputStream.UTF16BE_BOM, "Ich bin ein Test", in testRealUTF16BEWithBOM()
87 testRun(UnicodeInputStream.UTF16BE_BOM, "Ich bin ein Test", in testRealUTF16BEWithBOM()
94 testRun(UnicodeInputStream.UTF16LE_BOM, "Ich bin ein Test", in testRealUTF16LEWithBOM()
96 testRun(UnicodeInputStream.UTF16LE_BOM, "Ich bin ein Test", in testRealUTF16LEWithBOM()
103 testRun(UnicodeInputStream.UTF32BE_BOM, null, in testRealUTF32BEWithBOM()
105 testRun(UnicodeInputStream.UTF32BE_BOM, null, in testRealUTF32BEWithBOM()
112 testRun(UnicodeInputStream.UTF32LE_BOM, null, in testRealUTF32LEWithBOM()
114 testRun(UnicodeInputStream.UTF32LE_BOM, null, in testRealUTF32LEWithBOM()
[all …]
/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/runtime/resource/loader/
DResourceLoader.java24 import org.apache.velocity.io.UnicodeInputStream;
288 UnicodeInputStream inputStream = new UnicodeInputStream(rawStream); in buildReader()
293 …if (foundEncoding != null && encoding != null && !UnicodeInputStream.sameEncoding(foundEncoding, e… in buildReader()
/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/io/
DUnicodeInputStream.java44 public class UnicodeInputStream class
93 public UnicodeInputStream(final InputStream inputStream) in UnicodeInputStream() method in UnicodeInputStream
107 public UnicodeInputStream(final InputStream inputStream, boolean skipBOM) in UnicodeInputStream() method in UnicodeInputStream