Home | History | Annotate | Download | only in unicode

Lines Matching refs:TimeUnitFormat

63  *   TimeUnitFormat* format = new TimeUnitFormat(Locale("en"), status);
80 * @see TimeUnitFormat
83 class U_I18N_API TimeUnitFormat: public MeasureFormat {
87 * Create TimeUnitFormat with default locale, and full name style.
91 TimeUnitFormat(UErrorCode& status);
94 * Create TimeUnitFormat given locale, and full name style.
97 TimeUnitFormat(const Locale& locale, UErrorCode& status);
100 * Create TimeUnitFormat given locale and style.
103 TimeUnitFormat(const Locale& locale, UTimeUnitFormatStyle style, UErrorCode& status);
109 TimeUnitFormat(const TimeUnitFormat&);
115 virtual ~TimeUnitFormat();
129 TimeUnitFormat& operator=(const TimeUnitFormat& other);
233 TimeUnitFormat::operator!=(const Format& other) const {