Home | History | Annotate | Download | only in helpers

Lines Matching refs:length

61     length = 0;
95 return length;
109 if (index >= 0 && index < length) {
127 if (index >= 0 && index < length) {
145 if (index >= 0 && index < length) {
163 if (index >= 0 && index < length) {
180 if (index >= 0 && index < length) {
203 int max = length * 5;
222 int max = length * 5;
244 int max = length * 5;
264 int max = length * 5;
286 int max = length * 5;
306 int max = length * 5;
333 for (int i = 0; i < (length * 5); i++)
336 length = 0;
351 length = atts.getLength();
352 if (length > 0) {
353 data = new String[length*5];
354 for (int i = 0; i < length; i++) {
385 ensureCapacity(length+1);
386 data[length*5] = uri;
387 data[length*5+1] = localName;
388 data[length*5+2] = qName;
389 data[length*5+3] = type;
390 data[length*5+4] = value;
391 length++;
419 if (index >= 0 && index < length) {
441 if (index >= 0 && index < length) {
442 if (index < length - 1) {
444 (length-index-1)*5);
446 index = (length - 1) * 5;
452 length--;
471 if (index >= 0 && index < length) {
491 if (index >= 0 && index < length) {
511 if (index >= 0 && index < length) {
530 if (index >= 0 && index < length) {
549 if (index >= 0 && index < length) {
575 if (data == null || data.length == 0) {
578 else if (data.length >= n * 5) {
582 max = data.length;
589 if (length > 0) {
590 System.arraycopy(data, 0, newData, 0, length*5);
617 int length;