OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MAX_USED_CHARACTERS
(Results
1 - 2
of
2
) sorted by null
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/codec/
EncoderUtil.java
59
private static final int
MAX_USED_CHARACTERS
= 50;
219
if (usedCharacters < 0 || usedCharacters >
MAX_USED_CHARACTERS
)
324
if (usedCharacters < 0 || usedCharacters >
MAX_USED_CHARACTERS
)
/prebuilts/tools/common/m2/repository/org/apache/james/apache-mime4j-core/0.7.2/
apache-mime4j-core-0.7.2.jar
Completed in 5050 milliseconds