Searched refs:LONG_UNICODE_16 (Results 1 – 1 of 1) sorted by relevance
52 private final String LONG_UNICODE_16 = SHORT_UNICODE + SHORT_UNICODE + field in MimeMessageTest54 private final String LONG_UNICODE_64 = LONG_UNICODE_16 + LONG_UNICODE_16 +55 LONG_UNICODE_16 + LONG_UNICODE_16;206 message.setSubject(LONG_UNICODE_16); in testSetLongSubject()207 assertEquals("unicode readback 16", LONG_UNICODE_16, message.getSubject()); in testSetLongSubject()