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)
396p = UInt32ToDecChars(p, decimal.DecDivMod1E9(ref d), 9); 398p = UInt32ToDecChars(p, d.Low, 0); 1402byte* p = UInt32ToDecChars(buffer + Int32Precision, (uint)value, 0); 1437char* p = UInt32ToDecChars(buffer + bufferLength, (uint)(-value), digits); 1469TChar* p = UInt32ToDecChars(buffer + bufferLength, (uint)(-value), digits); 1599byte* p = UInt32ToDecChars(buffer + UInt32Precision, value, 0); 1767p = UInt32ToDecChars(p, value, digits); 1806UInt32ToDecChars(p, value, digits) :