Home
last modified time | relevance | path

Searched refs:baseDateStyle (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/icu/source/i18n/
Dreldtfmt.cpp87 …UDateFormatStyle baseDateStyle = (dateStyle > UDAT_SHORT)? (UDateFormatStyle)(dateStyle & ~UDAT_RE… in RelativeDateFormat() local
91 if (baseDateStyle != UDAT_NONE) { in RelativeDateFormat()
92 df = createDateInstance((EStyle)baseDateStyle, locale); in RelativeDateFormat()
/third_party/node/deps/icu-small/source/i18n/
Dreldtfmt.cpp87 …UDateFormatStyle baseDateStyle = (dateStyle > UDAT_SHORT)? (UDateFormatStyle)(dateStyle & ~UDAT_RE… in RelativeDateFormat() local
91 if (baseDateStyle != UDAT_NONE) { in RelativeDateFormat()
92 df = createDateInstance((EStyle)baseDateStyle, locale); in RelativeDateFormat()
/third_party/icu/icu4c/source/i18n/
Dreldtfmt.cpp87 …UDateFormatStyle baseDateStyle = (dateStyle > UDAT_SHORT)? (UDateFormatStyle)(dateStyle & ~UDAT_RE… in RelativeDateFormat() local
91 if (baseDateStyle != UDAT_NONE) { in RelativeDateFormat()
92 df = createDateInstance((EStyle)baseDateStyle, locale); in RelativeDateFormat()