Home
last modified time | relevance | path

Searched refs:DtWidthType (Results 1 – 5 of 5) sorted by relevance

/external/icu/icu4c/source/i18n/unicode/
Ddtfmtsym.h293 enum DtWidthType { enum
319 const UnicodeString* getMonths(int32_t& count, DtContextType context, DtWidthType width) const;
330 …void setMonths(const UnicodeString* months, int32_t count, DtContextType context, DtWidthType widt…
375 … const UnicodeString* getWeekdays(int32_t& count, DtContextType context, DtWidthType width) const;
385 …etWeekdays(const UnicodeString* weekdays, int32_t count, DtContextType context, DtWidthType width);
396 … const UnicodeString* getQuarters(int32_t& count, DtContextType context, DtWidthType width) const;
408 …etQuarters(const UnicodeString* quarters, int32_t count, DtContextType context, DtWidthType width);
467 DtContextType context, DtWidthType width) const;
479 DtContextType context, DtWidthType width);
492 DtContextType context, DtWidthType width) const;
[all …]
/external/icu/icu4c/source/i18n/
Ddtfmtsym.cpp675 DateFormatSymbols::getMonths(int32_t &count, DtContextType context, DtWidthType width ) const in getMonths()
739 DateFormatSymbols::getWeekdays(int32_t &count, DtContextType context, DtWidthType width) const in getWeekdays()
794 DateFormatSymbols::getQuarters(int32_t &count, DtContextType context, DtWidthType width ) const in getQuarters()
866 DtContextType /*ignored*/, DtWidthType /*ignored*/) const in getYearNames()
874 DtContextType context, DtWidthType width) in setYearNames()
888 DtContextType /*ignored*/, DtWidthType /*ignored*/) const in getZodiacNames()
896 DtContextType context, DtWidthType width) in setZodiacNames()
981 …etMonths(const UnicodeString* monthsArray, int32_t count, DtContextType context, DtWidthType width) in setMonths()
1075 …ekdays(const UnicodeString* weekdaysArray, int32_t count, DtContextType context, DtWidthType width) in setWeekdays()
1156 …arters(const UnicodeString* quartersArray, int32_t count, DtContextType context, DtWidthType width) in setQuarters()
Dreldatefmt.cpp615 static const DateFormatSymbols::DtWidthType styleToDateFormatSymbolWidth[UDAT_STYLE_COUNT] = {
633 DateFormatSymbols::DtWidthType dtfmtWidth = styleToDateFormatSymbolWidth[style]; in loadWeekdayNames()
/external/icu/icu4c/source/test/intltest/
Dtsdtfmsy.cpp68 …DateFormatSymbols::DtWidthType width[] = {DateFormatSymbols::WIDE, DateFormatSymbols::ABBREVIATED,… in TestGetMonths2()
93 …DateFormatSymbols::DtWidthType width[] = {DateFormatSymbols::WIDE, DateFormatSymbols::ABBREVIATED,… in TestGetWeekdays2()
/external/v8/src/objects/
Djs-display-names.cc291 icu::DateFormatSymbols::DtWidthType StyleToDtWidthType( in StyleToDtWidthType()
426 icu::DateFormatSymbols::DtWidthType width_type = in CreateDateFormatSymbolsNames()