Searched refs:FieldWidth (Results 1 – 1 of 1) sorted by relevance
147 unsigned FieldWidth, in _PrintUnsigned() argument177 if (FieldWidth != 0u) in _PrintUnsigned()187 while ((FieldWidth != 0u) && (Width < FieldWidth)) in _PrintUnsigned()189 FieldWidth--; in _PrintUnsigned()241 if (FieldWidth != 0u) in _PrintUnsigned()243 while ((FieldWidth != 0u) && (Width < FieldWidth)) in _PrintUnsigned()245 FieldWidth--; in _PrintUnsigned()265 unsigned FieldWidth, in _PrintInt() argument286 …if ((FieldWidth > 0u) && ((v < 0) || ((FormatFlags & FORMAT_FLAG_PRINT_SIGN) == FORMAT_FLAG_PRINT_… in _PrintInt()288 FieldWidth--; in _PrintInt()[all …]