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

/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/IPAcl/
H A DASCII_CharStream.java42 private int bufcolumn[]; field in class:ASCII_CharStream
75 System.arraycopy(bufcolumn, tokenBegin, newbufcolumn, 0, bufsize - tokenBegin);
76 System.arraycopy(bufcolumn, 0, newbufcolumn, bufsize - tokenBegin, bufpos);
77 bufcolumn = newbufcolumn;
89 System.arraycopy(bufcolumn, tokenBegin, newbufcolumn, 0, bufsize - tokenBegin);
90 bufcolumn = newbufcolumn;
197 bufcolumn[bufpos] = column;
223 return bufcolumn[bufpos];
236 return bufcolumn[bufpos];
244 return bufcolumn[tokenBegi
[all...]
/openjdk7/jdk/src/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...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/parse/compact/
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...]
H A DUCode_UCodeESC_CharStream.java113 private int bufcolumn[]; field in class:UCode_UCodeESC_CharStream
144 System.arraycopy(bufcolumn, tokenBegin, newbufcolumn, 0, bufsize - tokenBegin);
145 System.arraycopy(bufcolumn, 0, newbufcolumn, bufsize - tokenBegin, bufpos);
146 bufcolumn = newbufcolumn;
157 System.arraycopy(bufcolumn, tokenBegin, newbufcolumn, 0, bufsize - tokenBegin);
158 bufcolumn = newbufcolumn;
252 bufcolumn[bufpos] = column;
312 bufcolumn[bufpos] = column;
398 bufcolumn[bufpos] = bufcolumn[bufpos
[all...]
/openjdk7/jaxws/src/share/jaxws_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 35 milliseconds