Searched refs:horizon (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/util/
H A DScanner.java1042 // Finds the specified pattern in the buffer up to horizon.
1044 private String findPatternInBuffer(Pattern pattern, int horizon) { argument
1050 if (horizon > 0) {
1051 horizonLimit = position + horizon;
1058 // The match may be longer if didn't hit horizon or real end
1067 // that it is at the horizon and the end of input is
1073 // Did not hit end, or hit real end, or hit horizon
1081 // If there is no specified horizon, or if we have not searched
1082 // to the specified horizon yet, get more input
1083 if ((horizon
1678 findWithinHorizon(String pattern, int horizon) argument
1712 findWithinHorizon(Pattern pattern, int horizon) argument
[all...]

Completed in 32 milliseconds