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