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

/openjdk9/jdk/src/jdk.jdi/share/classes/com/sun/tools/example/debug/expr/
H A DASCII_UCodeESC_CharStream.java99 private int bufcolumn[]; field in class:ASCII_UCodeESC_CharStream
134 System.arraycopy(bufcolumn, tokenBegin, newbufcolumn, 0, bufsize - tokenBegin);
135 System.arraycopy(bufcolumn, 0, newbufcolumn, bufsize - tokenBegin, bufpos);
136 bufcolumn = newbufcolumn;
148 System.arraycopy(bufcolumn, tokenBegin, newbufcolumn, 0, bufsize - tokenBegin);
149 bufcolumn = newbufcolumn;
189 bufcolumn[bufpos] = column;
275 bufcolumn[bufpos] = column;
372 return bufcolumn[bufpos];
385 return bufcolumn[bufpo
[all...]
H A DJavaCharStream.java94 protected int bufcolumn[]; field in class:JavaCharStream
132 System.arraycopy(bufcolumn, tokenBegin, newbufcolumn, 0, bufsize - tokenBegin);
133 System.arraycopy(bufcolumn, 0, newbufcolumn, bufsize - tokenBegin, bufpos);
134 bufcolumn = newbufcolumn;
146 System.arraycopy(bufcolumn, tokenBegin, newbufcolumn, 0, bufsize - tokenBegin);
147 bufcolumn = newbufcolumn;
187 bufcolumn[bufpos] = column;
278 bufcolumn[bufpos] = column;
381 return bufcolumn[bufpos];
395 return bufcolumn[bufpo
[all...]
/openjdk9/jaxws/src/jdk.xml.bind/share/classes/com/sun/xml/internal/rngom/parse/compact/
H A DUCode_UCodeESC_CharStream.java113 private int bufcolumn[]; field in class:UCode_UCodeESC_CharStream
140 System.arraycopy(bufcolumn, tokenBegin, newbufcolumn, 0, bufsize - tokenBegin);
141 System.arraycopy(bufcolumn, 0, newbufcolumn, bufsize - tokenBegin, bufpos);
142 bufcolumn = newbufcolumn;
152 System.arraycopy(bufcolumn, tokenBegin, newbufcolumn, 0, bufsize - tokenBegin);
153 bufcolumn = newbufcolumn;
249 bufcolumn[bufpos] = column;
310 bufcolumn[bufpos] = column;
403 bufcolumn[bufpos] = bufcolumn[bufpos
[all...]
H A DJavaCharStream.java114 protected int bufcolumn[]; field in class:JavaCharStream
152 System.arraycopy(bufcolumn, tokenBegin, newbufcolumn, 0, bufsize - tokenBegin);
153 System.arraycopy(bufcolumn, 0, newbufcolumn, bufsize - tokenBegin, bufpos);
154 bufcolumn = newbufcolumn;
166 System.arraycopy(bufcolumn, tokenBegin, newbufcolumn, 0, bufsize - tokenBegin);
167 bufcolumn = newbufcolumn;
207 bufcolumn[bufpos] = column;
298 bufcolumn[bufpos] = column;
401 return bufcolumn[bufpos];
415 return bufcolumn[bufpo
[all...]
/openjdk9/jaxws/src/jdk.xml.bind/share/classes/com/sun/xml/internal/xsom/impl/scd/
H A DSimpleCharStream.java42 protected int bufcolumn[]; field in class:SimpleCharStream
80 System.arraycopy(bufcolumn, tokenBegin, newbufcolumn, 0, bufsize - tokenBegin);
81 System.arraycopy(bufcolumn, 0, newbufcolumn, bufsize - tokenBegin, bufpos);
82 bufcolumn = newbufcolumn;
94 System.arraycopy(bufcolumn, tokenBegin, newbufcolumn, 0, bufsize - tokenBegin);
95 bufcolumn = newbufcolumn;
202 bufcolumn[bufpos] = column;
232 return bufcolumn[bufpos];
245 return bufcolumn[bufpos];
253 return bufcolumn[tokenBegi
[all...]

Completed in 102 milliseconds