Searched refs:UTimeUnitFormatStyle (Results 1 – 7 of 7) sorted by relevance
/external/icu/icu4c/source/i18n/unicode/ |
D | tmutfmt.h | 41 enum UTimeUnitFormatStyle { enum 49 typedef enum UTimeUnitFormatStyle UTimeUnitFormatStyle; /**< @deprecated ICU 53 */ typedef 109 TimeUnitFormat(const Locale& locale, UTimeUnitFormatStyle style, UErrorCode& status); 191 UTimeUnitFormatStyle fStyle; 193 void create(UTimeUnitFormatStyle style, UErrorCode& status); 203 …void readFromCurrentLocale(UTimeUnitFormatStyle style, const char* key, const UVector& pluralCount… 208 void checkConsistency(UTimeUnitFormatStyle style, const char* key, UErrorCode& status); 211 void searchInLocaleChain(UTimeUnitFormatStyle style, const char* key, const char* localeName,
|
/external/icu/libicu/cts_headers/unicode/ |
D | tmutfmt.h | 41 enum UTimeUnitFormatStyle { enum 49 typedef enum UTimeUnitFormatStyle UTimeUnitFormatStyle; /**< @deprecated ICU 53 */ typedef 109 TimeUnitFormat(const Locale& locale, UTimeUnitFormatStyle style, UErrorCode& status); 191 UTimeUnitFormatStyle fStyle; 193 void create(UTimeUnitFormatStyle style, UErrorCode& status); 203 …void readFromCurrentLocale(UTimeUnitFormatStyle style, const char* key, const UVector& pluralCount… 208 void checkConsistency(UTimeUnitFormatStyle style, const char* key, UErrorCode& status); 211 void searchInLocaleChain(UTimeUnitFormatStyle style, const char* key, const char* localeName,
|
/external/cronet/third_party/icu/source/i18n/unicode/ |
D | tmutfmt.h | 41 enum UTimeUnitFormatStyle { enum 49 typedef enum UTimeUnitFormatStyle UTimeUnitFormatStyle; /**< @deprecated ICU 53 */ typedef 109 TimeUnitFormat(const Locale& locale, UTimeUnitFormatStyle style, UErrorCode& status); 191 UTimeUnitFormatStyle fStyle; 193 void create(UTimeUnitFormatStyle style, UErrorCode& status); 203 …void readFromCurrentLocale(UTimeUnitFormatStyle style, const char* key, const UVector& pluralCount… 208 void checkConsistency(UTimeUnitFormatStyle style, const char* key, UErrorCode& status); 211 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/cronet/third_party/icu/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()
|
/external/cronet/third_party/icu/source/test/intltest/ |
D | tufmtts.cpp | 312 UTimeUnitFormatStyle styles[] = {UTMUTFMT_FULL_STYLE, UTMUTFMT_ABBREVIATED_STYLE}; in testGreekWithFallback()
|