Searched refs:DtWidthType (Results 1 – 5 of 5) sorted by relevance
/external/icu/icu4c/source/i18n/unicode/ |
D | dtfmtsym.h | 293 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/ |
D | dtfmtsym.cpp | 675 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()
|
D | reldatefmt.cpp | 615 static const DateFormatSymbols::DtWidthType styleToDateFormatSymbolWidth[UDAT_STYLE_COUNT] = { 633 DateFormatSymbols::DtWidthType dtfmtWidth = styleToDateFormatSymbolWidth[style]; in loadWeekdayNames()
|
/external/icu/icu4c/source/test/intltest/ |
D | tsdtfmsy.cpp | 68 …DateFormatSymbols::DtWidthType width[] = {DateFormatSymbols::WIDE, DateFormatSymbols::ABBREVIATED,… in TestGetMonths2() 93 …DateFormatSymbols::DtWidthType width[] = {DateFormatSymbols::WIDE, DateFormatSymbols::ABBREVIATED,… in TestGetWeekdays2()
|
/external/v8/src/objects/ |
D | js-display-names.cc | 291 icu::DateFormatSymbols::DtWidthType StyleToDtWidthType( in StyleToDtWidthType() 426 icu::DateFormatSymbols::DtWidthType width_type = in CreateDateFormatSymbolsNames()
|