Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/unicode/
Dtmutfmt.h37 enum UTimeUnitFormatStyle { enum
45 typedef enum UTimeUnitFormatStyle UTimeUnitFormatStyle; /**< @deprecated ICU 53 */ typedef
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& pluralCount…
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/
Dtmutfmt.cpp92 TimeUnitFormat::TimeUnitFormat(const Locale& locale, UTimeUnitFormatStyle style, UErrorCode& status… in TimeUnitFormat()
204 … for (UTimeUnitFormatStyle style = UTMUTFMT_FULL_STYLE; style < UTMUTFMT_FORMAT_STYLE_COUNT; in parseObject()
205 style = (UTimeUnitFormatStyle)(style + 1)) { in parseObject()
287 TimeUnitFormat::create(UTimeUnitFormatStyle style, UErrorCode& status) { in create()
351 TimeUnitFormat::readFromCurrentLocale(UTimeUnitFormatStyle style, const char* key, in readFromCurrentLocale()
472 TimeUnitFormat::checkConsistency(UTimeUnitFormatStyle style, const char* key, UErrorCode& err) { in checkConsistency()
540 TimeUnitFormat::searchInLocaleChain(UTimeUnitFormatStyle style, const char* key, const char* locale… in searchInLocaleChain()
/external/icu/icu4c/source/test/intltest/
Dtufmtts.cpp310 UTimeUnitFormatStyle styles[] = {UTMUTFMT_FULL_STYLE, UTMUTFMT_ABBREVIATED_STYLE}; in testGreekWithFallback()