Lines Matching full:lens
425 int32_t lens [DAY_COUNT];
453 lens[i] = u_strlen(days[i]);
454 width += lens[i];
492 indent(lens[i] + 1, stdout);
502 pad = lens[current] - u_strlen(s);
543 int32_t lens [DAY_COUNT];
576 lens[i] = u_strlen(days[i]);
577 width += lens[i];
666 indent(lens[j] + 1, stdout);
673 pad = lens[left_current] - u_strlen(s);
702 indent(lens[j] + 1, stdout);
714 indent(lens[j] + 1, stdout);
721 pad = lens[right_current] - u_strlen(s);