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

/opengrok-jel/src/org/opensolaris/opengrok/search/context/
H A DContext.java59 static final int MAXFILEREAD = 1024 * 1024; field in class:Context
88 buffer = new char[MAXFILEREAD];
229 if (charsRead == MAXFILEREAD) {
H A DPlainLineTokenizer.lex327 // the buffer is Context.MAXFILEREAD (which means that
330 && (yychar + yylength()) == Context.MAXFILEREAD)))
/opengrok-jel/test/org/opensolaris/opengrok/search/context/
H A DContextTest.java241 char[] chars = new char[Context.MAXFILEREAD];
245 Context.MAXFILEREAD - substring.length, substring.length);
266 // Context.MAXFILEREAD.
269 while (sb.length() <= Context.MAXFILEREAD) {

Completed in 9 milliseconds