Home | History | Annotate | Download | only in c_locale_win32

Lines Matching refs:fmt80

716   char fmt80[80];
766 __GetLocaleInfoUsingACP(ltime->lc.id, ltime->cp, LOCALE_SSHORTDATE, fmt80, 80, wbuf80, 80);
767 size = __ConvertDate(fmt80, NULL, 0);
771 __ConvertDate(fmt80, ltime->date_format, size);
773 __GetLocaleInfoUsingACP(ltime->lc.id, ltime->cp, LOCALE_SLONGDATE, fmt80, 80, wbuf80, 80);
774 size = __ConvertDate(fmt80, NULL, 0);
778 __ConvertDate(fmt80, ltime->long_date_format, size);
780 __GetLocaleInfoUsingACP(ltime->lc.id, ltime->cp, LOCALE_STIMEFORMAT, fmt80, 80, wbuf80, 80);
781 size = __ConvertTime(fmt80, NULL, 0);
785 __ConvertTime(fmt80, ltime->time_format, size);