Home | History | Annotate | Download | only in crt

Lines Matching refs:NumToString

557 WideString NumToString(size_t fmt_size, int32_t value) {
591 wsResult += NumToString(symbol.GetLength(), day);
597 wsResult += NumToString(symbol.GetLength(), nDays);
599 wsResult += NumToString(symbol.GetLength(), month);
604 wsResult += NumToString(
612 wsResult += NumToString(2, year % 100);
614 wsResult += NumToString(1, year);
616 wsResult += NumToString(1, GetWeekOfMonth(year, month, day));
618 wsResult += NumToString(2, GetWeekOfYear(year, month, day));
663 wsResult += NumToString(symbol.GetLength(), wHour == 0 ? 12 : wHour);
665 wsResult += NumToString(symbol.GetLength(), wHour == 0 ? 24 : wHour);
669 wsResult += NumToString(symbol.GetLength(), wHour);
671 wsResult += NumToString(symbol.GetLength(), wHour);
673 wsResult += NumToString(symbol.GetLength(), minute);
675 wsResult += NumToString(symbol.GetLength(), second);
677 wsResult += NumToString(3, millisecond);