Home
last modified time | relevance | path

Searched refs:date_style (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dmsgfmt.cpp1685 DateFormat::EStyle date_style; in createAppropriateFormat() local
1729 date_style = (styleID >= 0) ? DATE_STYLES[styleID] : DateFormat::kDefault; in createAppropriateFormat()
1732 fmt = DateFormat::createDateInstance(date_style, fLocale); in createAppropriateFormat()
1734 fmt = DateFormat::createTimeInstance(date_style, fLocale); in createAppropriateFormat()
/third_party/icu/icu4c/source/i18n/
Dmsgfmt.cpp1689 DateFormat::EStyle date_style; in createAppropriateFormat() local
1740 date_style = (styleID >= 0) ? DATE_STYLES[styleID] : DateFormat::kDefault; in createAppropriateFormat()
1743 fmt = DateFormat::createDateInstance(date_style, fLocale); in createAppropriateFormat()
1745 fmt = DateFormat::createTimeInstance(date_style, fLocale); in createAppropriateFormat()
/third_party/skia/third_party/externals/icu/source/i18n/
Dmsgfmt.cpp1689 DateFormat::EStyle date_style; in createAppropriateFormat() local
1740 date_style = (styleID >= 0) ? DATE_STYLES[styleID] : DateFormat::kDefault; in createAppropriateFormat()
1743 fmt = DateFormat::createDateInstance(date_style, fLocale); in createAppropriateFormat()
1745 fmt = DateFormat::createTimeInstance(date_style, fLocale); in createAppropriateFormat()
/third_party/node/deps/icu-small/source/i18n/
Dmsgfmt.cpp1689 DateFormat::EStyle date_style; in createAppropriateFormat() local
1740 date_style = (styleID >= 0) ? DATE_STYLES[styleID] : DateFormat::kDefault; in createAppropriateFormat()
1743 fmt = DateFormat::createDateInstance(date_style, fLocale); in createAppropriateFormat()
1745 fmt = DateFormat::createTimeInstance(date_style, fLocale); in createAppropriateFormat()