Searched refs:charset (Results 1 – 25 of 53) sorted by relevance
123
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;
27 import java.nio.charset.Charset;
32 import java.nio.charset.StandardCharsets;
21 import java.nio.charset.StandardCharsets;
28 import java.nio.charset.StandardCharsets;
31 import java.nio.charset.Charset;
33 import java.nio.charset.Charset;
31 import java.nio.charset.StandardCharsets;
37 import java.nio.charset.Charset;
27 import java.nio.charset.StandardCharsets;
34 import java.nio.charset.StandardCharsets;
30 import java.nio.charset.Charset;
32 import java.nio.charset.Charset;
35 import java.nio.charset.Charset;
24 import java.nio.charset.StandardCharsets;
53 import java.nio.charset.CharacterCodingException;54 import java.nio.charset.CharsetDecoder;55 import java.nio.charset.StandardCharsets;
49 import java.nio.charset.Charset;
48 import java.nio.charset.StandardCharsets;
30 import java.nio.charset.StandardCharsets;
54 import java.nio.charset.StandardCharsets;
45 import java.nio.charset.StandardCharsets;
39 import java.nio.charset.Charset;
43 import java.nio.charset.Charset;