Searched refs:charset (Results 1 – 12 of 12) 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;
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;
679 HSPLcom/android/okhttp/okio/Buffer;->readString(JLjava/nio/charset/Charset;)Ljava/lang/String;+]Lco…1377 HSPLjava/io/InputStreamReader;-><init>(Ljava/io/InputStream;Ljava/nio/charset/Charset;)V1378 HSPLjava/io/InputStreamReader;-><init>(Ljava/io/InputStream;Ljava/nio/charset/CharsetDecoder;)V1684 HSPLjava/io/OutputStreamWriter;-><init>(Ljava/io/OutputStream;Ljava/nio/charset/Charset;)V2333 HSPLjava/lang/String;->getBytes(Ljava/nio/charset/Charset;)[B+]Ljava/nio/charset/Charset;missing_ty…2453 …newStringFromBytes([BIILjava/nio/charset/Charset;)Ljava/lang/String;+]Ljava/nio/charset/Charset;Lc…2455 HSPLjava/lang/StringFactory;->newStringFromBytes([BLjava/nio/charset/Charset;)Ljava/lang/String;3354 …HeapCharBuffer;]Ljava/nio/ByteBuffer;Ljava/nio/HeapByteBuffer;]Ljava/nio/charset/CharsetDecoder;mi…3775 HSPLjava/nio/charset/Charset;-><init>(Ljava/lang/String;[Ljava/lang/String;)V3776 HSPLjava/nio/charset/Charset;->aliases()Ljava/util/Set;+]Ljava/util/HashSet;Ljava/util/HashSet;[all …]
932 java.nio.charset.CharacterCodingException933 java.nio.charset.Charset934 java.nio.charset.CharsetDecoder935 java.nio.charset.CharsetEncoder936 java.nio.charset.CoderMalfunctionError937 java.nio.charset.CoderResult$1938 java.nio.charset.CoderResult$2939 java.nio.charset.CoderResult$Cache940 java.nio.charset.CoderResult941 java.nio.charset.CodingErrorAction[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;