Home
last modified time | relevance | path

Searched refs:EStyle (Results 1 – 25 of 32) sorted by relevance

12

/external/chromium/third_party/icu/source/test/intltest/
Dtsdate.cpp69 DateFormat::EStyle timeStyle, dateStyle; in testLocale()
76 for(timeStyle = (DateFormat::EStyle)0; in testLocale()
77 timeStyle < (DateFormat::EStyle)4; in testLocale()
78 timeStyle = (DateFormat::EStyle) (timeStyle+1)) in testLocale()
87 for(dateStyle = (DateFormat::EStyle)0; in testLocale()
88 dateStyle < (DateFormat::EStyle)4; in testLocale()
89 dateStyle = (DateFormat::EStyle) (dateStyle+1)) in testLocale()
96 for(dateStyle = (DateFormat::EStyle)0; in testLocale()
97 dateStyle < (DateFormat::EStyle)4; in testLocale()
98 dateStyle = (DateFormat::EStyle) (dateStyle+1)) in testLocale()
[all …]
Ddtfmtrtts.cpp185 static const char *styleName(DateFormat::EStyle s) in styleName()
231 logln("Testing style " + UnicodeString(styleName((DateFormat::EStyle)style))); in test()
232 DateFormat *df = DateFormat::createDateInstance((DateFormat::EStyle)style, loc); in test()
234 …uld not DF::createDateInstance ") + UnicodeString(styleName((DateFormat::EStyle)style)) + " L… in test()
244 logln("Testing style " + UnicodeString(styleName((DateFormat::EStyle)style))); in test()
245 DateFormat *df = DateFormat::createTimeInstance((DateFormat::EStyle)style, loc); in test()
247 …uld not DF::createTimeInstance ") + UnicodeString(styleName((DateFormat::EStyle)style)) + " Locale… in test()
258 …+ UnicodeString(styleName((DateFormat::EStyle)dstyle)) + ", tstyle" + UnicodeString(styleName((Dat… in test()
259 …rmat *df = DateFormat::createDateTimeInstance((DateFormat::EStyle)dstyle, (DateFormat::EStyle)tsty… in test()
261 …+ UnicodeString(styleName((DateFormat::EStyle)dstyle)) + ", tstyle" + UnicodeString(styleName((Dat… in test()
Ddadrfmt.cpp167 … = DateFormat::createDateTimeInstance((DateFormat::EStyle)styleSet.getDateStyle(), (DateFormat::ES… in testConvertDate()
/external/icu4c/test/intltest/
Dtsdate.cpp69 DateFormat::EStyle timeStyle, dateStyle; in testLocale()
76 for(timeStyle = (DateFormat::EStyle)0; in testLocale()
77 timeStyle < (DateFormat::EStyle)4; in testLocale()
78 timeStyle = (DateFormat::EStyle) (timeStyle+1)) in testLocale()
87 for(dateStyle = (DateFormat::EStyle)0; in testLocale()
88 dateStyle < (DateFormat::EStyle)4; in testLocale()
89 dateStyle = (DateFormat::EStyle) (dateStyle+1)) in testLocale()
96 for(dateStyle = (DateFormat::EStyle)0; in testLocale()
97 dateStyle < (DateFormat::EStyle)4; in testLocale()
98 dateStyle = (DateFormat::EStyle) (dateStyle+1)) in testLocale()
[all …]
Ddtfmtrtts.cpp190 static const char *styleName(DateFormat::EStyle s) in styleName()
236 logln("Testing style " + UnicodeString(styleName((DateFormat::EStyle)style))); in test()
237 DateFormat *df = DateFormat::createDateInstance((DateFormat::EStyle)style, loc); in test()
239 …uld not DF::createDateInstance ") + UnicodeString(styleName((DateFormat::EStyle)style)) + " L… in test()
249 logln("Testing style " + UnicodeString(styleName((DateFormat::EStyle)style))); in test()
250 DateFormat *df = DateFormat::createTimeInstance((DateFormat::EStyle)style, loc); in test()
252 …uld not DF::createTimeInstance ") + UnicodeString(styleName((DateFormat::EStyle)style)) + " Locale… in test()
263 …+ UnicodeString(styleName((DateFormat::EStyle)dstyle)) + ", tstyle" + UnicodeString(styleName((Dat… in test()
264 …rmat *df = DateFormat::createDateTimeInstance((DateFormat::EStyle)dstyle, (DateFormat::EStyle)tsty… in test()
266 …+ UnicodeString(styleName((DateFormat::EStyle)dstyle)) + ", tstyle" + UnicodeString(styleName((Dat… in test()
Ddadrfmt.cpp167 … = DateFormat::createDateTimeInstance((DateFormat::EStyle)styleSet.getDateStyle(), (DateFormat::ES… in testConvertDate()
/external/icu4c/i18n/unicode/
Dtmutfmt.h79 enum EStyle { enum
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,
Ddatefmt.h148 enum EStyle enum
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&);
Dsmpdtfmt.h785 SimpleDateFormat(EStyle timeStyle, EStyle dateStyle, const Locale& locale, UErrorCode& status);
873 void construct(EStyle timeStyle, EStyle dateStyle, const Locale& locale, UErrorCode& status);
/external/chromium/third_party/icu/public/i18n/unicode/
Dtmutfmt.h89 enum EStyle { enum
112 TimeUnitFormat(const Locale& locale, EStyle style, UErrorCode& status);
229 EStyle fStyle;
233 void create(const Locale& locale, EStyle style, UErrorCode& status);
243 void readFromCurrentLocale(EStyle style, const char* key, UErrorCode& status);
247 void checkConsistency(EStyle style, const char* key, UErrorCode& status);
250 void searchInLocaleChain(EStyle style, const char* key,
Ddatefmt.h148 enum EStyle enum
443 static DateFormat* U_EXPORT2 createTimeInstance(EStyle style = kDefault,
456 static DateFormat* U_EXPORT2 createDateInstance(EStyle style = kDefault,
472 static DateFormat* U_EXPORT2 createDateTimeInstance(EStyle dateStyle = kDefault,
473 EStyle timeStyle = kDefault,
622 static DateFormat* U_EXPORT2 create(EStyle timeStyle, EStyle dateStyle, const Locale&);
Dsmpdtfmt.h715 SimpleDateFormat(EStyle timeStyle, EStyle dateStyle, const Locale& locale, UErrorCode& status);
800 void construct(EStyle timeStyle, EStyle dateStyle, const Locale& locale, UErrorCode& status);
/external/chromium/third_party/icu/source/i18n/
Ddatefmt.cpp235 DateFormat::createTimeInstance(DateFormat::EStyle style, in createTimeInstance()
244 DateFormat::createDateInstance(DateFormat::EStyle style, in createDateInstance()
251 style = (EStyle) (style + kDateOffset); in createDateInstance()
253 return create(kNone, (EStyle) (style), aLocale); in createDateInstance()
259 DateFormat::createDateTimeInstance(EStyle dateStyle, in createDateTimeInstance()
260 EStyle timeStyle, in createDateTimeInstance()
265 dateStyle = (EStyle) (dateStyle + kDateOffset); in createDateTimeInstance()
275 return create(kShort, (EStyle) (kShort + kDateOffset), Locale::getDefault()); in createInstance()
281 DateFormat::create(EStyle timeStyle, EStyle dateStyle, const Locale& locale) in create()
Dwindtfmt.h43 …Win32DateFormat(DateFormat::EStyle timeStyle, DateFormat::EStyle dateStyle, const Locale &locale, …
131 DateFormat::EStyle fTimeStyle;
132 DateFormat::EStyle fDateStyle;
Dtmutfmt.cpp90 TimeUnitFormat::TimeUnitFormat(const Locale& locale, EStyle style, UErrorCode& status) in TimeUnitFormat()
270 for (EStyle style = kFull; style < kTotal; style = (EStyle)(style + 1)) { in parseObject()
358 TimeUnitFormat::create(const Locale& locale, EStyle style, UErrorCode& status) { in create()
416 TimeUnitFormat::readFromCurrentLocale(EStyle style, const char* key, UErrorCode& err) { in readFromCurrentLocale()
537 TimeUnitFormat::checkConsistency(EStyle style, const char* key, UErrorCode& err) { in checkConsistency()
602 TimeUnitFormat::searchInLocaleChain(EStyle style, const char* key, in searchInLocaleChain()
Dreldtfmt.cpp75 EStyle newStyle = (EStyle)(fDateStyle & ~UDAT_RELATIVE); in RelativeDateFormat()
80 fTimeFormat = createTimeInstance((EStyle)fTimeStyle, locale); in RelativeDateFormat()
Dwindtfmt.cpp96 Win32DateFormat::Win32DateFormat(DateFormat::EStyle timeStyle, DateFormat::EStyle dateStyle, const … in Win32DateFormat()
Dudat.cpp57 fmt = DateFormat::createDateTimeInstance((DateFormat::EStyle)dateStyle, in udat_open()
58 (DateFormat::EStyle)timeStyle); in udat_open()
61 fmt = DateFormat::createDateTimeInstance((DateFormat::EStyle)dateStyle, in udat_open()
62 (DateFormat::EStyle)timeStyle, in udat_open()
/external/icu4c/i18n/
Ddatefmt.cpp298 DateFormat::createTimeInstance(DateFormat::EStyle style, in createTimeInstance()
307 DateFormat::createDateInstance(DateFormat::EStyle style, in createDateInstance()
314 style = (EStyle) (style + kDateOffset); in createDateInstance()
316 return create(kNone, (EStyle) (style), aLocale); in createDateInstance()
322 DateFormat::createDateTimeInstance(EStyle dateStyle, in createDateTimeInstance()
323 EStyle timeStyle, in createDateTimeInstance()
328 dateStyle = (EStyle) (dateStyle + kDateOffset); in createDateTimeInstance()
338 return create(kShort, (EStyle) (kShort + kDateOffset), Locale::getDefault()); in createInstance()
344 DateFormat::create(EStyle timeStyle, EStyle dateStyle, const Locale& locale) in create()
Dwindtfmt.h43 …Win32DateFormat(DateFormat::EStyle timeStyle, DateFormat::EStyle dateStyle, const Locale &locale, …
131 DateFormat::EStyle fTimeStyle;
132 DateFormat::EStyle fDateStyle;
Dtmutfmt.cpp90 TimeUnitFormat::TimeUnitFormat(const Locale& locale, EStyle style, UErrorCode& status) in TimeUnitFormat()
270 for (EStyle style = kFull; style < kTotal; style = (EStyle)(style + 1)) { in parseObject()
358 TimeUnitFormat::create(const Locale& locale, EStyle style, UErrorCode& status) { in create()
416 TimeUnitFormat::readFromCurrentLocale(EStyle style, const char* key, UErrorCode& err) { in readFromCurrentLocale()
537 TimeUnitFormat::checkConsistency(EStyle style, const char* key, UErrorCode& err) { in checkConsistency()
602 TimeUnitFormat::searchInLocaleChain(EStyle style, const char* key, in searchInLocaleChain()
Dreldtfmt.cpp75 EStyle newStyle = (EStyle)(fDateStyle & ~UDAT_RELATIVE); in RelativeDateFormat()
80 fTimeFormat = createTimeInstance((EStyle)fTimeStyle, locale); in RelativeDateFormat()
Dwindtfmt.cpp96 Win32DateFormat::Win32DateFormat(DateFormat::EStyle timeStyle, DateFormat::EStyle dateStyle, const … in Win32DateFormat()
Dudat.cpp101 fmt = DateFormat::createDateTimeInstance((DateFormat::EStyle)dateStyle, in udat_open()
102 (DateFormat::EStyle)timeStyle); in udat_open()
105 fmt = DateFormat::createDateTimeInstance((DateFormat::EStyle)dateStyle, in udat_open()
106 (DateFormat::EStyle)timeStyle, in udat_open()
Dsmpdtfmt.cpp198 construct(kShort, (EStyle) (kShort + kDateOffset), fLocale, status); in SimpleDateFormat()
331 SimpleDateFormat::SimpleDateFormat(EStyle timeStyle, in SimpleDateFormat()
332 EStyle dateStyle, in SimpleDateFormat()
451 void SimpleDateFormat::construct(EStyle timeStyle, in construct()
452 EStyle dateStyle, in construct()

12