Searched refs:UTimeUnitFormatStyle (Results 1 - 3 of 3) sorted by relevance
/external/icu/icu4c/source/i18n/unicode/ |
H A D | tmutfmt.h | 37 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 D | tmutfmt.cpp | 92 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 D | tufmtts.cpp | 310 UTimeUnitFormatStyle styles[] = {UTMUTFMT_FULL_STYLE, UTMUTFMT_ABBREVIATED_STYLE};
|
Completed in 265 milliseconds