Home | History | Annotate | Download | only in mDNSCore

Lines Matching refs:leftJustify

2853 	unsigned      leftJustify : 1;
2896 if (c == '-') F.leftJustify = 1;
2907 if (f < 0) { f = -f; F.leftJustify = 1; }
2926 if (F.leftJustify) F.zeroPad = 0;
3114 if (i < F.fieldWidth && !F.leftJustify) // Pad on the left