Searched refs:UTimeUnitFormatStyle (Results 1 - 3 of 3) sorted by relevance

/external/icu/icu4c/source/i18n/unicode/
H A Dtmutfmt.h37 enum UTimeUnitFormatStyle { enum
45 typedef enum UTimeUnitFormatStyle UTimeUnitFormatStyle; /**< @deprecated ICU 53 */ typedef in typeref:enum:UTimeUnitFormatStyle
103 TimeUnitFormat(const Locale& locale, UTimeUnitFormatStyle style, UErrorCode& status);
194 UTimeUnitFormatStyle fStyle;
196 void create(UTimeUnitFormatStyle style, UErrorCode& status);
206 void readFromCurrentLocale(UTimeUnitFormatStyle style, const char* key, const UVector& pluralCounts,
211 void checkConsistency(UTimeUnitFormatStyle style, const char* key, UErrorCode& status);
214 void searchInLocaleChain(UTimeUnitFormatStyle style, const char* key, const char* localeName,
/external/icu/icu4c/source/i18n/
H A Dtmutfmt.cpp92 TimeUnitFormat::TimeUnitFormat(const Locale& locale, UTimeUnitFormatStyle style, UErrorCode& status) {
204 for (UTimeUnitFormatStyle style = UTMUTFMT_FULL_STYLE; style < UTMUTFMT_FORMAT_STYLE_COUNT;
205 style = (UTimeUnitFormatStyle)(style + 1)) {
287 TimeUnitFormat::create(UTimeUnitFormatStyle style, UErrorCode& status) {
351 TimeUnitFormat::readFromCurrentLocale(UTimeUnitFormatStyle style, const char* key,
472 TimeUnitFormat::checkConsistency(UTimeUnitFormatStyle style, const char* key, UErrorCode& err) {
540 TimeUnitFormat::searchInLocaleChain(UTimeUnitFormatStyle style, const char* key, const char* localeName,
/external/icu/icu4c/source/test/intltest/
H A Dtufmtts.cpp310 UTimeUnitFormatStyle styles[] = {UTMUTFMT_FULL_STYLE, UTMUTFMT_ABBREVIATED_STYLE};

Completed in 265 milliseconds