HomeSort by relevance Sort by last modified time
    Searched refs:EStyle (Results 1 - 17 of 17) sorted by null

  /external/icu4c/i18n/unicode/
tmutfmt.h 79 enum EStyle {
102 TimeUnitFormat(const Locale& locale, EStyle style, UErrorCode& status);
222 EStyle fStyle;
224 void create(const Locale& locale, EStyle style, UErrorCode& status);
234 void readFromCurrentLocale(EStyle style, const char* key, UErrorCode& status);
238 void checkConsistency(EStyle style, const char* key, UErrorCode& status);
241 void searchInLocaleChain(EStyle style, const char* key, const char* localeName,
datefmt.h 148 enum EStyle
504 static DateFormat* U_EXPORT2 createTimeInstance(EStyle style = kDefault,
517 static DateFormat* U_EXPORT2 createDateInstance(EStyle style = kDefault,
533 static DateFormat* U_EXPORT2 createDateTimeInstance(EStyle dateStyle = kDefault,
534 EStyle timeStyle = kDefault,
683 static DateFormat* U_EXPORT2 create(EStyle timeStyle, EStyle dateStyle, const Locale&);
smpdtfmt.h     [all...]
  /external/icu4c/i18n/
windtfmt.h 43 Win32DateFormat(DateFormat::EStyle timeStyle, DateFormat::EStyle dateStyle, const Locale &locale, UErrorCode &status);
131 DateFormat::EStyle fTimeStyle;
132 DateFormat::EStyle fDateStyle;
datefmt.cpp 298 DateFormat::createTimeInstance(DateFormat::EStyle style,
307 DateFormat::createDateInstance(DateFormat::EStyle style,
314 style = (EStyle) (style + kDateOffset);
316 return create(kNone, (EStyle) (style), aLocale);
322 DateFormat::createDateTimeInstance(EStyle dateStyle,
323 EStyle timeStyle,
328 dateStyle = (EStyle) (dateStyle + kDateOffset);
338 return create(kShort, (EStyle) (kShort + kDateOffset), Locale::getDefault());
344 DateFormat::create(EStyle timeStyle, EStyle dateStyle, const Locale& locale
    [all...]
tmutfmt.cpp 91 TimeUnitFormat::TimeUnitFormat(const Locale& locale, EStyle style, UErrorCode& status)
269 for (EStyle style = kFull; style < kTotal; style = (EStyle)(style + 1)) {
357 TimeUnitFormat::create(const Locale& locale, EStyle style, UErrorCode& status) {
415 TimeUnitFormat::readFromCurrentLocale(EStyle style, const char* key, UErrorCode& err) {
535 TimeUnitFormat::checkConsistency(EStyle style, const char* key, UErrorCode& err) {
601 TimeUnitFormat::searchInLocaleChain(EStyle style, const char* key, const char* localeName,
    [all...]
reldtfmt.cpp 75 EStyle newStyle = (EStyle)(fDateStyle & ~UDAT_RELATIVE);
80 fTimeFormat = createTimeInstance((EStyle)fTimeStyle, locale);
windtfmt.cpp 96 Win32DateFormat::Win32DateFormat(DateFormat::EStyle timeStyle, DateFormat::EStyle dateStyle, const Locale &locale, UErrorCode &status)
udat.cpp 101 fmt = DateFormat::createDateTimeInstance((DateFormat::EStyle)dateStyle,
102 (DateFormat::EStyle)timeStyle);
105 fmt = DateFormat::createDateTimeInstance((DateFormat::EStyle)dateStyle,
106 (DateFormat::EStyle)timeStyle,
smpdtfmt.cpp 198 construct(kShort, (EStyle) (kShort + kDateOffset), fLocale, status);
331 SimpleDateFormat::SimpleDateFormat(EStyle timeStyle,
332 EStyle dateStyle,
451 void SimpleDateFormat::construct(EStyle timeStyle,
452 EStyle dateStyle,
    [all...]
msgfmt.cpp 146 static const U_NAMESPACE_QUALIFIER DateFormat::EStyle DATE_STYLES[] = {
    [all...]
dtptngen.cpp 414 DateFormat::EStyle style = (DateFormat::EStyle)i;
    [all...]
  /external/icu4c/test/intltest/
tsdate.cpp 69 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) (dateStyle+1)
    [all...]
dtfmtrtts.cpp 192 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)dstyle, (DateFormat::EStyle)tstyle, loc)
    [all...]
dadrfmt.cpp 167 format = DateFormat::createDateTimeInstance((DateFormat::EStyle)styleSet.getDateStyle(), (DateFormat::EStyle)styleSet.getTimeStyle(), loc);
tufmtts.cpp 216 TimeUnitFormat::EStyle styles[] = {TimeUnitFormat::kFull, TimeUnitFormat::kAbbreviate};
dtfmttst.cpp 786 DateFormat::EStyle looks[] = {
803 DateFormat::EStyle dateLook = looks[j];
805 DateFormat::EStyle timeLook = looks[k];
    [all...]

Completed in 1638 milliseconds