Home | History | Annotate | Download | only in i18n

Lines Matching full:date_style

1564     DateFormat::EStyle date_style;
1599 date_style = (styleID >= 0) ? DATE_STYLES[styleID] : DateFormat::kDefault;
1602 fmt = DateFormat::createDateInstance(date_style, fLocale);
1604 fmt = DateFormat::createTimeInstance(date_style, fLocale);