OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:encodeQ
(Results
1 - 2
of
2
) sorted by null
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/codec/
EncoderUtil.java
346
return
encodeQ
(prefix, text, usage, usedCharacters, charset, bytes);
401
public static String
encodeQ
(byte[] bytes, Usage usage) {
540
private static String
encodeQ
(String prefix, String text, Usage usage,
547
return prefix +
encodeQ
(bytes, usage) + ENC_WORD_SUFFIX;
553
String word1 =
encodeQ
(prefix, part1, usage, usedCharacters,
558
String word2 =
encodeQ
(prefix, part2, usage, 0, charset, bytes2);
/prebuilts/tools/common/m2/repository/org/apache/james/apache-mime4j-core/0.7.2/
apache-mime4j-core-0.7.2.jar
Completed in 408 milliseconds