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;
682 HSPLcom/android/okhttp/okio/Buffer;->readString(JLjava/nio/charset/Charset;)Ljava/lang/String;1435 HSPLjava/io/InputStreamReader;-><init>(Ljava/io/InputStream;Ljava/nio/charset/Charset;)V1436 HSPLjava/io/InputStreamReader;-><init>(Ljava/io/InputStream;Ljava/nio/charset/CharsetDecoder;)V1733 HSPLjava/io/OutputStreamWriter;-><init>(Ljava/io/OutputStream;Ljava/nio/charset/Charset;)V2402 HSPLjava/lang/String;->getBytes(Ljava/nio/charset/Charset;)[B+]Ljava/nio/charset/Charset;missing_ty…2522 …newStringFromBytes([BIILjava/nio/charset/Charset;)Ljava/lang/String;+]Ljava/nio/charset/Charset;Lc…2524 HSPLjava/lang/StringFactory;->newStringFromBytes([BLjava/nio/charset/Charset;)Ljava/lang/String;3506 HSPLjava/net/URLDecoder;->decode(Ljava/lang/String;Ljava/nio/charset/Charset;)Ljava/lang/String;+]L…3509 HSPLjava/net/URLEncoder;->encode(Ljava/lang/String;Ljava/nio/charset/Charset;)Ljava/lang/String;+]L…3860 HSPLjava/nio/charset/Charset;-><init>(Ljava/lang/String;[Ljava/lang/String;)V[all …]
1092 java.nio.charset.CharacterCodingException1093 java.nio.charset.Charset1094 java.nio.charset.CharsetDecoder1095 java.nio.charset.CharsetEncoder1096 java.nio.charset.CoderMalfunctionError1097 java.nio.charset.CoderResult$11098 java.nio.charset.CoderResult$21099 java.nio.charset.CoderResult$Cache1100 java.nio.charset.CoderResult1101 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;