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

/external/icu/icu4c/source/i18n/unicode/
H A Dtmutfmt.h37 enum UTimeUnitFormatStyle { enum
45 typedef enum UTimeUnitFormatStyle UTimeUnitFormatStyle; /**< @deprecated ICU 53 */ typedef in typeref:enum:UTimeUnitFormatStyle
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& pluralCounts,
215 void checkConsistency(UTimeUnitFormatStyle style, const char* key, UErrorCode& status);
218 void searchInLocaleChain(UTimeUnitFormatStyle style, const char* key, const char* localeName,
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dtmutfmt.h35 enum UTimeUnitFormatStyle { enum
43 typedef enum UTimeUnitFormatStyle UTimeUnitFormatStyle; /**< @stable 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, const UVector& pluralCounts,
237 void checkConsistency(UTimeUnitFormatStyle style, const char* key, UErrorCode& status);
240 void searchInLocaleChain(UTimeUnitFormatStyle style, const char* key, const char* localeName,
/external/chromium_org/third_party/icu/source/i18n/
H A Dtmutfmt.cpp93 TimeUnitFormat::TimeUnitFormat(const Locale& locale, UTimeUnitFormatStyle style, UErrorCode& status)
271 for (UTimeUnitFormatStyle style = UTMUTFMT_FULL_STYLE; style < UTMUTFMT_FORMAT_STYLE_COUNT;
272 style = (UTimeUnitFormatStyle)(style + 1)) {
359 TimeUnitFormat::create(const Locale& locale, UTimeUnitFormatStyle style, UErrorCode& status) {
425 TimeUnitFormat::readFromCurrentLocale(UTimeUnitFormatStyle style, const char* key,
549 TimeUnitFormat::checkConsistency(UTimeUnitFormatStyle style, const char* key, UErrorCode& err) {
617 TimeUnitFormat::searchInLocaleChain(UTimeUnitFormatStyle style, const char* key, const char* localeName,
/external/icu/icu4c/source/i18n/
H A Dtmutfmt.cpp91 TimeUnitFormat::TimeUnitFormat(const Locale& locale, UTimeUnitFormatStyle style, UErrorCode& status) {
203 for (UTimeUnitFormatStyle style = UTMUTFMT_FULL_STYLE; style < UTMUTFMT_FORMAT_STYLE_COUNT;
204 style = (UTimeUnitFormatStyle)(style + 1)) {
286 TimeUnitFormat::create(UTimeUnitFormatStyle style, UErrorCode& status) {
350 TimeUnitFormat::readFromCurrentLocale(UTimeUnitFormatStyle style, const char* key,
471 TimeUnitFormat::checkConsistency(UTimeUnitFormatStyle style, const char* key, UErrorCode& err) {
539 TimeUnitFormat::searchInLocaleChain(UTimeUnitFormatStyle style, const char* key, const char* localeName,
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtufmtts.cpp217 UTimeUnitFormatStyle styles[] = {UTMUTFMT_FULL_STYLE, UTMUTFMT_ABBREVIATED_STYLE};
/external/icu/icu4c/source/test/intltest/
H A Dtufmtts.cpp267 UTimeUnitFormatStyle styles[] = {UTMUTFMT_FULL_STYLE, UTMUTFMT_ABBREVIATED_STYLE};

Completed in 205 milliseconds