Searched defs:charset (Results 1 – 3 of 3) sorted by relevance
32 byte[] getEncodingBytes(String data, String charset); in getEncodingBytes()
91 public byte[] getEncodingBytes(String data, String charset) { in getEncodingBytes()
108 Charset charset = (alphabet != null) ? new RestrictedCharset() : StandardCharsets.US_ASCII; in setValue() local175 Charset charset = recodeValues ? new RestrictedCharset() : StandardCharsets.US_ASCII; in encodeValueCharacters() local267 Charset charset = recodeValues ? new RestrictedCharset() : StandardCharsets.US_ASCII; in decodeValueCharacters() local