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