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

  /external/icu/icu4c/source/i18n/unicode/
dtfmtsym.h 272 enum DtContextType {
304 const UnicodeString* getMonths(int32_t& count, DtContextType context, DtWidthType width) const;
315 void setMonths(const UnicodeString* months, int32_t count, DtContextType context, DtWidthType width);
360 const UnicodeString* getWeekdays(int32_t& count, DtContextType context, DtWidthType width) const;
370 void setWeekdays(const UnicodeString* weekdays, int32_t count, DtContextType context, DtWidthType width);
381 const UnicodeString* getQuarters(int32_t& count, DtContextType context, DtWidthType width) const;
393 void setQuarters(const UnicodeString* quarters, int32_t count, DtContextType context, DtWidthType width);
454 DtContextType context, DtWidthType width) const;
466 DtContextType context, DtWidthType width);
479 DtContextType context, DtWidthType width) const
    [all...]
  /external/icu/icu4c/source/i18n/
dtfmtsym.cpp 635 DateFormatSymbols::getMonths(int32_t &count, DtContextType context, DtWidthType width ) const
699 DateFormatSymbols::getWeekdays(int32_t &count, DtContextType context, DtWidthType width) const
754 DateFormatSymbols::getQuarters(int32_t &count, DtContextType context, DtWidthType width ) const
826 DtContextType /*ignored*/, DtWidthType /*ignored*/) const
834 DtContextType context, DtWidthType width)
848 DtContextType /*ignored*/, DtWidthType /*ignored*/) const
856 DtContextType context, DtWidthType width)
    [all...]
  /external/icu/icu4c/source/test/intltest/
tsdtfmsy.cpp 65 DateFormatSymbols::DtContextType context[] = {DateFormatSymbols::STANDALONE, DateFormatSymbols::FORMAT};
90 DateFormatSymbols::DtContextType context[] = {DateFormatSymbols::STANDALONE, DateFormatSymbols::FORMAT};

Completed in 539 milliseconds