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

/packages/apps/IM/libwbxml/src/
H A Dxml2wbxml.cpp166 int Xml2WbxmlEncoder::encode(const char * data, uint32_t dataLen, bool end) function in class:Xml2WbxmlEncoder
/packages/apps/Email/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...]

Completed in 115 milliseconds