Home
last modified time | relevance | path

Searched refs:UTimeUnitFormatStyle (Results 1 – 7 of 7) sorted by relevance

/third_party/node/deps/icu-small/source/i18n/unicode/
Dtmutfmt.h41 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,
/third_party/icu/icu4c/source/i18n/unicode/
Dtmutfmt.h41 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,
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Dtmutfmt.h41 enum UTimeUnitFormatStyle { enum
49 typedef enum UTimeUnitFormatStyle UTimeUnitFormatStyle; /**< @deprecated ICU 53 */ typedef
109 TimeUnitFormat(const Locale& locale, UTimeUnitFormatStyle style, UErrorCode& status);
200 UTimeUnitFormatStyle fStyle;
202 void create(UTimeUnitFormatStyle style, UErrorCode& status);
212 …void readFromCurrentLocale(UTimeUnitFormatStyle style, const char* key, const UVector& pluralCount…
217 void checkConsistency(UTimeUnitFormatStyle style, const char* key, UErrorCode& status);
220 void searchInLocaleChain(UTimeUnitFormatStyle style, const char* key, const char* localeName,
/third_party/node/deps/icu-small/source/i18n/
Dtmutfmt.cpp99 TimeUnitFormat::TimeUnitFormat(const Locale& locale, UTimeUnitFormatStyle style, UErrorCode& status… in TimeUnitFormat()
211 … for (UTimeUnitFormatStyle style = UTMUTFMT_FULL_STYLE; style < UTMUTFMT_FORMAT_STYLE_COUNT; in parseObject()
212 style = (UTimeUnitFormatStyle)(style + 1)) { in parseObject()
294 TimeUnitFormat::create(UTimeUnitFormatStyle style, UErrorCode& status) { in create()
359 UTimeUnitFormatStyle style;
363 const UVector &pluralCounts, UTimeUnitFormatStyle style) : in TimeUnitFormatReadSink()
466 TimeUnitFormat::readFromCurrentLocale(UTimeUnitFormatStyle style, const char* key, in readFromCurrentLocale()
489 TimeUnitFormat::checkConsistency(UTimeUnitFormatStyle style, const char* key, UErrorCode& err) { in checkConsistency()
553 TimeUnitFormat::searchInLocaleChain(UTimeUnitFormatStyle style, const char* key, const char* locale… in searchInLocaleChain()
/third_party/skia/third_party/externals/icu/source/i18n/
Dtmutfmt.cpp95 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()
/third_party/icu/icu4c/source/i18n/
Dtmutfmt.cpp95 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()
/third_party/icu/icu4c/source/test/intltest/
Dtufmtts.cpp312 UTimeUnitFormatStyle styles[] = {UTMUTFMT_FULL_STYLE, UTMUTFMT_ABBREVIATED_STYLE}; in testGreekWithFallback()