Home | History | Annotate | Download | only in i18n

Lines Matching refs:timeStyle

386 SimpleDateFormat::SimpleDateFormat(EStyle timeStyle,
397 construct(timeStyle, dateStyle, fLocale, status);
520 void SimpleDateFormat::construct(EStyle timeStyle,
565 if ((timeStyle != kNone) && (dateStyle != kNone))
573 currentBundle = ures_getByIndex(dateTimePatterns, (int32_t)timeStyle, NULL, &status);
650 else if (timeStyle != kNone) {
651 currentBundle = ures_getByIndex(dateTimePatterns, (int32_t)timeStyle, NULL, &status);