Home | History | Annotate | Download | only in i18n

Lines Matching refs:DateFormatSymbols

431     const DateFormatSymbols *syms;
486 res = syms->getMonths(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW);
490 res = syms->getWeekdays(count, DateFormatSymbols::FORMAT, DateFormatSymbols::SHORT);
494 res = syms->getWeekdays(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW);
498 res = syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
502 res = syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED);
506 res = syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW);
510 res = syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
514 res = syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED);
518 res = syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::SHORT);
522 res = syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW);
526 res = syms->getQuarters(count, DateFormatSymbols::FORMAT, DateFormatSymbols::WIDE);
530 res = syms->getQuarters(count, DateFormatSymbols::FORMAT, DateFormatSymbols::ABBREVIATED);
534 res = syms->getQuarters(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
538 res = syms->getQuarters(count, DateFormatSymbolsDateFormatSymbols::ABBREVIATED);
554 const DateFormatSymbols *syms;
600 syms->getMonths(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW);
604 syms->getWeekdays(count, DateFormatSymbols::FORMAT, DateFormatSymbols::SHORT);
608 syms->getWeekdays(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW);
612 syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
616 syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED);
620 syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW);
624 syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
628 syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED);
632 syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::SHORT);
636 syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW);
640 syms->getQuarters(count, DateFormatSymbols::FORMAT, DateFormatSymbols::WIDE);
644 syms->getQuarters(count, DateFormatSymbols::FORMAT, DateFormatSymbols::ABBREVIATED);
648 syms->getQuarters(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
652 syms->getQuarters(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED);
663 * This DateFormatSymbolsSingleSetter class is a friend of DateFormatSymbols
680 * Even worse, the old code actually cloned the entire DateFormatSymbols object,
682 * replace its DateFormatSymbols object with the new one.
704 setEra(DateFormatSymbols *syms, int32_t index,
711 setEraName(DateFormatSymbols *syms, int32_t index,
718 setMonth(DateFormatSymbols *syms, int32_t index,
725 setShortMonth(DateFormatSymbols *syms, int32_t index,
732 setNarrowMonth(DateFormatSymbols *syms, int32_t index,
739 setStandaloneMonth(DateFormatSymbols *syms, int32_t index,
746 setStandaloneShortMonth(DateFormatSymbols *syms, int32_t index,
753 setStandaloneNarrowMonth(DateFormatSymbols *syms, int32_t index,
760 setWeekday(DateFormatSymbols *syms, int32_t index,
767 setShortWeekday(DateFormatSymbols *syms, int32_t index,
774 setShorterWeekday(DateFormatSymbols *syms, int32_t index,
781 setNarrowWeekday(DateFormatSymbols *syms, int32_t index,
788 setStandaloneWeekday(DateFormatSymbols *syms, int32_t index,
795 setStandaloneShortWeekday(DateFormatSymbols *syms, int32_t index,
802 setStandaloneShorterWeekday(DateFormatSymbols *syms, int32_t index,
809 setStandaloneNarrowWeekday(DateFormatSymbols *syms, int32_t index,
816 setQuarter(DateFormatSymbols *syms, int32_t index,
823 setShortQuarter(DateFormatSymbols *syms, int32_t index,
830 setStandaloneQuarter(DateFormatSymbols *syms, int32_t index,
837 setStandaloneShortQuarter(DateFormatSymbols *syms, int32_t index,
844 setAmPm(DateFormatSymbols *syms, int32_t index,
851 setLocalPatternChars(DateFormatSymbols *syms,
871 DateFormatSymbols *syms = (DateFormatSymbols *)((SimpleDateFormat *)format)->getDateFormatSymbols();