Lines Matching refs:DateFormat
147 class U_I18N_API DateFormat : public Format {
215 virtual ~DateFormat();
518 static DateFormat* U_EXPORT2 createInstance(void);
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,
603 static DateFormat* U_EXPORT2 createInstanceForSkeleton(
620 static DateFormat* U_EXPORT2 createInstanceForSkeleton(
639 static DateFormat* U_EXPORT2 createInstanceForSkeleton(
815 virtual DateFormat& U_EXPORT2 setBooleanAttribute(UDateFormatBooleanAttribute attr,
837 DateFormat();
843 DateFormat(const DateFormat&);
849 DateFormat& operator=(const DateFormat&);
878 static DateFormat* U_EXPORT2 create(EStyle timeStyle, EStyle dateStyle, const Locale& inLocale);