Lines Matching refs:DateFormatSymbols
84 class U_I18N_API DateFormatSymbols U_FINAL : public UObject {
99 DateFormatSymbols(UErrorCode& status);
111 DateFormatSymbols(const Locale& locale,
131 DateFormatSymbols(const char *type, UErrorCode& status);
146 DateFormatSymbols(const Locale& locale,
155 DateFormatSymbols(const DateFormatSymbols&);
161 DateFormatSymbols& operator=(const DateFormatSymbols&);
168 virtual ~DateFormatSymbols();
177 UBool operator==(const DateFormatSymbols& other) const;
186 UBool operator!=(const DateFormatSymbols& other) const { return !operator==(other); }
911 DateFormatSymbols(); // default constructor not implemented
968 void copyData(const DateFormatSymbols& other);
1008 static DateFormatSymbols * U_EXPORT2 createForLocale(