Searched refs:vpos (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/invoke/util/
H A DWrapper.java595 public void copyArrayUnboxing(Object[] values, int vpos, Object a, int apos, int length) { argument
599 Object value = values[i+vpos];
604 public void copyArrayBoxing(Object a, int apos, Object[] values, int vpos, int length) { argument
611 values[i+vpos] = value;
/openjdk7/jdk/test/tools/pack200/pack200-verifier/src/xmlkit/
H A DXMLKit.java4090 int vpos = 0;
4096 assert (vpos == 0);
4100 if (vpos < i) {
4101 w.write(val, vpos, i - vpos);
4125 vpos = i + 1; // skip escaped char
4130 w.write(val, vpos, val.length() - vpos);
4137 for (int vpos = 0, split;; vpos
[all...]

Completed in 50 milliseconds