Home | History | Annotate | Download | only in i18n

Lines Matching defs:DateFormatSymbols

42 // class DateFormatSymbols
173 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(DateFormatSymbols)
209 DateFormatSymbols::DateFormatSymbols(const Locale& locale,
216 DateFormatSymbols::DateFormatSymbols(UErrorCode& status)
223 DateFormatSymbols::DateFormatSymbols(const Locale& locale,
231 DateFormatSymbols::DateFormatSymbols(const char *type, UErrorCode& status)
237 DateFormatSymbols::DateFormatSymbols(const DateFormatSymbols& other)
244 DateFormatSymbols::assignArray(UnicodeString*& dstArray,
251 // All strings in a DateFormatSymbols object are created in one of the following
257 // Note that this is true for as long as DateFormatSymbols can be constructed
277 DateFormatSymbols::createZoneStrings(const UnicodeString *const * otherStrings)
311 DateFormatSymbols::copyData(const DateFormatSymbols& other) {
359 DateFormatSymbols& DateFormatSymbols::operator=(const DateFormatSymbols& other)
367 DateFormatSymbols::~DateFormatSymbols()
372 void DateFormatSymbols::dispose()
399 void DateFormatSymbols::disposeZoneStrings()
431 DateFormatSymbols::arrayCompare(const UnicodeString* array1,
445 DateFormatSymbols::operator==(const DateFormatSymbols& other) const
521 DateFormatSymbols::getEras(int32_t &count) const
528 DateFormatSymbols::getEraNames(int32_t &count) const
535 DateFormatSymbols::getNarrowEras(int32_t &count) const
542 DateFormatSymbols::getMonths(int32_t &count) const
549 DateFormatSymbols::getShortMonths(int32_t &count) const
556 DateFormatSymbols::getMonths(int32_t &count, DtContextType context, DtWidthType width ) const
604 DateFormatSymbols::getWeekdays(int32_t &count) const
611 DateFormatSymbols::getShortWeekdays(int32_t &count) const
618 DateFormatSymbols::getWeekdays(int32_t &count, DtContextType context, DtWidthType width) const
665 DateFormatSymbols::getQuarters(int32_t &count, DtContextType context, DtWidthType width ) const
713 DateFormatSymbols::getAmPmStrings(int32_t &count) const
722 DateFormatSymbols::setEras(const UnicodeString* erasArray, int32_t count)
736 DateFormatSymbols::setEraNames(const UnicodeString* eraNamesArray, int32_t count)
750 DateFormatSymbols::setNarrowEras(const UnicodeString* narrowErasArray, int32_t count)
764 DateFormatSymbols::setMonths(const UnicodeString* monthsArray, int32_t count)
778 DateFormatSymbols::setShortMonths(const UnicodeString* shortMonthsArray, int32_t count)
792 DateFormatSymbols::setMonths(const UnicodeString* monthsArray, int32_t count, DtContextType context, DtWidthType width)
858 void DateFormatSymbols::setWeekdays(const UnicodeString* weekdaysArray, int32_t count)
872 DateFormatSymbols::setShortWeekdays(const UnicodeString* shortWeekdaysArray, int32_t count)
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)
1024 DateFormatSymbols::setAmPmStrings(const UnicodeString* amPmsArray, int32_t count)
1038 DateFormatSymbols::getZoneStringFormat(void) const {
1041 ((DateFormatSymbols*)this)->initZoneStringFormat();
1048 DateFormatSymbols::initZoneStringFormat(void) {
1072 DateFormatSymbols::getZoneStrings(int32_t& rowCount, int32_t& columnCount) const
1079 ((DateFormatSymbols*)this)->initZoneStringsArray();
1093 DateFormatSymbols::initZoneStringsArray(void) {
1107 DateFormatSymbols::setZoneStrings(const UnicodeString* const *strings, int32_t rowCount, int32_t columnCount)
1122 DateFormatSymbols::getPatternUChars(void)
1130 DateFormatSymbols::getLocalPatternChars(UnicodeString& result) const
1139 DateFormatSymbols::setLocalPatternChars(const UnicodeString& newLocalPatternChars)
1186 DateFormatSymbols::initializeData(const Locale& locale, const char *type, UErrorCode& status, UBool useLastResortData)
1567 DateFormatSymbols::getLocale(ULocDataLocaleType type, UErrorCode& status) const {