Home
last modified time | relevance | path

Searched refs:splitOffset (Results 1 – 1 of 1) sorted by relevance

/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/codec/
DEncoderUtil.java521 int splitOffset = text.offsetByCodePoints(text.length() / 2, -1); in encodeB() local
523 String part1 = text.substring(0, splitOffset); in encodeB()
528 String part2 = text.substring(splitOffset); in encodeB()
549 int splitOffset = text.offsetByCodePoints(text.length() / 2, -1); in encodeQ() local
551 String part1 = text.substring(0, splitOffset); in encodeQ()
556 String part2 = text.substring(splitOffset); in encodeQ()