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

  /external/chromium_org/third_party/icu/source/i18n/unicode/
dtfmtsym.h 281 enum DtWidthType {
296 const UnicodeString* getMonths(int32_t& count, DtContextType context, DtWidthType width) const;
307 void setMonths(const UnicodeString* months, int32_t count, DtContextType context, DtWidthType width);
350 const UnicodeString* getWeekdays(int32_t& count, DtContextType context, DtWidthType width) const;
360 void setWeekdays(const UnicodeString* weekdays, int32_t count, DtContextType context, DtWidthType width);
371 const UnicodeString* getQuarters(int32_t& count, DtContextType context, DtWidthType width) const;
383 void setQuarters(const UnicodeString* quarters, int32_t count, DtContextType context, DtWidthType width);
  /external/icu/icu4c/source/i18n/unicode/
dtfmtsym.h 282 enum DtWidthType {
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/
dtfmtsym.cpp 556 DateFormatSymbols::getMonths(int32_t &count, DtContextType context, DtWidthType width ) const
618 DateFormatSymbols::getWeekdays(int32_t &count, DtContextType context, DtWidthType width) const
665 DateFormatSymbols::getQuarters(int32_t &count, DtContextType context, DtWidthType width ) const
792 DateFormatSymbols::setMonths(const UnicodeString* monthsArray, int32_t count, DtContextType context, DtWidthType width)
886 DateFormatSymbols::setWeekdays(const UnicodeString* weekdaysArray, int32_t count, DtContextType context, DtWidthType width)
953 DateFormatSymbols::setQuarters(const UnicodeString* quartersArray, int32_t count, DtContextType context, DtWidthType width)
    [all...]
  /external/icu/icu4c/source/i18n/
dtfmtsym.cpp 551 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)
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
tsdtfmsy.cpp 65 DateFormatSymbols::DtWidthType width[] = {DateFormatSymbols::WIDE, DateFormatSymbols::ABBREVIATED, DateFormatSymbols::NARROW};
90 DateFormatSymbols::DtWidthType width[] = {DateFormatSymbols::WIDE, DateFormatSymbols::ABBREVIATED, DateFormatSymbols::NARROW};
  /external/icu/icu4c/source/test/intltest/
tsdtfmsy.cpp 66 DateFormatSymbols::DtWidthType width[] = {DateFormatSymbols::WIDE, DateFormatSymbols::ABBREVIATED, DateFormatSymbols::NARROW};
91 DateFormatSymbols::DtWidthType width[] = {DateFormatSymbols::WIDE, DateFormatSymbols::ABBREVIATED, DateFormatSymbols::NARROW};

Completed in 143 milliseconds