Lines Matching refs:fieldWidth
2861 unsigned int fieldWidth;
2908 F.fieldWidth = (unsigned int)f;
2914 F.fieldWidth = (10 * F.fieldWidth) + (c - '0');
2951 F.precision = F.fieldWidth;
2968 if (F.zeroPad) F.precision = F.fieldWidth;
3025 F.precision = F.fieldWidth;
3114 if (i < F.fieldWidth && !F.leftJustify) // Pad on the left
3118 } while (i < --F.fieldWidth);
3131 for (; i < F.fieldWidth; i++) // Pad on the right