HomeSort by relevance Sort by last modified time
    Searched full:splitoffset (Results 1 - 1 of 1) sorted by null

  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/codec/
EncoderUtil.java 521 int splitOffset = text.offsetByCodePoints(text.length() / 2, -1);
523 String part1 = text.substring(0, splitOffset);
528 String part2 = text.substring(splitOffset);
549 int splitOffset = text.offsetByCodePoints(text.length() / 2, -1);
551 String part1 = text.substring(0, splitOffset);
556 String part2 = text.substring(splitOffset);

Completed in 751 milliseconds