Home | History | Annotate | Download | only in i18n

Lines Matching full:date_style

1682     DateFormat::EStyle date_style;
1717 date_style = (styleID >= 0) ? DATE_STYLES[styleID] : DateFormat::kDefault;
1720 fmt = DateFormat::createDateInstance(date_style, fLocale);
1722 fmt = DateFormat::createTimeInstance(date_style, fLocale);