Searched defs:detectingCharset (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/sun/nio/cs/
H A DNIOJISAutoDetectTest.java55 return detectingCharset(new byte[] {(byte)0xbb, (byte)0xdd,
60 return detectingCharset(new byte[] {(byte)0xa4, (byte)0xd2,
64 private static String detectingCharset(byte[] bytes) throws Exception { method in class:NIOJISAutoDetectTest

Completed in 28 milliseconds