Searched refs:charset (Results 1 – 20 of 20) sorted by relevance
22 import java.nio.charset.CharacterCodingException;23 import java.nio.charset.Charset;24 import java.nio.charset.CodingErrorAction;82 private static String decode(@Nonnull byte[] data, @Nonnull Charset charset) { in decode() argument84 return charset.newDecoder() in decode()91 if (charset.equals(Charsets.US_ASCII)) { in decode()94 return charset.decode(ByteBuffer.wrap(data)).toString(); in decode()108 Charset charset = flagsCharset(flags); in encode() local109 ByteBuffer bytes = charset.encode(name); in encode()
30 import java.nio.charset.Charset;85 public CharSource asCharSource(Charset charset) { in asCharSource() argument87 return get().asCharSource(charset); in asCharSource()
28 import java.nio.charset.Charset;99 public CharSource asCharSource(Charset charset) { in asCharSource() argument100 return get().asCharSource(charset); in asCharSource()
29 import java.nio.charset.Charset;30 import java.nio.charset.CodingErrorAction;31 import java.nio.charset.StandardCharsets;
129 form encoded using the JVM default charset, and, on Java 8130 and older, the form encoded using the console's charset.131 On Java 9, apksigner cannot detect the console's charset
31 import java.nio.charset.Charset;32 import java.nio.charset.StandardCharsets;
21 import java.nio.charset.StandardCharsets;
25 import java.nio.charset.StandardCharsets;
23 import java.nio.charset.StandardCharsets;
26 import java.nio.charset.StandardCharsets;
212 charset="{}{}{}".format(string.digits, argument218 charset = charset.replace(";", "")221 name.append(random.choice(charset))
19 import static java.nio.charset.StandardCharsets.UTF_8;
19 import static java.nio.charset.StandardCharsets.US_ASCII;
19 import java.nio.charset.StandardCharsets;
28 import java.nio.charset.StandardCharsets;
27 import java.nio.charset.StandardCharsets;
32 import java.nio.charset.StandardCharsets;