Home | History | Annotate | Download | only in i18n

Lines Matching refs:timeStyle

331 SimpleDateFormat::SimpleDateFormat(EStyle timeStyle,
341 construct(timeStyle, dateStyle, fLocale, status);
451 void SimpleDateFormat::construct(EStyle timeStyle,
496 if ((timeStyle != kNone) && (dateStyle != kNone))
504 currentBundle = ures_getByIndex(dateTimePatterns, (int32_t)timeStyle, NULL, &status);
581 else if (timeStyle != kNone) {
582 currentBundle = ures_getByIndex(dateTimePatterns, (int32_t)timeStyle, NULL, &status);