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

/openjdk7/jdk/test/java/io/pathNames/win32/
H A DSJIS.java34 public class SJIS { class
48 that use the SJIS encoding */
51 if ((enc == null) || !enc.equals("SJIS")) return;
/openjdk7/jdk/src/share/classes/sun/nio/cs/ext/
H A DSJIS.java39 public class SJIS class in inherits:Charset,HistoricallyNamedCharset
44 public SJIS() { method in class:SJIS
49 return "SJIS";
55 || (cs instanceof SJIS)
146 * We bail here because the JIS -> SJIS algorithm produces
147 * bogus SJIS values for invalid JIS input. Zero should be
153 * This algorithm for converting from JIS to SJIS comes from

Completed in 40 milliseconds