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

/openjdk7/jdk/test/tools/pack200/pack200-verifier/src/xmlkit/
H A DXMLKit.java646 int thisAlen = this.attrLength();
648 if (thisAlen != 0 || thatAlen != 0) {
649 r = compareAttrs(thisAlen, that, thatAlen, true);
1993 private int compareAttrs(int thisAlen, argument
1998 int thisBase = thisParts.length - thisAlen;
2009 for (int i = 0; i < thisAlen; i += 2) {
2072 for (int i = firstI; i < thisAlen; i += 2) {

Completed in 42 milliseconds