Home | History | Annotate | Download | only in i18n

Lines Matching defs:DateFormatSymbols

42 // class DateFormatSymbols
174 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(DateFormatSymbols)
211 DateFormatSymbols::DateFormatSymbols(const Locale& locale,
218 DateFormatSymbols::DateFormatSymbols(UErrorCode& status)
225 DateFormatSymbols::DateFormatSymbols(const Locale& locale,
233 DateFormatSymbols::DateFormatSymbols(const char *type, UErrorCode& status)
239 DateFormatSymbols::DateFormatSymbols(const DateFormatSymbols& other)
246 DateFormatSymbols::assignArray(UnicodeString*& dstArray,
253 // All strings in a DateFormatSymbols object are created in one of the following
259 // Note that this is true for as long as DateFormatSymbols can be constructed
279 DateFormatSymbols::createZoneStrings(const UnicodeString *const * otherStrings)
313 DateFormatSymbols::copyData(const DateFormatSymbols& other) {
359 DateFormatSymbols& DateFormatSymbols::operator=(const DateFormatSymbols& other)
367 DateFormatSymbols::~DateFormatSymbols()
372 void DateFormatSymbols::dispose()
399 void DateFormatSymbols::disposeZoneStrings()
421 DateFormatSymbols::arrayCompare(const UnicodeString* array1,
435 DateFormatSymbols::operator==(const DateFormatSymbols& other) const
512 DateFormatSymbols::getEras(int32_t &count) const
519 DateFormatSymbols::getEraNames(int32_t &count) const
526 DateFormatSymbols::getNarrowEras(int32_t &count) const
533 DateFormatSymbols::getMonths(int32_t &count) const
540 DateFormatSymbols::getShortMonths(int32_t &count) const
547 DateFormatSymbols::getMonths(int32_t &count, DtContextType context, DtWidthType width ) const
595 DateFormatSymbols::getWeekdays(int32_t &count) const
602 DateFormatSymbols::getShortWeekdays(int32_t &count) const
609 DateFormatSymbols::getWeekdays(int32_t &count, DtContextType context, DtWidthType width) const
656 DateFormatSymbols::getQuarters(int32_t &count, DtContextType context, DtWidthType width ) const
704 DateFormatSymbols::getAmPmStrings(int32_t &count) const
713 DateFormatSymbols::setEras(const UnicodeString* erasArray, int32_t count)
727 DateFormatSymbols::setEraNames(const UnicodeString* eraNamesArray, int32_t count)
741 DateFormatSymbols::setNarrowEras(const UnicodeString* narrowErasArray, int32_t count)
755 DateFormatSymbols::setMonths(const UnicodeString* monthsArray, int32_t count)
769 DateFormatSymbols::setShortMonths(const UnicodeString* shortMonthsArray, int32_t count)
783 DateFormatSymbols::setMonths(const UnicodeString* monthsArray, int32_t count, DtContextType context, DtWidthType width)
849 void DateFormatSymbols::setWeekdays(const UnicodeString* weekdaysArray, int32_t count)
863 DateFormatSymbols::setShortWeekdays(const UnicodeString* shortWeekdaysArray, int32_t count)
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)
1015 DateFormatSymbols::setAmPmStrings(const UnicodeString* amPmsArray, int32_t count)
1028 DateFormatSymbols::getZoneStrings(int32_t& rowCount, int32_t& columnCount) const
1035 ((DateFormatSymbols*)this)->initZoneStringsArray();
1053 DateFormatSymbols::initZoneStringsArray(void) {
1134 DateFormatSymbols::setZoneStrings(const UnicodeString* const *strings, int32_t rowCount, int32_t columnCount)
1149 DateFormatSymbols::getPatternUChars(void)
1157 DateFormatSymbols::getLocalPatternChars(UnicodeString& result) const
1166 DateFormatSymbols::setLocalPatternChars(const UnicodeString& newLocalPatternChars)
1213 DateFormatSymbols::initializeData(const Locale& locale, const char *type, UErrorCode& status, UBool useLastResortData)
1597 DateFormatSymbols::getLocale(ULocDataLocaleType type, UErrorCode& status) const {