Searched refs:DtContextType (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Ddtfmtsym.h272 enum DtContextType { enum in class:DateFormatSymbols
306 const UnicodeString* getMonths(int32_t& count, DtContextType context, DtWidthType width) const;
317 void setMonths(const UnicodeString* months, int32_t count, DtContextType context, DtWidthType width);
362 const UnicodeString* getWeekdays(int32_t& count, DtContextType context, DtWidthType width) const;
372 void setWeekdays(const UnicodeString* weekdays, int32_t count, DtContextType context, DtWidthType width);
383 const UnicodeString* getQuarters(int32_t& count, DtContextType context, DtWidthType width) const;
395 void setQuarters(const UnicodeString* quarters, int32_t count, DtContextType context, DtWidthType width);
/external/icu/icu4c/source/i18n/unicode/
H A Ddtfmtsym.h272 enum DtContextType { enum in class:DateFormatSymbols
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);
/external/chromium_org/third_party/icu/source/i18n/
H A Ddtfmtsym.cpp551 DateFormatSymbols::getMonths(int32_t &count, DtContextType context, DtWidthType width ) const
615 DateFormatSymbols::getWeekdays(int32_t &count, DtContextType context, DtWidthType width) const
670 DateFormatSymbols::getQuarters(int32_t &count, DtContextType context, DtWidthType width ) const
806 DateFormatSymbols::setMonths(const UnicodeString* monthsArray, int32_t count, DtContextType context, DtWidthType width)
900 DateFormatSymbols::setWeekdays(const UnicodeString* weekdaysArray, int32_t count, DtContextType context, DtWidthType width)
981 DateFormatSymbols::setQuarters(const UnicodeString* quartersArray, int32_t count, DtContextType context, DtWidthType width)
/external/icu/icu4c/source/i18n/
H A Ddtfmtsym.cpp551 DateFormatSymbols::getMonths(int32_t &count, DtContextType context, DtWidthType width ) const
615 DateFormatSymbols::getWeekdays(int32_t &count, DtContextType context, DtWidthType width) const
670 DateFormatSymbols::getQuarters(int32_t &count, DtContextType context, DtWidthType width ) const
806 DateFormatSymbols::setMonths(const UnicodeString* monthsArray, int32_t count, DtContextType context, DtWidthType width)
900 DateFormatSymbols::setWeekdays(const UnicodeString* weekdaysArray, int32_t count, DtContextType context, DtWidthType width)
981 DateFormatSymbols::setQuarters(const UnicodeString* quartersArray, int32_t count, DtContextType context, DtWidthType width)
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtsdtfmsy.cpp65 DateFormatSymbols::DtContextType context[] = {DateFormatSymbols::STANDALONE, DateFormatSymbols::FORMAT};
90 DateFormatSymbols::DtContextType context[] = {DateFormatSymbols::STANDALONE, DateFormatSymbols::FORMAT};
/external/icu/icu4c/source/test/intltest/
H A Dtsdtfmsy.cpp65 DateFormatSymbols::DtContextType context[] = {DateFormatSymbols::STANDALONE, DateFormatSymbols::FORMAT};
90 DateFormatSymbols::DtContextType context[] = {DateFormatSymbols::STANDALONE, DateFormatSymbols::FORMAT};

Completed in 162 milliseconds