Searched defs:end (Results 1 - 6 of 6) sorted by relevance

/opengrok-jel/src/org/opensolaris/opengrok/search/
H A DResults.java136 * @param end index of the last hit to print
142 int end)
154 createMap(sh.searcher, sh.hits, start, end).entrySet())
141 prettyPrint(Writer out, SearchHelper sh, int start, int end) argument
H A DSearchEngine.java319 * this method will requery if end end is more than first query from search,
322 * also end has to be bigger than start !
324 * @param end end of the hit list
325 * @param ret list of results from start to end or null/empty if no search
328 public void results(int start, int end, List<Hit> ret) { argument
331 if (hits == null || (end < start) ) {
338 // TODO check if below fits for if end=old hits.length, or it should
340 if (end > hit
[all...]
/opengrok-jel/src/org/opensolaris/opengrok/analysis/
H A DJFlexTokenizer.java70 * method will return the end of file value.
114 /** start and end character offset of the current Token */
136 * @param end the end position of the current Token
141 protected void setAttribs(String str, int start, int end) { argument
147 this.offsetAtt.setOffset(start, end);
/opengrok-jel/src/org/opensolaris/opengrok/search/context/
H A DHistoryContext.java199 int end = tokens.getMatchEnd();
202 writeMatch(sb, line, start, end, true, path,
206 writeMatch(out, line, start, end, false, path,
234 * @param end position of the first char after the match
243 int end, boolean flatten, String path, String wcontext, String nrev,
247 String match = line.substring(start, end);
248 String suffix = line.substring(end);
242 writeMatch(Appendable out, String line, int start, int end, boolean flatten, String path, String wcontext, String nrev, String rev) argument
/opengrok-jel/jrcs/src/main/java/org/apache/commons/jrcs/rcs/
H A DArchiveParserTokenManager.java382 private final void jjAddStates(int start, int end) argument
386 } while (start++ != end);
393 private final void jjCheckNAddStates(int start, int end) argument
397 } while (start++ != end);
/opengrok-jel/lib/
H A Dbcel-5.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...

Completed in 1028 milliseconds