Searched refs:charset (Results 1 – 25 of 80) sorted by relevance
1234
26 import java.nio.charset.CharacterCodingException;27 import java.nio.charset.Charset;28 import java.nio.charset.CharsetDecoder;29 import java.nio.charset.CharsetEncoder;30 import java.nio.charset.CoderResult;31 import java.nio.charset.StandardCharsets;107 Charset charset = (alphabet != null) ? new RestrictedCharset() : StandardCharsets.US_ASCII; in setValue() local108 charset.newEncoder().encode(CharBuffer.wrap(value)); in setValue()174 Charset charset = recodeValues ? new RestrictedCharset() : StandardCharsets.US_ASCII; in encodeValueCharacters() local175 ByteBuffer buffer = charset.newEncoder().encode(CharBuffer.wrap(value)); in encodeValueCharacters()[all …]
23 import java.nio.charset.StandardCharsets;
22 import java.nio.charset.StandardCharsets;
27 import java.nio.charset.Charset;
26 import java.nio.charset.StandardCharsets;
25 import java.nio.charset.Charset;
21 import java.nio.charset.StandardCharsets;
30 import java.nio.charset.Charset;
29 import java.nio.charset.StandardCharsets;
31 import java.nio.charset.Charset;
33 import java.nio.charset.Charset;
27 import java.nio.charset.StandardCharsets;
58 import java.nio.charset.CharacterCodingException;59 import java.nio.charset.CharsetDecoder;60 import java.nio.charset.StandardCharsets;
23 import java.nio.charset.Charset;
28 import java.nio.charset.Charset;
34 import java.nio.charset.StandardCharsets;
4 import java.nio.charset.Charset;
37 import java.nio.charset.StandardCharsets;
37 import java.nio.charset.Charset;
39 import java.nio.charset.StandardCharsets;
32 import java.nio.charset.Charset;
48 import java.nio.charset.StandardCharsets;