10 references to UInt32ToDecChars
System.Private.CoreLib (10)
src\libraries\Common\src\System\Number.Formatting.Common.cs (1)
953
TChar* p =
UInt32ToDecChars
(digits + MaxUInt32DecDigits, (uint)value, minDigits);
src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeFormat.cs (1)
191
TChar* p = Number.
UInt32ToDecChars
(buffer + 16, (uint)value, minimumLength);
src\libraries\System.Private.CoreLib\src\System\Number.Formatting.cs (8)
361
p =
UInt32ToDecChars
(p, decimal.DecDivMod1E9(ref d), 9);
363
p =
UInt32ToDecChars
(p, d.Low, 0);
1353
byte* p =
UInt32ToDecChars
(buffer + Int32Precision, (uint)value, 0);
1388
char* p =
UInt32ToDecChars
(buffer + bufferLength, (uint)(-value), digits);
1420
TChar* p =
UInt32ToDecChars
(buffer + bufferLength, (uint)(-value), digits);
1550
byte* p =
UInt32ToDecChars
(buffer + UInt32Precision, value, 0);
1718
p =
UInt32ToDecChars
(p, value, digits);
1757
UInt32ToDecChars
(p, value, digits) :