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

12

/external/chromium_org/third_party/icu/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.cpp192 static const char *styleName(DateFormat::EStyle s)
238 logln("Testing style " + UnicodeString(styleName((DateFormat::EStyle)style)));
239 DateFormat *df = DateFormat::createDateInstance((DateFormat::EStyle)style, loc);
241 errln(UnicodeString("Could not DF::createDateInstance ") + UnicodeString(styleName((DateFormat::EStyle)style)) + " Locale: " + loc.getDisplayName(temp));
251 logln("Testing style " + UnicodeString(styleName((DateFormat::EStyle)style)));
252 DateFormat *df = DateFormat::createTimeInstance((DateFormat::EStyle)style, loc);
254 errln(UnicodeString("Could not DF::createTimeInstance ") + UnicodeString(styleName((DateFormat::EStyle)style)) + " Locale: " + loc.getDisplayName(temp));
265 logln("Testing dstyle" + UnicodeString(styleName((DateFormat::EStyle)dstyle)) + ", tstyle" + UnicodeString(styleName((DateFormat::EStyle)tstyle)) );
266 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.cpp928 DateFormat::EStyle looks[] = {
945 DateFormat::EStyle dateLook = looks[j];
947 DateFormat::EStyle timeLook = looks[k];
3934 DateFormat::createDateInstance((DateFormat::EStyle)itemPtr->style, locale):
4063 DateFormat::EStyle style;
4139 for (DateFormat::EStyle dateStyle = DateFormat::FULL; dateStyle <= DateFormat::SHORT;
4140 dateStyle = static_cast<DateFormat::EStyle>(dateStyle + 1)) {
4143 for (DateFormat::EStyle timeStyle = DateFormat::FULL; timeStyle <= DateFormat::SHORT;
4144 timeStyle = static_cast<DateFormat::EStyle>(timeStyle + 1)) {
/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.cpp190 static const char *styleName(DateFormat::EStyle s)
236 logln("Testing style " + UnicodeString(styleName((DateFormat::EStyle)style)));
237 DateFormat *df = DateFormat::createDateInstance((DateFormat::EStyle)style, loc);
239 errln(UnicodeString("Could not DF::createDateInstance ") + UnicodeString(styleName((DateFormat::EStyle)style)) + " Locale: " + loc.getDisplayName(temp));
249 logln("Testing style " + UnicodeString(styleName((DateFormat::EStyle)style)));
250 DateFormat *df = DateFormat::createTimeInstance((DateFormat::EStyle)style, loc);
252 errln(UnicodeString("Could not DF::createTimeInstance ") + UnicodeString(styleName((DateFormat::EStyle)style)) + " Locale: " + loc.getDisplayName(temp));
263 logln("Testing dstyle" + UnicodeString(styleName((DateFormat::EStyle)dstyle)) + ", tstyle" + UnicodeString(styleName((DateFormat::EStyle)tstyle)) );
264 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.cpp931 DateFormat::EStyle looks[] = {
948 DateFormat::EStyle dateLook = looks[j];
950 DateFormat::EStyle timeLook = looks[k];
3937 DateFormat::createDateInstance((DateFormat::EStyle)itemPtr->style, locale):
4067 DateFormat::EStyle style;
4187 for (DateFormat::EStyle dateStyle = DateFormat::FULL; dateStyle <= DateFormat::SHORT;
4188 dateStyle = static_cast<DateFormat::EStyle>(dateStyle + 1)) {
4191 for (DateFormat::EStyle timeStyle = DateFormat::FULL; timeStyle <= DateFormat::SHORT;
4192 timeStyle = static_cast<DateFormat::EStyle>(timeStyle + 1)) {
/external/chromium_org/third_party/icu/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.cpp304 DateFormat::createTimeInstance(DateFormat::EStyle style,
313 DateFormat::createDateInstance(DateFormat::EStyle style,
320 style = (EStyle) (style + kDateOffset);
322 return create(kNone, (EStyle) (style), aLocale);
328 DateFormat::createDateTimeInstance(EStyle dateStyle,
329 EStyle timeStyle,
334 dateStyle = (EStyle) (dateStyle + kDateOffset);
344 return create(kShort, (EStyle) (kShort + kDateOffset), Locale::getDefault());
350 DateFormat::create(EStyle timeStyle, EStyle dateStyl
[all...]
H A Dwindtfmt.cpp96 Win32DateFormat::Win32DateFormat(DateFormat::EStyle timeStyle, DateFormat::EStyle dateStyle, const Locale &locale, UErrorCode &status)
H A Dreldtfmt.cpp78 df = createDateInstance((EStyle)baseDateStyle, locale);
86 df = createTimeInstance((EStyle)timeStyle, locale);
95 df = createTimeInstance((EStyle)timeStyle, locale);
H A Dudat.cpp144 fmt = DateFormat::createDateTimeInstance((DateFormat::EStyle)dateStyle,
145 (DateFormat::EStyle)timeStyle);
148 fmt = DateFormat::createDateTimeInstance((DateFormat::EStyle)dateStyle,
149 (DateFormat::EStyle)timeStyle,
H A Dsmpdtfmt.cpp252 construct(kShort, (EStyle) (kShort + kDateOffset), fLocale, status);
397 SimpleDateFormat::SimpleDateFormat(EStyle timeStyle,
398 EStyle dateStyle,
535 void SimpleDateFormat::construct(EStyle timeStyle,
536 EStyle dateStyle,
H A Dmsgfmt.cpp137 static const icu::DateFormat::EStyle DATE_STYLES[] = {
1685 DateFormat::EStyle date_style;
/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,
325 style = (EStyle) (style + kDateOffset);
327 return create(kNone, (EStyle) (style), aLocale);
333 DateFormat::createDateTimeInstance(EStyle dateStyle,
334 EStyle timeStyle,
339 dateStyle = (EStyle) (dateStyle + kDateOffset);
349 return create(kShort, (EStyle) (kShort + kDateOffset), Locale::getDefault());
355 DateFormat::create(EStyle timeStyle, EStyle dateStyl
[all...]
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.cpp147 fmt = DateFormat::createDateTimeInstance((DateFormat::EStyle)dateStyle,
148 (DateFormat::EStyle)timeStyle);
151 fmt = DateFormat::createDateTimeInstance((DateFormat::EStyle)dateStyle,
152 (DateFormat::EStyle)timeStyle,
H A Dsmpdtfmt.cpp259 construct(kShort, (EStyle) (kShort + kDateOffset), fLocale, status);
404 SimpleDateFormat::SimpleDateFormat(EStyle timeStyle,
405 EStyle dateStyle,
546 void SimpleDateFormat::construct(EStyle timeStyle,
547 EStyle dateStyle,
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Ddatefmt.h156 enum EStyle enum in class:DateFormat
530 static DateFormat* U_EXPORT2 createTimeInstance(EStyle style = kDefault,
548 static DateFormat* U_EXPORT2 createDateInstance(EStyle style = kDefault,
569 static DateFormat* U_EXPORT2 createDateTimeInstance(EStyle dateStyle = kDefault,
570 EStyle timeStyle = kDefault,
749 static DateFormat* U_EXPORT2 create(EStyle timeStyle, EStyle dateStyle, const Locale& inLocale);
H A Dsmpdtfmt.h1189 SimpleDateFormat(EStyle timeStyle, EStyle dateStyle, const Locale& locale, UErrorCode& status);
1292 void construct(EStyle timeStyle, EStyle dateStyle, const Locale& locale, UErrorCode& status);
/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,
810 static DateFormat* U_EXPORT2 create(EStyle timeStyle, EStyle dateStyle, const Locale& inLocale);
H A Dsmpdtfmt.h1181 SimpleDateFormat(EStyle timeStyle, EStyle dateStyle, const Locale& locale, UErrorCode& status);
1284 void construct(EStyle timeStyle, EStyle dateStyle, const Locale& locale, UErrorCode& status);

Completed in 433 milliseconds

12