Home | History | Annotate | Download | only in util

Lines Matching defs:hasNext

159             (first(UTF16.getLeadSurrogate(cp)).hasNext() ?
200 (next(UTF16.getLeadSurrogate(cp)).hasNext() ?
211 * if(!result.hasNext()) return Result.NO_MATCH;
461 public boolean hasNext() /*const*/ { return pos_>=0 || !stack_.isEmpty(); }