Home | History | Annotate | Download | only in i18n

Lines Matching full:date_style

1553     DateFormat::EStyle date_style;
1588 date_style = (styleID >= 0) ? DATE_STYLES[styleID] : DateFormat::kDefault;
1591 fmt = DateFormat::createDateInstance(date_style, fLocale);
1593 fmt = DateFormat::createTimeInstance(date_style, fLocale);