HomeSort by relevance Sort by last modified time
    Searched refs:DtWidthType (Results 1 - 3 of 3) sorted by null

  /external/icu4c/i18n/unicode/
dtfmtsym.h 279 enum DtWidthType {
294 const UnicodeString* getMonths(int32_t& count, DtContextType context, DtWidthType width) const;
305 void setMonths(const UnicodeString* months, int32_t count, DtContextType context, DtWidthType width);
348 const UnicodeString* getWeekdays(int32_t& count, DtContextType context, DtWidthType width) const;
358 void setWeekdays(const UnicodeString* weekdays, int32_t count, DtContextType context, DtWidthType width);
369 const UnicodeString* getQuarters(int32_t& count, DtContextType context, DtWidthType width) const;
381 void setQuarters(const UnicodeString* quarters, int32_t count, DtContextType context, DtWidthType width);
  /external/icu4c/i18n/
dtfmtsym.cpp 547 DateFormatSymbols::getMonths(int32_t &count, DtContextType context, DtWidthType width ) const
609 DateFormatSymbols::getWeekdays(int32_t &count, DtContextType context, DtWidthType width) const
656 DateFormatSymbols::getQuarters(int32_t &count, DtContextType context, DtWidthType width ) const
783 DateFormatSymbols::setMonths(const UnicodeString* monthsArray, int32_t count, DtContextType context, DtWidthType width)
877 DateFormatSymbols::setWeekdays(const UnicodeString* weekdaysArray, int32_t count, DtContextType context, DtWidthType width)
944 DateFormatSymbols::setQuarters(const UnicodeString* quartersArray, int32_t count, DtContextType context, DtWidthType width)
    [all...]
  /external/icu4c/test/intltest/
tsdtfmsy.cpp 65 DateFormatSymbols::DtWidthType width[] = {DateFormatSymbols::WIDE, DateFormatSymbols::ABBREVIATED, DateFormatSymbols::NARROW};
90 DateFormatSymbols::DtWidthType width[] = {DateFormatSymbols::WIDE, DateFormatSymbols::ABBREVIATED, DateFormatSymbols::NARROW};

Completed in 377 milliseconds