Lines Matching defs:fieldWidth
5712 unsigned int fieldWidth;
5764 F.fieldWidth = (unsigned int)f;
5770 F.fieldWidth = (10 * F.fieldWidth) + (c - '0');
5806 F.precision = F.fieldWidth;
5823 if (F.zeroPad) F.precision = F.fieldWidth;
5946 F.precision = F.fieldWidth;
6051 if (i < F.fieldWidth && !F.leftJustify) // Pad on the left
6055 } while (i < --F.fieldWidth);
6090 for (; i < F.fieldWidth; i++) // Pad on the right