Lines Matching refs:syms
594 const DateFormatSymbols *syms;
598 syms = sdtfmt->getDateFormatSymbols();
600 syms = rdtfmt->getDateFormatSymbols();
609 res = syms->getEras(count);
613 res = syms->getEraNames(count);
617 res = syms->getMonths(count);
621 res = syms->getShortMonths(count);
625 res = syms->getWeekdays(count);
629 res = syms->getShortWeekdays(count);
633 res = syms->getAmPmStrings(count);
644 syms->getLocalPatternChars(res1);
649 res = syms->getMonths(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW);
653 res = syms->getWeekdays(count, DateFormatSymbols::FORMAT, DateFormatSymbols::SHORT);
657 res = syms->getWeekdays(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW);
661 res = syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
665 res = syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED);
669 res = syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW);
673 res = syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
677 res = syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED);
681 res = syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::SHORT);
685 res = syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW);
689 res = syms->getQuarters(count, DateFormatSymbols::FORMAT, DateFormatSymbols::WIDE);
693 res = syms->getQuarters(count, DateFormatSymbols::FORMAT, DateFormatSymbols::ABBREVIATED);
697 res = syms->getQuarters(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
701 res = syms->getQuarters(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED);
705 res = syms->getYearNames(count, DateFormatSymbols::FORMAT, DateFormatSymbols::WIDE);
709 res = syms->getYearNames(count, DateFormatSymbols::FORMAT, DateFormatSymbols::ABBREVIATED);
713 res = syms->getYearNames(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW);
717 res = syms->getZodiacNames(count, DateFormatSymbols::FORMAT, DateFormatSymbols::WIDE);
721 res = syms->getZodiacNames(count, DateFormatSymbols::FORMAT, DateFormatSymbols::ABBREVIATED);
725 res = syms->getZodiacNames(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW);
741 const DateFormatSymbols *syms;
745 syms = sdtfmt->getDateFormatSymbols();
747 syms = rdtfmt->getDateFormatSymbols();
755 syms->getEras(count);
759 syms->getMonths(count);
763 syms->getShortMonths(count);
767 syms->getWeekdays(count);
771 syms->getShortWeekdays(count);
775 syms->getAmPmStrings(count);
783 syms->getEraNames(count);
787 syms->getMonths(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW);
791 syms->getWeekdays(count, DateFormatSymbols::FORMAT, DateFormatSymbols::SHORT);
795 syms->getWeekdays(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW);
799 syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
803 syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED);
807 syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW);
811 syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
815 syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED);
819 syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::SHORT);
823 syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW);
827 syms->getQuarters(count, DateFormatSymbols::FORMAT, DateFormatSymbols::WIDE);
831 syms->getQuarters(count, DateFormatSymbols::FORMAT, DateFormatSymbols::ABBREVIATED);
835 syms->getQuarters(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
839 syms->getQuarters(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED);
843 syms->getYearNames(count, DateFormatSymbols::FORMAT, DateFormatSymbols::WIDE);
847 syms->getYearNames(count, DateFormatSymbols::FORMAT, DateFormatSymbols::ABBREVIATED);
851 syms->getYearNames(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW);
855 syms->getZodiacNames(count, DateFormatSymbols::FORMAT, DateFormatSymbols::WIDE);
859 syms->getZodiacNames(count, DateFormatSymbols::FORMAT, DateFormatSymbols::ABBREVIATED);
863 syms->getZodiacNames(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW);
879 * res = syms->getMonths(count);
888 * syms->setMonths(array, count);
915 setEra(DateFormatSymbols *syms, int32_t index,
918 setSymbol(syms->fEras, syms->fErasCount, index, value, valueLength, errorCode);
922 setEraName(DateFormatSymbols *syms, int32_t index,
925 setSymbol(syms->fEraNames, syms->fEraNamesCount, index, value, valueLength, errorCode);
929 setMonth(DateFormatSymbols *syms, int32_t index,
932 setSymbol(syms->fMonths, syms->fMonthsCount, index, value, valueLength, errorCode);
936 setShortMonth(DateFormatSymbols *syms, int32_t index,
939 setSymbol(syms->fShortMonths, syms->fShortMonthsCount, index, value, valueLength, errorCode);
943 setNarrowMonth(DateFormatSymbols *syms, int32_t index,
946 setSymbol(syms->fNarrowMonths, syms->fNarrowMonthsCount, index, value, valueLength, errorCode);
950 setStandaloneMonth(DateFormatSymbols *syms, int32_t index,
953 setSymbol(syms->fStandaloneMonths, syms->fStandaloneMonthsCount, index, value, valueLength, errorCode);
957 setStandaloneShortMonth(DateFormatSymbols *syms, int32_t index,
960 setSymbol(syms->fStandaloneShortMonths, syms->fStandaloneShortMonthsCount, index, value, valueLength, errorCode);
964 setStandaloneNarrowMonth(DateFormatSymbols *syms, int32_t index,
967 setSymbol(syms->fStandaloneNarrowMonths, syms->fStandaloneNarrowMonthsCount, index, value, valueLength, errorCode);
971 setWeekday(DateFormatSymbols *syms, int32_t index,
974 setSymbol(syms->fWeekdays, syms->fWeekdaysCount, index, value, valueLength, errorCode);
978 setShortWeekday(DateFormatSymbols *syms, int32_t index,
981 setSymbol(syms->fShortWeekdays, syms->fShortWeekdaysCount, index, value, valueLength, errorCode);
985 setShorterWeekday(DateFormatSymbols *syms, int32_t index,
988 setSymbol(syms->fShorterWeekdays, syms->fShorterWeekdaysCount, index, value, valueLength, errorCode);
992 setNarrowWeekday(DateFormatSymbols *syms, int32_t index,
995 setSymbol(syms->fNarrowWeekdays, syms->fNarrowWeekdaysCount, index, value, valueLength, errorCode);
999 setStandaloneWeekday(DateFormatSymbols *syms, int32_t index,
1002 setSymbol(syms->fStandaloneWeekdays, syms->fStandaloneWeekdaysCount, index, value, valueLength, errorCode);
1006 setStandaloneShortWeekday(DateFormatSymbols *syms, int32_t index,
1009 setSymbol(syms->fStandaloneShortWeekdays, syms->fStandaloneShortWeekdaysCount, index, value, valueLength, errorCode);
1013 setStandaloneShorterWeekday(DateFormatSymbols *syms, int32_t index,
1016 setSymbol(syms->fStandaloneShorterWeekdays, syms->fStandaloneShorterWeekdaysCount, index, value, valueLength, errorCode);
1020 setStandaloneNarrowWeekday(DateFormatSymbols *syms, int32_t index,
1023 setSymbol(syms->fStandaloneNarrowWeekdays, syms->fStandaloneNarrowWeekdaysCount, index, value, valueLength, errorCode);
1027 setQuarter(DateFormatSymbols *syms, int32_t index,
1030 setSymbol(syms->fQuarters, syms->fQuartersCount, index, value, valueLength, errorCode);
1034 setShortQuarter(DateFormatSymbols *syms, int32_t index,
1037 setSymbol(syms->fShortQuarters, syms->fShortQuartersCount, index, value, valueLength, errorCode);
1041 setStandaloneQuarter(DateFormatSymbols *syms, int32_t index,
1044 setSymbol(syms->fStandaloneQuarters, syms->fStandaloneQuartersCount, index, value, valueLength, errorCode);
1048 setStandaloneShortQuarter(DateFormatSymbols *syms, int32_t index,
1051 setSymbol(syms->fStandaloneShortQuarters, syms->fStandaloneShortQuartersCount, index, value, valueLength, errorCode);
1055 setShortYearNames(DateFormatSymbols *syms, int32_t index,
1058 setSymbol(syms->fShortYearNames, syms->fShortYearNamesCount, index, value, valueLength, errorCode);
1062 setShortZodiacNames(DateFormatSymbols *syms, int32_t index,
1065 setSymbol(syms->fShortZodiacNames, syms->fShortZodiacNamesCount, index, value, valueLength, errorCode);
1069 setAmPm(DateFormatSymbols *syms, int32_t index,
1072 setSymbol(syms->fAmPms, syms->fAmPmsCount, index, value, valueLength, errorCode);
1076 setLocalPatternChars(DateFormatSymbols *syms,
1079 setSymbol(&syms->fLocalPatternChars, 1, 0, value, valueLength, errorCode);
1096 DateFormatSymbols *syms = (DateFormatSymbols *)((SimpleDateFormat *)format)->getDateFormatSymbols();
1100 DateFormatSymbolsSingleSetter::setEra(syms, index, value, valueLength, *status);
1104 DateFormatSymbolsSingleSetter::setEraName(syms, index, value, valueLength, *status);
1108 DateFormatSymbolsSingleSetter::setMonth(syms, index, value, valueLength, *status);
1112 DateFormatSymbolsSingleSetter::setShortMonth(syms, index, value, valueLength, *status);
1116 DateFormatSymbolsSingleSetter::setNarrowMonth(syms, index, value, valueLength, *status);
1120 DateFormatSymbolsSingleSetter::setStandaloneMonth(syms, index, value, valueLength, *status);
1124 DateFormatSymbolsSingleSetter::setStandaloneShortMonth(syms, index, value, valueLength, *status);
1128 DateFormatSymbolsSingleSetter::setStandaloneNarrowMonth(syms, index, value, valueLength, *status);
1132 DateFormatSymbolsSingleSetter::setWeekday(syms, index, value, valueLength, *status);
1136 DateFormatSymbolsSingleSetter::setShortWeekday(syms, index, value, valueLength, *status);
1140 DateFormatSymbolsSingleSetter::setShorterWeekday(syms, index, value, valueLength, *status);
1144 DateFormatSymbolsSingleSetter::setNarrowWeekday(syms, index, value, valueLength, *status);
1148 DateFormatSymbolsSingleSetter::setStandaloneWeekday(syms, index, value, valueLength, *status);
1152 DateFormatSymbolsSingleSetter::setStandaloneShortWeekday(syms, index, value, valueLength, *status);
1156 DateFormatSymbolsSingleSetter::setStandaloneShorterWeekday(syms, index, value, valueLength, *status);
1160 DateFormatSymbolsSingleSetter::setStandaloneNarrowWeekday(syms, index, value, valueLength, *status);
1164 DateFormatSymbolsSingleSetter::setQuarter(syms, index, value, valueLength, *status);
1168 DateFormatSymbolsSingleSetter::setShortQuarter(syms, index, value, valueLength, *status);
1172 DateFormatSymbolsSingleSetter::setStandaloneQuarter(syms, index, value, valueLength, *status);
1176 DateFormatSymbolsSingleSetter::setStandaloneShortQuarter(syms, index, value, valueLength, *status);
1180 DateFormatSymbolsSingleSetter::setShortYearNames(syms, index, value, valueLength, *status);
1184 DateFormatSymbolsSingleSetter::setShortZodiacNames(syms, index, value, valueLength, *status);
1188 DateFormatSymbolsSingleSetter::setAmPm(syms, index, value, valueLength, *status);
1192 DateFormatSymbolsSingleSetter::setLocalPatternChars(syms, value, valueLength, *status);