Searched refs:EStyle (Results 1 - 14 of 14) sorted by relevance

/external/icu/icu4c/source/test/intltest/
H A Dtsdate.cpp69 DateFormat::EStyle timeStyle, dateStyle;
76 for(timeStyle = (DateFormat::EStyle)0;
77 timeStyle < (DateFormat::EStyle)4;
78 timeStyle = (DateFormat::EStyle) (timeStyle+1))
87 for(dateStyle = (DateFormat::EStyle)0;
88 dateStyle < (DateFormat::EStyle)4;
89 dateStyle = (DateFormat::EStyle) (dateStyle+1))
96 for(dateStyle = (DateFormat::EStyle)0;
97 dateStyle < (DateFormat::EStyle)4;
98 dateStyle = (DateFormat::EStyle) (dateStyl
[all...]
H A Ddtfmtrtts.cpp191 static const char *styleName(DateFormat::EStyle s)
237 logln("Testing style " + UnicodeString(styleName((DateFormat::EStyle)style)));
238 DateFormat *df = DateFormat::createDateInstance((DateFormat::EStyle)style, loc);
240 errln(UnicodeString("Could not DF::createDateInstance ") + UnicodeString(styleName((DateFormat::EStyle)style)) + " Locale: " + loc.getDisplayName(temp));
250 logln("Testing style " + UnicodeString(styleName((DateFormat::EStyle)style)));
251 DateFormat *df = DateFormat::createTimeInstance((DateFormat::EStyle)style, loc);
253 errln(UnicodeString("Could not DF::createTimeInstance ") + UnicodeString(styleName((DateFormat::EStyle)style)) + " Locale: " + loc.getDisplayName(temp));
264 logln("Testing dstyle" + UnicodeString(styleName((DateFormat::EStyle)dstyle)) + ", tstyle" + UnicodeString(styleName((DateFormat::EStyle)tstyle)) );
265 DateFormat *df = DateFormat::createDateTimeInstance((DateFormat::EStyle)dstyl
[all...]
H A Ddadrfmt.cpp175 format = DateFormat::createDateTimeInstance((DateFormat::EStyle)styleSet.getDateStyle(), (DateFormat::EStyle)styleSet.getTimeStyle(), loc);
H A Ddtfmttst.cpp942 DateFormat::EStyle looks[] = {
959 DateFormat::EStyle dateLook = looks[j];
961 DateFormat::EStyle timeLook = looks[k];
4079 DateFormat::createDateInstance((DateFormat::EStyle)itemPtr->style, locale):
4209 DateFormat::EStyle style;
4329 for (DateFormat::EStyle dateStyle = DateFormat::FULL; dateStyle <= DateFormat::SHORT;
4330 dateStyle = static_cast<DateFormat::EStyle>(dateStyle + 1)) {
4333 for (DateFormat::EStyle timeStyle = DateFormat::FULL; timeStyle <= DateFormat::SHORT;
4334 timeStyle = static_cast<DateFormat::EStyle>(timeStyle + 1)) {
/external/icu/icu4c/source/i18n/
H A Dwindtfmt.h43 Win32DateFormat(DateFormat::EStyle timeStyle, DateFormat::EStyle dateStyle, const Locale &locale, UErrorCode &status);
122 DateFormat::EStyle fTimeStyle;
123 DateFormat::EStyle fDateStyle;
H A Ddatefmt.cpp309 DateFormat::createTimeInstance(DateFormat::EStyle style,
318 DateFormat::createDateInstance(DateFormat::EStyle style,
327 DateFormat::createDateTimeInstance(EStyle dateStyle,
328 EStyle timeStyle,
333 dateStyle = (EStyle) (dateStyle + kDateOffset);
419 DateFormat::create(EStyle timeStyle, EStyle dateStyle, const Locale& locale)
H A Dwindtfmt.cpp96 Win32DateFormat::Win32DateFormat(DateFormat::EStyle timeStyle, DateFormat::EStyle dateStyle, const Locale &locale, UErrorCode &status)
H A Dreldtfmt.cpp94 df = createDateInstance((EStyle)baseDateStyle, locale);
102 df = createTimeInstance((EStyle)timeStyle, locale);
111 df = createTimeInstance((EStyle)timeStyle, locale);
H A Dudat.cpp148 fmt = DateFormat::createDateTimeInstance((DateFormat::EStyle)dateStyle,
149 (DateFormat::EStyle)timeStyle);
152 fmt = DateFormat::createDateTimeInstance((DateFormat::EStyle)dateStyle,
153 (DateFormat::EStyle)timeStyle,
H A Dsmpdtfmt.cpp382 construct(kShort, (EStyle) (kShort + kDateOffset), fLocale, status);
525 SimpleDateFormat::SimpleDateFormat(EStyle timeStyle,
526 EStyle dateStyle,
682 void SimpleDateFormat::construct(EStyle timeStyle,
683 EStyle dateStyle,
H A Dmsgfmt.cpp137 static const icu::DateFormat::EStyle DATE_STYLES[] = {
1681 DateFormat::EStyle date_style;
H A Ddtptngen.cpp468 DateFormat::EStyle style = (DateFormat::EStyle)i;
/external/icu/icu4c/source/i18n/unicode/
H A Ddatefmt.h157 enum EStyle enum in class:DateFormat
531 static DateFormat* U_EXPORT2 createTimeInstance(EStyle style = kDefault,
549 static DateFormat* U_EXPORT2 createDateInstance(EStyle style = kDefault,
570 static DateFormat* U_EXPORT2 createDateTimeInstance(EStyle dateStyle = kDefault,
571 EStyle timeStyle = kDefault,
898 static DateFormat* U_EXPORT2 create(EStyle timeStyle, EStyle dateStyle, const Locale& inLocale);
H A Dsmpdtfmt.h1225 SimpleDateFormat(EStyle timeStyle, EStyle dateStyle, const Locale& locale, UErrorCode& status);
1321 void construct(EStyle timeStyle, EStyle dateStyle, const Locale& locale, UErrorCode& status);

Completed in 227 milliseconds