Lines Matching refs:syms

596     const DateFormatSymbols *syms;
600 syms = sdtfmt->getDateFormatSymbols();
602 syms = rdtfmt->getDateFormatSymbols();
611 res = syms->getEras(count);
615 res = syms->getEraNames(count);
619 res = syms->getMonths(count);
623 res = syms->getShortMonths(count);
627 res = syms->getWeekdays(count);
631 res = syms->getShortWeekdays(count);
635 res = syms->getAmPmStrings(count);
646 syms->getLocalPatternChars(res1);
651 res = syms->getMonths(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW);
655 res = syms->getWeekdays(count, DateFormatSymbols::FORMAT, DateFormatSymbols::SHORT);
659 res = syms->getWeekdays(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW);
663 res = syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
667 res = syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED);
671 res = syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW);
675 res = syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
679 res = syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED);
683 res = syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::SHORT);
687 res = syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW);
691 res = syms->getQuarters(count, DateFormatSymbols::FORMAT, DateFormatSymbols::WIDE);
695 res = syms->getQuarters(count, DateFormatSymbols::FORMAT, DateFormatSymbols::ABBREVIATED);
699 res = syms->getQuarters(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
703 res = syms->getQuarters(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED);
707 res = syms->getYearNames(count, DateFormatSymbols::FORMAT, DateFormatSymbols::WIDE);
711 res = syms->getYearNames(count, DateFormatSymbols::FORMAT, DateFormatSymbols::ABBREVIATED);
715 res = syms->getYearNames(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW);
719 res = syms->getZodiacNames(count, DateFormatSymbols::FORMAT, DateFormatSymbols::WIDE);
723 res = syms->getZodiacNames(count, DateFormatSymbols::FORMAT, DateFormatSymbols::ABBREVIATED);
727 res = syms->getZodiacNames(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW);
743 const DateFormatSymbols *syms;
747 syms = sdtfmt->getDateFormatSymbols();
749 syms = rdtfmt->getDateFormatSymbols();
757 syms->getEras(count);
761 syms->getMonths(count);
765 syms->getShortMonths(count);
769 syms->getWeekdays(count);
773 syms->getShortWeekdays(count);
777 syms->getAmPmStrings(count);
785 syms->getEraNames(count);
789 syms->getMonths(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW);
793 syms->getWeekdays(count, DateFormatSymbols::FORMAT, DateFormatSymbols::SHORT);
797 syms->getWeekdays(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW);
801 syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
805 syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED);
809 syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW);
813 syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
817 syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED);
821 syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::SHORT);
825 syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW);
829 syms->getQuarters(count, DateFormatSymbols::FORMAT, DateFormatSymbols::WIDE);
833 syms->getQuarters(count, DateFormatSymbols::FORMAT, DateFormatSymbols::ABBREVIATED);
837 syms->getQuarters(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
841 syms->getQuarters(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED);
845 syms->getYearNames(count, DateFormatSymbols::FORMAT, DateFormatSymbols::WIDE);
849 syms->getYearNames(count, DateFormatSymbols::FORMAT, DateFormatSymbols::ABBREVIATED);
853 syms->getYearNames(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW);
857 syms->getZodiacNames(count, DateFormatSymbols::FORMAT, DateFormatSymbols::WIDE);
861 syms->getZodiacNames(count, DateFormatSymbols::FORMAT, DateFormatSymbols::ABBREVIATED);
865 syms->getZodiacNames(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW);
881 * res = syms->getMonths(count);
890 * syms->setMonths(array, count);
917 setEra(DateFormatSymbols *syms, int32_t index,
920 setSymbol(syms->fEras, syms->fErasCount, index, value, valueLength, errorCode);
924 setEraName(DateFormatSymbols *syms, int32_t index,
927 setSymbol(syms->fEraNames, syms->fEraNamesCount, index, value, valueLength, errorCode);
931 setMonth(DateFormatSymbols *syms, int32_t index,
934 setSymbol(syms->fMonths, syms->fMonthsCount, index, value, valueLength, errorCode);
938 setShortMonth(DateFormatSymbols *syms, int32_t index,
941 setSymbol(syms->fShortMonths, syms->fShortMonthsCount, index, value, valueLength, errorCode);
945 setNarrowMonth(DateFormatSymbols *syms, int32_t index,
948 setSymbol(syms->fNarrowMonths, syms->fNarrowMonthsCount, index, value, valueLength, errorCode);
952 setStandaloneMonth(DateFormatSymbols *syms, int32_t index,
955 setSymbol(syms->fStandaloneMonths, syms->fStandaloneMonthsCount, index, value, valueLength, errorCode);
959 setStandaloneShortMonth(DateFormatSymbols *syms, int32_t index,
962 setSymbol(syms->fStandaloneShortMonths, syms->fStandaloneShortMonthsCount, index, value, valueLength, errorCode);
966 setStandaloneNarrowMonth(DateFormatSymbols *syms, int32_t index,
969 setSymbol(syms->fStandaloneNarrowMonths, syms->fStandaloneNarrowMonthsCount, index, value, valueLength, errorCode);
973 setWeekday(DateFormatSymbols *syms, int32_t index,
976 setSymbol(syms->fWeekdays, syms->fWeekdaysCount, index, value, valueLength, errorCode);
980 setShortWeekday(DateFormatSymbols *syms, int32_t index,
983 setSymbol(syms->fShortWeekdays, syms->fShortWeekdaysCount, index, value, valueLength, errorCode);
987 setShorterWeekday(DateFormatSymbols *syms, int32_t index,
990 setSymbol(syms->fShorterWeekdays, syms->fShorterWeekdaysCount, index, value, valueLength, errorCode);
994 setNarrowWeekday(DateFormatSymbols *syms, int32_t index,
997 setSymbol(syms->fNarrowWeekdays, syms->fNarrowWeekdaysCount, index, value, valueLength, errorCode);
1001 setStandaloneWeekday(DateFormatSymbols *syms, int32_t index,
1004 setSymbol(syms->fStandaloneWeekdays, syms->fStandaloneWeekdaysCount, index, value, valueLength, errorCode);
1008 setStandaloneShortWeekday(DateFormatSymbols *syms, int32_t index,
1011 setSymbol(syms->fStandaloneShortWeekdays, syms->fStandaloneShortWeekdaysCount, index, value, valueLength, errorCode);
1015 setStandaloneShorterWeekday(DateFormatSymbols *syms, int32_t index,
1018 setSymbol(syms->fStandaloneShorterWeekdays, syms->fStandaloneShorterWeekdaysCount, index, value, valueLength, errorCode);
1022 setStandaloneNarrowWeekday(DateFormatSymbols *syms, int32_t index,
1025 setSymbol(syms->fStandaloneNarrowWeekdays, syms->fStandaloneNarrowWeekdaysCount, index, value, valueLength, errorCode);
1029 setQuarter(DateFormatSymbols *syms, int32_t index,
1032 setSymbol(syms->fQuarters, syms->fQuartersCount, index, value, valueLength, errorCode);
1036 setShortQuarter(DateFormatSymbols *syms, int32_t index,
1039 setSymbol(syms->fShortQuarters, syms->fShortQuartersCount, index, value, valueLength, errorCode);
1043 setStandaloneQuarter(DateFormatSymbols *syms, int32_t index,
1046 setSymbol(syms->fStandaloneQuarters, syms->fStandaloneQuartersCount, index, value, valueLength, errorCode);
1050 setStandaloneShortQuarter(DateFormatSymbols *syms, int32_t index,
1053 setSymbol(syms->fStandaloneShortQuarters, syms->fStandaloneShortQuartersCount, index, value, valueLength, errorCode);
1057 setShortYearNames(DateFormatSymbols *syms, int32_t index,
1060 setSymbol(syms->fShortYearNames, syms->fShortYearNamesCount, index, value, valueLength, errorCode);
1064 setShortZodiacNames(DateFormatSymbols *syms, int32_t index,
1067 setSymbol(syms->fShortZodiacNames, syms->fShortZodiacNamesCount, index, value, valueLength, errorCode);
1071 setAmPm(DateFormatSymbols *syms, int32_t index,
1074 setSymbol(syms->fAmPms, syms->fAmPmsCount, index, value, valueLength, errorCode);
1078 setLocalPatternChars(DateFormatSymbols *syms,
1081 setSymbol(&syms->fLocalPatternChars, 1, 0, value, valueLength, errorCode);
1098 DateFormatSymbols *syms = (DateFormatSymbols *)((SimpleDateFormat *)format)->getDateFormatSymbols();
1102 DateFormatSymbolsSingleSetter::setEra(syms, index, value, valueLength, *status);
1106 DateFormatSymbolsSingleSetter::setEraName(syms, index, value, valueLength, *status);
1110 DateFormatSymbolsSingleSetter::setMonth(syms, index, value, valueLength, *status);
1114 DateFormatSymbolsSingleSetter::setShortMonth(syms, index, value, valueLength, *status);
1118 DateFormatSymbolsSingleSetter::setNarrowMonth(syms, index, value, valueLength, *status);
1122 DateFormatSymbolsSingleSetter::setStandaloneMonth(syms, index, value, valueLength, *status);
1126 DateFormatSymbolsSingleSetter::setStandaloneShortMonth(syms, index, value, valueLength, *status);
1130 DateFormatSymbolsSingleSetter::setStandaloneNarrowMonth(syms, index, value, valueLength, *status);
1134 DateFormatSymbolsSingleSetter::setWeekday(syms, index, value, valueLength, *status);
1138 DateFormatSymbolsSingleSetter::setShortWeekday(syms, index, value, valueLength, *status);
1142 DateFormatSymbolsSingleSetter::setShorterWeekday(syms, index, value, valueLength, *status);
1146 DateFormatSymbolsSingleSetter::setNarrowWeekday(syms, index, value, valueLength, *status);
1150 DateFormatSymbolsSingleSetter::setStandaloneWeekday(syms, index, value, valueLength, *status);
1154 DateFormatSymbolsSingleSetter::setStandaloneShortWeekday(syms, index, value, valueLength, *status);
1158 DateFormatSymbolsSingleSetter::setStandaloneShorterWeekday(syms, index, value, valueLength, *status);
1162 DateFormatSymbolsSingleSetter::setStandaloneNarrowWeekday(syms, index, value, valueLength, *status);
1166 DateFormatSymbolsSingleSetter::setQuarter(syms, index, value, valueLength, *status);
1170 DateFormatSymbolsSingleSetter::setShortQuarter(syms, index, value, valueLength, *status);
1174 DateFormatSymbolsSingleSetter::setStandaloneQuarter(syms, index, value, valueLength, *status);
1178 DateFormatSymbolsSingleSetter::setStandaloneShortQuarter(syms, index, value, valueLength, *status);
1182 DateFormatSymbolsSingleSetter::setShortYearNames(syms, index, value, valueLength, *status);
1186 DateFormatSymbolsSingleSetter::setShortZodiacNames(syms, index, value, valueLength, *status);
1190 DateFormatSymbolsSingleSetter::setAmPm(syms, index, value, valueLength, *status);
1194 DateFormatSymbolsSingleSetter::setLocalPatternChars(syms, value, valueLength, *status);