HomeSort by relevance Sort by last modified time
    Searched full:terminatorlength (Results 1 - 1 of 1) sorted by null

  /libcore/luni/src/main/java/java/util/
Scanner.java 338 int terminatorLength = 0;
342 terminatorLength = matcher.end() - matcher.start();
365 buffer.limit(horizonLineSeparator + terminatorLength);
369 matcher.region(findStartIndex, horizonLineSeparator + terminatorLength);
376 findStartIndex += terminatorLength;
381 && (horizonLineSeparator + terminatorLength == matcher
    [all...]

Completed in 284 milliseconds