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

/opengrok-jel/jrcs/src/main/java/org/apache/commons/jrcs/diff/
H A DChunk.java89 * @param pos the start position in the text.
92 public Chunk(int pos, int count) argument
94 this.anchor = pos;
101 * @param pos the start position in the text.
104 public Chunk(Object[] iseq, int pos, int count) argument
106 this(pos, count);
107 chunk = slice(iseq, pos, count);
114 * @param pos the start position in the text.
118 public Chunk(Object[] iseq, int pos, int count, int offset) argument
121 chunk = slice(iseq, pos, coun
131 Chunk(List iseq, int pos, int count) argument
146 Chunk(List iseq, int pos, int count, int offset) argument
313 slice(List seq, int pos, int count) argument
330 slice(Object[] seq, int pos, int count) argument
[all...]
H A DDiff.java281 int pos = r.nextInt(result.size() + 1);
282 int len = Math.min(result.size() - pos, 1 + r.nextInt(4));
285 result.subList(pos, pos + len).clear();
289 for (int k = 0; k < len; k++, pos++)
291 result.add(pos,
/opengrok-jel/src/org/opensolaris/opengrok/analysis/
H A DExpandTabsReader.java43 private int pos; field in class:ExpandTabsReader
82 pos++;
91 int spaces = tabSize - (pos % tabSize);
92 pos++;
99 pos = 0;
101 pos++;
H A DTagFilter.java67 int pos = start;
69 while((c = this.read()) > -1 && n <= len && pos < buf.length) {
70 buf[pos++] = (char) c;
/opengrok-jel/src/org/opensolaris/opengrok/index/
H A DFilter.java199 int pos = 0;
205 pos += str.length();
207 if (pos < pattern.length()) {
209 if (pattern.charAt(pos) == '*') {
212 assert pattern.charAt(pos) == '?';
215 pos++;
/opengrok-jel/src/org/opensolaris/opengrok/history/
H A DRCSget.java108 public int read(byte[] buffer, int pos, int len) throws IOException { argument
109 return stream.read(buffer, pos, len);
/opengrok-jel/jrcs/src/main/java/org/apache/commons/jrcs/rcs/
H A DArchiveParserTokenManager.java9 private final int jjStopStringLiteralDfa_0(int pos, long active0) argument
11 switch (pos)
87 private final int jjStartNfa_0(int pos, long active0) argument
89 return jjMoveNfa_0(jjStopStringLiteralDfa_0(pos, active0), pos + 1);
91 private final int jjStopAtPos(int pos, int kind) argument
94 jjmatchedPos = pos;
95 return pos + 1;
97 private final int jjStartNfaWithStates_0(int pos, int kind, int state) argument
100 jjmatchedPos = pos;
[all...]
H A DVersion.java344 * @param pos the position.
347 public int at(int pos) argument
349 return numbers[pos];
/opengrok-jel/src/org/opensolaris/opengrok/web/
H A DUtil.java776 int pos = -1;
780 pos = i;
784 if (pos == -1) {
787 StringBuilder sb = new StringBuilder(q.substring(0, pos));
788 for (int i = pos; i < q.length(); i++ ) {
/opengrok-jel/lib/
H A Dservlet-api.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/servlet/http/ javax/servlet/resources/ javax/ ...
H A Dbcel-5.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...

Completed in 23 milliseconds