Home | History | Annotate | Download | only in io

Lines Matching refs:attributeCount

164     private int attributeCount;
194 for (int i = 0; i < attributeCount << 2; i += 4) {
233 ((--attributeCount) << 2) - i);
241 for (int i = (attributeCount << 2) - 4; i >= 0; i -= 4) {
358 attributeCount = -1;
522 if (attributeCount < 1 || !"version".equals(attributes[2])) {
530 if (pos < attributeCount && "encoding".equals(attributes[2 + 4])) {
535 if (pos < attributeCount && "standalone".equals(attributes[4 * pos + 2])) {
547 if (pos != attributeCount) {
1046 attributeCount = 0;
1079 int i = (attributeCount++) * 4;
1150 int i = (attributeCount++) * 4;
1592 attributeCount = -1;
1865 int cnt = attributeCount * 4;
1972 return attributeCount;
1984 if (index >= attributeCount) {
1991 if (index >= attributeCount) {
1998 if (index >= attributeCount) {
2005 if (index >= attributeCount) {
2012 for (int i = (attributeCount * 4) - 4; i >= 0; i -= 4) {