Searched refs:UTimeUnitFormatStyle (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/i18n/unicode/ |
D | tmutfmt.h | 39 enum UTimeUnitFormatStyle { enum 47 typedef enum UTimeUnitFormatStyle UTimeUnitFormatStyle; /**< @deprecated ICU 53 */ typedef 107 TimeUnitFormat(const Locale& locale, UTimeUnitFormatStyle style, UErrorCode& status); 198 UTimeUnitFormatStyle fStyle; 200 void create(UTimeUnitFormatStyle style, UErrorCode& status); 210 …void readFromCurrentLocale(UTimeUnitFormatStyle style, const char* key, const UVector& pluralCount… 215 void checkConsistency(UTimeUnitFormatStyle style, const char* key, UErrorCode& status); 218 void searchInLocaleChain(UTimeUnitFormatStyle style, const char* key, const char* localeName,
|
/external/icu/icu4c/source/i18n/ |
D | tmutfmt.cpp | 95 TimeUnitFormat::TimeUnitFormat(const Locale& locale, UTimeUnitFormatStyle style, UErrorCode& status… in TimeUnitFormat() 207 … for (UTimeUnitFormatStyle style = UTMUTFMT_FULL_STYLE; style < UTMUTFMT_FORMAT_STYLE_COUNT; in parseObject() 208 style = (UTimeUnitFormatStyle)(style + 1)) { in parseObject() 290 TimeUnitFormat::create(UTimeUnitFormatStyle style, UErrorCode& status) { in create() 355 UTimeUnitFormatStyle style; 359 const UVector &pluralCounts, UTimeUnitFormatStyle style) : in TimeUnitFormatReadSink() 462 TimeUnitFormat::readFromCurrentLocale(UTimeUnitFormatStyle style, const char* key, in readFromCurrentLocale() 485 TimeUnitFormat::checkConsistency(UTimeUnitFormatStyle style, const char* key, UErrorCode& err) { in checkConsistency() 549 TimeUnitFormat::searchInLocaleChain(UTimeUnitFormatStyle style, const char* key, const char* locale… in searchInLocaleChain()
|
/external/icu/icu4c/source/test/intltest/ |
D | tufmtts.cpp | 312 UTimeUnitFormatStyle styles[] = {UTMUTFMT_FULL_STYLE, UTMUTFMT_ABBREVIATED_STYLE}; in testGreekWithFallback()
|