Searched refs:CS (Results 1 – 7 of 7) sorted by relevance
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/ |
D | UTF16CharsetEncoderTest.java | 32 private static final Charset CS = Charset.forName("utf-16"); field in UTF16CharsetEncoderTest 34 private static final CharsetDecoder decoder = CS.newDecoder(); 40 cs = CS; in setUp()
|
D | GBCharsetEncoderTest.java | 29 private static final Charset CS = Charset.forName("gb18030"); field in GBCharsetEncoderTest 35 cs = CS; in setUp()
|
D | UTFCharsetEncoderTest.java | 29 private static final Charset CS = Charset.forName("utf-8"); field in UTFCharsetEncoderTest 35 cs = CS; in setUp()
|
D | UTF16BECharsetEncoderTest.java | 29 private static final Charset CS = Charset.forName("utf-16be"); field in UTF16BECharsetEncoderTest 35 cs = CS; in setUp()
|
D | UTF16LECharsetEncoderTest.java | 29 private static final Charset CS = Charset.forName("utf-16le"); field in UTF16LECharsetEncoderTest 35 cs = CS; in setUp()
|
D | ISOCharsetEncoderTest.java | 33 private static final Charset CS = Charset.forName("iso-8859-1"); field in ISOCharsetEncoderTest 39 cs = CS; in setUp()
|
/libcore/luni/src/test/java/libcore/java/util/ |
D | EnumSetTest.java | 104 IN, SN, SB, TE, I, XE, CS, BA, LA, CE, PR, ND, PM, SM, EU, GD, TB, DY, HO, ER, TM, YB, LU, enumConstant
|