Searched refs:NumDigits (Results 1 – 1 of 1) sorted by relevance
146 unsigned NumDigits, in _PrintUnsigned() argument168 if (NumDigits > Width) in _PrintUnsigned()170 Width = NumDigits; in _PrintUnsigned()179 if (((FormatFlags & FORMAT_FLAG_PAD_ZERO) == FORMAT_FLAG_PAD_ZERO) && (NumDigits == 0u)) in _PrintUnsigned()207 if (NumDigits > 1u) in _PrintUnsigned()210 NumDigits--; in _PrintUnsigned()264 unsigned NumDigits, in _PrintInt() argument282 if (NumDigits > Width) in _PrintInt()284 Width = NumDigits; in _PrintInt()294 if ((((FormatFlags & FORMAT_FLAG_PAD_ZERO) == 0u) || (NumDigits != 0u)) && in _PrintInt()[all …]