HomeSort by relevance Sort by last modified time
    Searched refs:splitOffset (Results 1 - 2 of 2) 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);
  /packages/services/Telephony/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 49 milliseconds