Searched defs:TimeUnitFormat (Results 1 - 4 of 4) sorted by relevance

/external/icu/icu4c/source/i18n/unicode/
H A Dtmutfmt.h67 * TimeUnitFormat* format = new TimeUnitFormat(Locale("en"), status);
84 * @see TimeUnitFormat
87 class U_I18N_API TimeUnitFormat: public MeasureFormat { class in inherits:MeasureFormat
91 * Create TimeUnitFormat with default locale, and full name style.
95 TimeUnitFormat(UErrorCode& status);
98 * Create TimeUnitFormat given locale, and full name style.
101 TimeUnitFormat(const Locale& locale, UErrorCode& status);
104 * Create TimeUnitFormat given locale and style.
107 TimeUnitFormat(cons
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DTimeUnitFormat.java47 * TimeUnitFormat format = new TimeUnitFormat();
69 public class TimeUnitFormat extends MeasureFormat { class in inherits:MeasureFormat
121 public TimeUnitFormat() { method in class:TimeUnitFormat
128 * Create TimeUnitFormat given a ULocale, and using full name style.
133 public TimeUnitFormat(ULocale locale) { method in class:TimeUnitFormat
138 * Create TimeUnitFormat given a Locale, and using full name style.
143 public TimeUnitFormat(Locale locale) { method in class:TimeUnitFormat
148 * Create TimeUnitFormat given a ULocale and a formatting style.
156 public TimeUnitFormat(ULocal method in class:TimeUnitFormat
170 private TimeUnitFormat(ULocale locale, int style, NumberFormat numberFormat) { method in class:TimeUnitFormat
182 public TimeUnitFormat(Locale locale, int style) { method in class:TimeUnitFormat
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DTimeUnitFormat.java46 * TimeUnitFormat format = new TimeUnitFormat();
67 public class TimeUnitFormat extends MeasureFormat { class in inherits:MeasureFormat
119 public TimeUnitFormat() { method in class:TimeUnitFormat
126 * Create TimeUnitFormat given a ULocale, and using full name style.
131 public TimeUnitFormat(ULocale locale) { method in class:TimeUnitFormat
136 * Create TimeUnitFormat given a Locale, and using full name style.
141 public TimeUnitFormat(Locale locale) { method in class:TimeUnitFormat
146 * Create TimeUnitFormat given a ULocale and a formatting style.
154 public TimeUnitFormat(ULocal method in class:TimeUnitFormat
168 private TimeUnitFormat(ULocale locale, int style, NumberFormat numberFormat) { method in class:TimeUnitFormat
180 public TimeUnitFormat(Locale locale, int style) { method in class:TimeUnitFormat
[all...]
/external/icu/icu4c/source/i18n/
H A Dtmutfmt.cpp58 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(TimeUnitFormat)
83 TimeUnitFormat::TimeUnitFormat(UErrorCode& status) { function in class:TimeUnitFormat
89 TimeUnitFormat::TimeUnitFormat(const Locale& locale, UErrorCode& status) { function in class:TimeUnitFormat
95 TimeUnitFormat::TimeUnitFormat(const Locale& locale, UTimeUnitFormatStyle style, UErrorCode& status) { function in class:TimeUnitFormat
110 TimeUnitFormat::TimeUnitFormat(const TimeUnitFormat function in class:TimeUnitFormat
[all...]

Completed in 231 milliseconds