Searched defs:first (Results 1 - 6 of 6) sorted by relevance

/javamail/mail/src/test/java/com/sun/mail/imap/
H A DIMAPCloseFailureTest.java63 static boolean first = true; field in class:IMAPCloseFailureTest.NoIMAPHandler
66 if (first)
70 first = false;
75 static boolean first = true; field in class:IMAPCloseFailureTest.BadIMAPHandler
78 if (first)
82 first = false;
/javamail/mail/src/test/java/com/sun/mail/pop3/
H A DPOP3FolderClosedExceptionTest.java96 // first attempt detects error return from server
119 * Custom handler. Returns ERR for RETR the first time,
124 private boolean first = true; field in class:POP3FolderClosedExceptionTest.POP3HandlerTimeoutBody
131 if (first) {
133 first = false;
/javamail/mail/src/main/java/com/sun/mail/imap/protocol/
H A DMailboxInfo.java66 /** The first unseen message. */
67 public int first = -1; field in class:MailboxInfo
131 first = ir.readNumber();
/javamail/android/activation/src/main/java/com/sun/activation/registries/
H A DMailcapFile.java129 // first try the literal
162 // first try the literal
210 * Merge the first hash into the second.
215 private Map mergeResults(Map first, Map second) { argument
217 Map clonedHash = new HashMap(first);
476 // first, merge list of classes for commands already known
/javamail/mail/src/main/java/javax/mail/internet/
H A DMimeUtility.java74 * yet a widely used charset, one might want to first charset-encode
471 * characters, it is first character-encoded using the platform's
512 * characters, it is first character-encoded using the specified
668 * characters, it is first character-encoded using the platform's
694 * characters, it is first character-encoded using the specified
771 boolean first, boolean encodingWord, StringBuffer buf)
793 avail, prefix, first, encodingWord, buf);
813 if (!first) // not the first line of this sequence
952 // find first '
769 doEncode(String string, boolean b64, String jcharset, int avail, String prefix, boolean first, boolean encodingWord, StringBuffer buf) argument
[all...]
H A DMailDateFormat.java118 * Universal Time. The first two digits indicate the number of hours
754 final boolean skipPair(char first, char second) { argument
755 if (skipChar(first)) {

Completed in 39 milliseconds