13 references to FormatDigits
System.Private.CoreLib (13)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeFormat.cs (9)
479
FormatDigits
(ref result, hour12, Math.Min(tokenLen, 2));
484
FormatDigits
(ref result, dateTime.Hour, Math.Min(tokenLen, 2));
489
FormatDigits
(ref result, dateTime.Minute, Math.Min(tokenLen, 2));
494
FormatDigits
(ref result, dateTime.Second, Math.Min(tokenLen, 2));
577
FormatDigits
(ref result, day, tokenLen);
604
FormatDigits
(ref result, month, tokenLen);
653
FormatDigits
(ref result, year, Math.Min(tokenLen, 2));
663
FormatDigits
(ref result, year % 100, tokenLen);
667
FormatDigits
(ref result, year, tokenLen);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\TimeSpanFormat.cs (4)
378
DateTimeFormat.
FormatDigits
(ref result, hours, tokenLen);
386
DateTimeFormat.
FormatDigits
(ref result, minutes, tokenLen);
394
DateTimeFormat.
FormatDigits
(ref result, seconds, tokenLen);
451
DateTimeFormat.
FormatDigits
(ref result, day, tokenLen);