D | date.c | 52 static void date(UDate when, const UChar *tz, UDateFormatStyle style, const char *format, const cha… 82 UDate when; in main() local 173 when = getWhen(millis, seconds, format, locale, style, parse, tz, &status); in main() 179 date(when, tz, style, format, locale, &status); in main() 253 date(UDate when, in date() argument 269 printf("%.0f\n", when); in date() 272 printf("%.3f\n", when/1000.0); in date() 282 len = udat_format(fmt, when, 0, len, 0, status); in date() 287 udat_format(fmt, when, s, len + 1, 0, status); in date() 310 UDate when=0; in getWhen() local [all …]
|