Searched refs:cs (Results 51 - 75 of 681) sorted by relevance

1234567891011>>

/openjdk7/jdk/test/sun/nio/cs/OLD/
H A DEUC_CN_OLD.java29 import sun.nio.cs.HistoricallyNamedCharset;
44 public boolean contains(Charset cs) { argument
45 return ((cs instanceof EUC_CN_OLD)
46 || (cs.name().equals("US-ASCII")));
1076 public Decoder(Charset cs) { argument
1077 super(cs,
4266 public Encoder(Charset cs) { argument
4267 super(cs,
H A DEUC_KR_OLD.java30 //package sun.nio.cs.ext;
36 import sun.nio.cs.HistoricallyNamedCharset;
50 public boolean contains(Charset cs) { argument
51 return ((cs instanceof EUC_KR_OLD)
52 || (cs.name().equals("US-ASCII")));
66 * converters co-exist with the sun.nio.cs.{ext} charset coders
1190 public Decoder(Charset cs) { argument
1191 super(cs,
5924 public Encoder(Charset cs) { argument
5925 super(cs,
[all...]
H A DIBM1383_OLD.java34 import sun.nio.cs.HistoricallyNamedCharset;
35 import sun.nio.cs.ext.*;
51 public boolean contains(Charset cs) { argument
52 return (cs instanceof IBM1383);
85 public Decoder(Charset cs) { argument
86 super(cs);
1228 public Encoder(Charset cs) { argument
1229 super(cs);
H A DIBM942C_OLD.java33 import sun.nio.cs.HistoricallyNamedCharset;
46 public boolean contains(Charset cs) { argument
47 return ((cs.name().equals("US-ASCII"))
48 || (cs instanceof IBM942C_OLD));
69 public Decoder(Charset cs) { argument
70 super(cs, singleByteToChar);
100 public Encoder(Charset cs) { argument
101 super(cs, index1, index2a);
H A DIBM943C_OLD.java34 import sun.nio.cs.HistoricallyNamedCharset;
47 public boolean contains(Charset cs) { argument
48 return ((cs.name().equals("US-ASCII"))
49 || (cs instanceof IBM943C_OLD));
70 public Decoder(Charset cs) { argument
71 super(cs, singleByteToChar);
99 public Encoder(Charset cs) { argument
100 super(cs, index1, index2a);
H A DIBM949C_OLD.java34 import sun.nio.cs.HistoricallyNamedCharset;
47 public boolean contains(Charset cs) { argument
48 return ((cs.name().equals("US-ASCII"))
49 || (cs instanceof IBM949C_OLD));
82 public Decoder(Charset cs) { argument
83 super(cs, singleByteToChar);
880 public Encoder(Charset cs) { argument
881 super(cs, index2a);
H A DMS936_OLD.java30 //package sun.nio.cs.ext;
35 import sun.nio.cs.HistoricallyNamedCharset;
49 public boolean contains(Charset cs) { argument
50 return ((cs.name().equals("US-ASCII"))
51 || (cs instanceof MS936_OLD));
65 * converters co-exist with the sun.nio.cs.{ext} charset coders
3165 public Decoder(Charset cs) { argument
3166 super(cs,
6803 public Encoder(Charset cs) { argument
6804 super(cs,
[all...]
H A DMS950_OLD.java32 import sun.nio.cs.HistoricallyNamedCharset;
47 public boolean contains(Charset cs) { argument
48 return ((cs.name().equals("US-ASCII"))
49 || (cs instanceof MS950_OLD));
63 * converters co-exist with the sun.nio.cs.{ext} charset coders
3166 public Decoder(Charset cs) { argument
3167 super(cs,
7159 public Encoder(Charset cs) { argument
7160 super(cs,
H A DIBM1381_OLD.java35 import sun.nio.cs.HistoricallyNamedCharset;
36 import sun.nio.cs.ext.*;
51 public boolean contains(Charset cs) { argument
52 return (cs instanceof IBM1381);
66 * converters co-exist with the sun.nio.cs.{ext} charset coders
101 public Decoder(Charset cs) { argument
102 super(cs);
1411 public Encoder(Charset cs) { argument
1412 super(cs);
1421 protected Encoder(Charset cs, shor argument
[all...]
H A DIBM930_OLD.java35 import sun.nio.cs.HistoricallyNamedCharset;
36 import sun.nio.cs.ext.*;
50 public boolean contains(Charset cs) { argument
51 return (cs instanceof IBM930);
65 * converters co-exist with the sun.nio.cs.{ext} charset coders
100 public Decoder(Charset cs) { argument
101 super(cs);
1494 public Encoder(Charset cs) { argument
1495 super(cs);
1504 protected Encoder(Charset cs, shor argument
[all...]
/openjdk7/jdk/src/share/classes/sun/io/
H A DByteToCharBig5.java29 import sun.nio.cs.ext.DoubleByte;
30 import sun.nio.cs.ext.Big5;
H A DByteToCharBig5_Solaris.java28 import sun.nio.cs.ext.DoubleByte;
29 import sun.nio.cs.ext.Big5_Solaris;
H A DCharToByteBig5.java29 import sun.nio.cs.ext.DoubleByte;
30 import sun.nio.cs.ext.Big5;
H A DCharToByteBig5_HKSCS.java28 import sun.nio.cs.ext.DoubleByte;
29 import sun.nio.cs.ext.Big5_HKSCS;
H A DCharToByteBig5_Solaris.java28 import sun.nio.cs.ext.DoubleByte;
29 import sun.nio.cs.ext.Big5_Solaris;
H A DCharToByteMS950_HKSCS.java28 import sun.nio.cs.ext.DoubleByte;
29 import sun.nio.cs.ext.MS950_HKSCS;
/openjdk7/jdk/src/share/classes/sun/nio/cs/ext/
H A DISO2022_CN_CNS.java29 package sun.nio.cs.ext;
37 import sun.nio.cs.HistoricallyNamedCharset;
45 public boolean contains(Charset cs) { argument
47 return ((cs instanceof EUC_TW) ||
48 (cs.name().equals("US-ASCII")) ||
49 (cs instanceof ISO2022_CN_CNS));
66 public Encoder(Charset cs) argument
68 super(cs);
H A DJIS_X_0208_Encoder.java29 package sun.nio.cs.ext;
47 public JIS_X_0208_Encoder(Charset cs) { argument
48 super(cs,
54 public JIS_X_0208_Encoder(Charset cs, float avg, float max) { argument
55 super(cs,
70 * converters co-exist with the sun.nio.cs.{ext} charset coders
/openjdk7/jdk/test/sun/nio/cs/
H A DTestX11JIS0201.java49 Charset cs = (Charset)cl.newInstance();
50 if (! cs.name().equals("X11JIS0201")){
H A DFindASCIIReplBugs.java41 Charset cs = e.getValue();
42 if (!cs.contains(ascii) ||
46 if (! cs.canEncode()) continue;
50 if (!cs.newEncoder().isLegalReplacement (sc_subs) ||
51 !cs.newEncoder().isLegalReplacement (mc_subs)) {
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DINVOKESTATIC.java82 Class[] cs = new Class[2 + ExceptionConstants.EXCS_FIELD_AND_METHOD_RESOLUTION.length];
85 cs, 0, ExceptionConstants.EXCS_FIELD_AND_METHOD_RESOLUTION.length);
87 cs[ExceptionConstants.EXCS_FIELD_AND_METHOD_RESOLUTION.length] = ExceptionConstants.UNSATISFIED_LINK_ERROR;
88 cs[ExceptionConstants.EXCS_FIELD_AND_METHOD_RESOLUTION.length+1] = ExceptionConstants.INCOMPATIBLE_CLASS_CHANGE_ERROR;
90 return cs;
/openjdk7/jdk/src/solaris/classes/sun/awt/motif/
H A DX11GB18030_0.java31 import sun.nio.cs.ext.DoubleByteEncoder;
49 public boolean contains(Charset cs) { argument
50 return cs instanceof X11GB18030_0;
54 public Encoder(Charset cs) { argument
55 super(cs, index1, index2);
H A DX11Johab.java31 import sun.nio.cs.ext.DoubleByteEncoder;
46 public boolean contains(Charset cs) { argument
47 return cs instanceof X11GB18030_1;
51 public Encoder(Charset cs) { argument
52 super(cs, index1, index2);
/openjdk7/jdk/src/share/classes/java/security/
H A DSecureClassLoader.java125 * @param cs the associated CodeSource, or <code>null</code> if none
140 CodeSource cs)
142 return defineClass(name, b, off, len, getProtectionDomain(cs));
160 * @param cs the associated CodeSource, or <code>null</code> if none
172 CodeSource cs)
174 return defineClass(name, b, getProtectionDomain(cs));
198 private ProtectionDomain getProtectionDomain(CodeSource cs) { argument
199 if (cs == null)
204 pd = pdcache.get(cs);
206 PermissionCollection perms = getPermissions(cs);
138 defineClass(String name, byte[] b, int off, int len, CodeSource cs) argument
171 defineClass(String name, java.nio.ByteBuffer b, CodeSource cs) argument
[all...]
/openjdk7/jdk/make/tools/CharsetMapping/
H A DSingleByte-X.java.template31 import sun.nio.cs.StandardCharsets;
32 import sun.nio.cs.SingleByte;
33 import sun.nio.cs.HistoricallyNamedCharset;
34 import static sun.nio.cs.CharsetMapping.*;
46 public boolean contains(Charset cs) {

Completed in 847 milliseconds

1234567891011>>