Home | History | Annotate | Download | only in i18n

Lines Matching refs:DateFormatSymbols

434     const DateFormatSymbols *syms;
489 res = syms->getMonths(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW);
493 res = syms->getWeekdays(count, DateFormatSymbols::FORMAT, DateFormatSymbols::SHORT);
497 res = syms->getWeekdays(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW);
501 res = syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
505 res = syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED);
509 res = syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW);
513 res = syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
517 res = syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED);
521 res = syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::SHORT);
525 res = syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW);
529 res = syms->getQuarters(count, DateFormatSymbols::FORMAT, DateFormatSymbols::WIDE);
533 res = syms->getQuarters(count, DateFormatSymbols::FORMAT, DateFormatSymbols::ABBREVIATED);
537 res = syms->getQuarters(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
541 res = syms->getQuarters(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED);
557 const DateFormatSymbols *syms;
603 syms->getMonths(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW);
607 syms->getWeekdays(count, DateFormatSymbols::FORMAT, DateFormatSymbols::SHORT);
611 syms->getWeekdays(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW);
615 syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
619 syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED);
623 syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW);
627 syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
631 syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED);
635 syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::SHORT);
639 syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW);
643 syms->getQuarters(count, DateFormatSymbols::FORMAT, DateFormatSymbols::WIDE);
647 syms->getQuarters(count, DateFormatSymbols::FORMAT, DateFormatSymbols::ABBREVIATED);
651 syms->getQuarters(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
655 syms->getQuarters(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED);
666 * This DateFormatSymbolsSingleSetter class is a friend of DateFormatSymbols
683 * Even worse, the old code actually cloned the entire DateFormatSymbols object,
685 * replace its DateFormatSymbols object with the new one.
707 setEra(DateFormatSymbols *syms, int32_t index,
714 setEraName(DateFormatSymbols *syms, int32_t index,
721 setMonth(DateFormatSymbols *syms, int32_t index,
728 setShortMonth(DateFormatSymbols *syms, int32_t index,
735 setNarrowMonth(DateFormatSymbols *syms, int32_t index,
742 setStandaloneMonth(DateFormatSymbols *syms, int32_t index,
749 setStandaloneShortMonth(DateFormatSymbols *syms, int32_t index,
756 setStandaloneNarrowMonth(DateFormatSymbols *syms, int32_t index,
763 setWeekday(DateFormatSymbols *syms, int32_t index,
770 setShortWeekday(DateFormatSymbols *syms, int32_t index,
777 setShorterWeekday(DateFormatSymbols *syms, int32_t index,
784 setNarrowWeekday(DateFormatSymbols *syms, int32_t index,
791 setStandaloneWeekday(DateFormatSymbols *syms, int32_t index,
798 setStandaloneShortWeekday(DateFormatSymbols *syms, int32_t index,
805 setStandaloneShorterWeekday(DateFormatSymbols *syms, int32_t index,
812 setStandaloneNarrowWeekday(DateFormatSymbols *syms, int32_t index,
819 setQuarter(DateFormatSymbols *syms, int32_t index,
826 setShortQuarter(DateFormatSymbols *syms, int32_t index,
833 setStandaloneQuarter(DateFormatSymbols *syms, int32_t index,
840 setStandaloneShortQuarter(DateFormatSymbols *syms, int32_t index,
847 setAmPm(DateFormatSymbols *syms, int32_t index,
854 setLocalPatternChars(DateFormatSymbols *syms,
874 DateFormatSymbols *syms = (DateFormatSymbols *)((SimpleDateFormat *)format)->getDateFormatSymbols();