Searched defs:part1 (Results 1 – 4 of 4) sorted by relevance
523 String part1 = text.substring(0, splitOffset); in encodeB() local551 String part1 = text.substring(0, splitOffset); in encodeQ() local
153 String part1 = schemeParts[1]; in getSchemeFlags() local
875 final Part part1 = mimeMultipart.getBodyPart(0); in testFetchBodyStructureMultipart() local1037 Part part1 = mimeMultipart.getBodyPart(1); in testFetchAttachment() local
562 private String join(String prefix, String part1, String part2, String part3, String suffix, in join()