Searched refs:charset (Results 1 – 14 of 14) 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()
44 a = (new java.nio.charset.IllegalCharsetNameException(null)).getMessage(); in main()
1 import java.nio.charset.Charset;
22 import java.nio.charset.StandardCharsets;
25 import java.nio.charset.Charset;26 import java.nio.charset.StandardCharsets;
21 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 …
19 import java.nio.charset.StandardCharsets;
27 import java.nio.charset.StandardCharsets;
683 HSPLcom/android/okhttp/okio/Buffer;->readString(JLjava/nio/charset/Charset;)Ljava/lang/String;1361 HSPLjava/io/InputStreamReader;-><init>(Ljava/io/InputStream;Ljava/nio/charset/Charset;)V1362 HSPLjava/io/InputStreamReader;-><init>(Ljava/io/InputStream;Ljava/nio/charset/CharsetDecoder;)V1663 HSPLjava/io/OutputStreamWriter;-><init>(Ljava/io/OutputStream;Ljava/nio/charset/Charset;)V2353 HSPLjava/lang/String;->getBytes(Ljava/nio/charset/Charset;)[B2477 HSPLjava/lang/StringFactory;->newStringFromBytes([BIILjava/nio/charset/Charset;)Ljava/lang/String;2479 HSPLjava/lang/StringFactory;->newStringFromBytes([BLjava/nio/charset/Charset;)Ljava/lang/String;3487 HSPLjava/net/URLDecoder;->decode(Ljava/lang/String;Ljava/nio/charset/Charset;)Ljava/lang/String;3490 HSPLjava/net/URLEncoder;->encode(Ljava/lang/String;Ljava/nio/charset/Charset;)Ljava/lang/String;3852 HSPLjava/nio/charset/Charset;-><init>(Ljava/lang/String;[Ljava/lang/String;)V[all …]
1161 java.nio.charset.CharacterCodingException1162 java.nio.charset.Charset1163 java.nio.charset.CharsetDecoder1164 java.nio.charset.CharsetEncoder1165 java.nio.charset.CoderMalfunctionError1166 java.nio.charset.CoderResult$Cache1167 java.nio.charset.CoderResult1168 java.nio.charset.CodingErrorAction1169 java.nio.charset.IllegalCharsetNameException1170 java.nio.charset.StandardCharsets[all …]
789 Lcom/android/okhttp/MediaType;->charset()Ljava/nio/charset/Charset;790 Lcom/android/okhttp/MediaType;->charset(Ljava/nio/charset/Charset;)Ljava/nio/charset/Charset;791 Lcom/android/okhttp/MediaType;->charset:Ljava/lang/String;932 Lcom/android/okhttp/okio/Buffer;->readString(JLjava/nio/charset/Charset;)Ljava/lang/String;933 Lcom/android/okhttp/okio/Buffer;->readString(Ljava/nio/charset/Charset;)Ljava/lang/String;978 Lcom/android/okhttp/okio/Buffer;->writeString(Ljava/lang/String;IILjava/nio/charset/Charset;)Lcom/a…979 Lcom/android/okhttp/okio/Buffer;->writeString(Ljava/lang/String;IILjava/nio/charset/Charset;)Lcom/a…980 Lcom/android/okhttp/okio/Buffer;->writeString(Ljava/lang/String;Ljava/nio/charset/Charset;)Lcom/and…981 Lcom/android/okhttp/okio/Buffer;->writeString(Ljava/lang/String;Ljava/nio/charset/Charset;)Lcom/and…1008 Lcom/android/okhttp/okio/BufferedSink;->writeString(Ljava/lang/String;IILjava/nio/charset/Charset;)…[all …]
28 import java.nio.charset.Charset;29 import java.nio.charset.StandardCharsets;
97 import java.nio.charset.StandardCharsets;