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

/openjdk7/jdk/test/tools/pack200/pack200-verifier/src/xmlkit/
H A DXMLKit.java3579 int[] attrBases = new int[10]; // index into parts field in class:XMLKit.Builder
3581 int depth = -1; // index into attrBases, elemBases
3584 // The position of the first "akey" after name0 is attrBases[0].
3631 if (depth == attrBases.length) {
3636 System.arraycopy(attrBases, 0, newAB, 0, oldlen);
3638 attrBases = newAB;
3641 attrBases[depth] = nparts;
3657 int abase = attrBases[depth];

Completed in 40 milliseconds