Home
last modified time | relevance | path

Searched refs:charset (Results 1 – 12 of 12) sorted by relevance

/art/test/020-string/src/
DMain.java17 import java.nio.charset.Charset;
101 Charset charset = Charset.forName("UTF-8"); in constructorTest() local
119 String s8 = new String(byteArray, 3, 3, charset); in constructorTest()
120 String s9 = new String(byteArray, charset); in constructorTest()
/art/test/016-intern/src/
DMain.java44 a = (new java.nio.charset.IllegalCharsetNameException(null)).getMessage(); in main()
/art/test/062-character-encodings/src/
DMain.java1 import java.nio.charset.Charset;
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DStringDataItem.java22 import java.nio.charset.StandardCharsets;
/art/test/100-reflect2/
Dexpected-stdout.txt34charset.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 …
/art/test/953-invoke-polymorphic-compiler/src/
DMain.java25 import java.nio.charset.Charset;
26 import java.nio.charset.StandardCharsets;
/art/tools/ahat/src/main/com/android/ahat/heapdump/
DAhatArrayInstance.java19 import java.nio.charset.StandardCharsets;
DParser.java27 import java.nio.charset.StandardCharsets;
/art/build/boot/
Dboot-image-profile.txt682 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;)V
1436 HSPLjava/io/InputStreamReader;-><init>(Ljava/io/InputStream;Ljava/nio/charset/CharsetDecoder;)V
1733 HSPLjava/io/OutputStreamWriter;-><init>(Ljava/io/OutputStream;Ljava/nio/charset/Charset;)V
2402 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 …]
Dpreloaded-classes1092 java.nio.charset.CharacterCodingException
1093 java.nio.charset.Charset
1094 java.nio.charset.CharsetDecoder
1095 java.nio.charset.CharsetEncoder
1096 java.nio.charset.CoderMalfunctionError
1097 java.nio.charset.CoderResult$1
1098 java.nio.charset.CoderResult$2
1099 java.nio.charset.CoderResult$Cache
1100 java.nio.charset.CoderResult
1101 java.nio.charset.CodingErrorAction
[all …]
/art/build/boot/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt789 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 …]
/art/test/956-methodhandles/src/
DMain.java28 import java.nio.charset.Charset;
29 import java.nio.charset.StandardCharsets;