Lines Matching refs:null
71 /** The value of the token, or null for tokens without values. */
77 value = null;
85 this.value = value == null ? null : value.toString();
254 return current.set(WHITESPACE, null);
265 return current.set(EOF, null);
294 return current.set(EOL, null);
309 return current.set(EOF, null);
315 return current.set(EOL, null);
333 return current.set(EOF, null);
562 StringBuffer buffer = null;
567 if (buffer == null)
572 if (buffer == null)
573 return null;
581 * otherwise null be be returned.
582 * @return The byte array containing the decoded strings, or null if there
590 if (s == null) {
594 return null;
597 if (array == null)
605 * @return The byte array containing the decoded strings, or null if there
619 * otherwise null be be returned.
620 * @return The byte array containing the decoded strings, or null if there
628 if (s == null) {
632 return null;
635 if (array == null)
643 * @return The byte array containing the decoded strings, or null if there
663 if (array == null)
679 if (array == null)