Lines Matching refs:length
84 length = 0;
117 return length;
131 if (index >= 0 && index < length) {
149 if (index >= 0 && index < length) {
167 if (index >= 0 && index < length) {
185 if (index >= 0 && index < length) {
202 if (index >= 0 && index < length) {
225 int max = length * 5;
244 int max = length * 5;
266 int max = length * 5;
286 int max = length * 5;
308 int max = length * 5;
328 int max = length * 5;
354 for (int i = 0; i < (length * 5); i++)
357 length = 0;
372 length = atts.getLength();
373 if (length > 0) {
374 data = new String[length*5];
375 for (int i = 0; i < length; i++) {
406 ensureCapacity(length+1);
407 data[length*5] = uri;
408 data[length*5+1] = localName;
409 data[length*5+2] = qName;
410 data[length*5+3] = type;
411 data[length*5+4] = value;
412 length++;
440 if (index >= 0 && index < length) {
462 if (index >= 0 && index < length) {
463 if (index < length - 1) {
465 (length-index-1)*5);
467 index = (length - 1) * 5;
473 length--;
492 if (index >= 0 && index < length) {
512 if (index >= 0 && index < length) {
532 if (index >= 0 && index < length) {
551 if (index >= 0 && index < length) {
570 if (index >= 0 && index < length) {
595 if (data == null || data.length == 0) {
598 else if (data.length >= n * 5) {
602 max = data.length;
609 if (length > 0) {
610 System.arraycopy(data, 0, newData, 0, length*5);
636 int length;