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

/opengrok-sun/src/org/opensolaris/opengrok/search/
H A DResults.java142 * @param end index of the last hit to print
148 int end)
159 createMap(sh.searcher, sh.hits, start, end).entrySet()) {
147 prettyPrint(Writer out, SearchHelper sh, int start, int end) argument
H A DSearchEngine.java287 * this method will requery if end end is more than first query from search,
289 * number of cachePages also end has to be bigger than start !
292 * @param end end of the hit list
293 * @param ret list of results from start to end or null/empty if no search
296 public void results(int start, int end, List<Hit> ret) { argument
299 if (hits == null || (end < start)) {
306 //TODO check if below fits for if end=old hits.length, or it should include it
307 if (end > hit
[all...]
/opengrok-sun/src/org/opensolaris/opengrok/analysis/
H A DJFlexTokenizer.java97 * end of input Reader ...
107 protected void setAttribs(String str, int start, int end) { argument
114 this.offsetAtt.setOffset(start, end);
/opengrok-sun/src/org/opensolaris/opengrok/search/context/
H A DHistoryContext.java161 int end = tokens.getMatchEnd();
164 writeMatch(sb, line, start, end, true,path,wcontext,nrev,rev);
167 writeMatch(out, line, start, end, false,path,wcontext,nrev,rev);
193 * @param end position of the first char after the match
202 int start, int end, boolean flatten, String path, String wcontext, String nrev, String rev)
205 String match = line.substring(start, end);
206 String suffix = line.substring(end);
201 writeMatch(Appendable out, String line, int start, int end, boolean flatten, String path, String wcontext, String nrev, String rev) argument
/opengrok-sun/jrcs/src/main/java/org/apache/commons/jrcs/rcs/
H A DArchiveParserTokenManager.java386 private final void jjAddStates(int start, int end) argument
390 } while (start++ != end);
397 private final void jjCheckNAddStates(int start, int end) argument
401 } while (start++ != end);
/opengrok-sun/lib/
H A Dbcel-5.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...

Completed in 1574 milliseconds