Searched defs:encode (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Exchange/src/com/android/exchange/utility/
H A DUriCodec.java31 * <p>By default, UTF-8 is used to encode escaped characters. A single input
132 public final String encode(String s, Charset charset) { method in class:UriCodec
/packages/apps/Settings/src/com/android/settings/vpn2/
H A DVpnProfile.java103 byte[] encode() { method in class:VpnProfile
/packages/apps/Email/emailcommon/src/org/apache/james/mime4j/codec/
H A DEncoderUtil.java117 * display-name to encode.
143 * the local part to encode
185 * text to encode.
253 * The charset to encode the specified text into a byte array and the
260 * text to encode.
277 * The charset to encode the specified text into a byte array and the
281 * text to encode.
302 * text to encode.
309 * the Java charset that should be used to encode the specified
336 byte[] bytes = encode(tex
584 private static byte[] encode(String text, Charset charset) { method in class:EncoderUtil
[all...]
/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
H A DUtility.java382 private static byte[] encode(Charset charset, String s) { method in class:Utility
386 final ByteBuffer buffer = charset.encode(CharBuffer.wrap(s));
402 return encode(UTF_8, s);
412 return encode(ASCII, s);

Completed in 163 milliseconds