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 351 int terminatorLength = 0;
355 terminatorLength = matcher.end() - matcher.start();
378 buffer.limit(horizonLineSeparator + terminatorLength);
382 matcher.region(findStartIndex, horizonLineSeparator + terminatorLength);
389 findStartIndex += terminatorLength;
394 && (horizonLineSeparator + terminatorLength == matcher
    [all...]

Completed in 119 milliseconds