Home | History | Annotate | Download | only in date

Lines Matching refs:style

47 static void date(UDate when, const UChar *tz, UDateFormatStyle style, const char *format, UErrorCode *status);
48 static UDate getWhen(const char *millis, const char *seconds, const char *format, UDateFormatStyle style, const char *parse, const UChar *tz, UErrorCode *status);
70 UDateFormatStyle style = UDAT_DEFAULT;
96 style = UDAT_FULL;
100 style = UDAT_LONG;
104 style = UDAT_MEDIUM;
108 style = UDAT_SHORT;
161 when = getWhen(millis, seconds, format, style, parse, tz, &status);
167 date(when, tz, style, format, &status);
242 UDateFormatStyle style,
263 fmt = udat_open(style, style, 0, tz, -1,NULL,0, status);
292 UDateFormatStyle style, const char *parse, const UChar *tz, UErrorCode *status) {
318 fmt = udat_open(style, style, 0, tz, -1,NULL,0, status);