Searched refs:charset (Results 1 – 10 of 10) sorted by relevance
17 import java.nio.charset.Charset;101 Charset charset = Charset.forName("UTF-8"); in constructorTest() local119 String s8 = new String(byteArray, 3, 3, charset); in constructorTest()120 String s9 = new String(byteArray, charset); in constructorTest()
1 import java.nio.charset.Charset;
44 a = (new java.nio.charset.IllegalCharsetNameException(null)).getMessage(); in main()
22 import java.nio.charset.StandardCharsets;
34 …charset.Charset), public java.lang.String(byte[],java.lang.String) throws java.io.UnsupportedEncod…36 …ortedEncodingException, public byte[] java.lang.String.getBytes(java.nio.charset.Charset), public …
25 import java.nio.charset.Charset;26 import java.nio.charset.StandardCharsets;
19 import java.nio.charset.StandardCharsets;
27 import java.nio.charset.StandardCharsets;
37 import java.nio.charset.Charset;
27 import java.nio.charset.Charset;28 import java.nio.charset.StandardCharsets;