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

/external/icu4c/i18n/unicode/
H A Dtmutfmt.h35 enum UTimeUnitFormatStyle { enum
43 typedef enum UTimeUnitFormatStyle UTimeUnitFormatStyle; /**< @draft ICU 4.8 */ typedef in typeref:enum:UTimeUnitFormatStyle
100 TimeUnitFormat(const Locale& locale, UTimeUnitFormatStyle style, UErrorCode& status);
220 UTimeUnitFormatStyle fStyle;
222 void create(const Locale& locale, UTimeUnitFormatStyle style, UErrorCode& status);
232 void readFromCurrentLocale(UTimeUnitFormatStyle style, const char* key, UErrorCode& status);
236 void checkConsistency(UTimeUnitFormatStyle style, const char* key, UErrorCode& status);
239 void searchInLocaleChain(UTimeUnitFormatStyle style, const char* key, const char* localeName,

Completed in 57 milliseconds