Lines Matching defs:style
49 static void date(const UChar *tz, UDateFormatStyle style, char *format, UErrorCode *status);
68 UDateFormatStyle style = UDAT_DEFAULT;
91 style = UDAT_FULL;
95 style = UDAT_LONG;
99 style = UDAT_MEDIUM;
103 style = UDAT_SHORT;
141 date(tz, style, format, &status);
174 UDateFormatStyle style,
183 fmt = udat_open(style, style, 0, tz, -1,NULL,0, status);