• Home
  • Raw
  • Download

Lines Matching refs:syms

605     const DateFormatSymbols *syms;  in udat_getSymbols()  local
609 syms = sdtfmt->getDateFormatSymbols(); in udat_getSymbols()
611 syms = rdtfmt->getDateFormatSymbols(); in udat_getSymbols()
620 res = syms->getEras(count); in udat_getSymbols()
624 res = syms->getEraNames(count); in udat_getSymbols()
628 res = syms->getMonths(count); in udat_getSymbols()
632 res = syms->getShortMonths(count); in udat_getSymbols()
636 res = syms->getWeekdays(count); in udat_getSymbols()
640 res = syms->getShortWeekdays(count); in udat_getSymbols()
644 res = syms->getAmPmStrings(count); in udat_getSymbols()
655 syms->getLocalPatternChars(res1); in udat_getSymbols()
660 res = syms->getMonths(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW); in udat_getSymbols()
664 res = syms->getWeekdays(count, DateFormatSymbols::FORMAT, DateFormatSymbols::SHORT); in udat_getSymbols()
668 res = syms->getWeekdays(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW); in udat_getSymbols()
672 res = syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE); in udat_getSymbols()
676 res = syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED); in udat_getSymbols()
680 res = syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW); in udat_getSymbols()
684 res = syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE); in udat_getSymbols()
688 … res = syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED); in udat_getSymbols()
692 res = syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::SHORT); in udat_getSymbols()
696 res = syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW); in udat_getSymbols()
700 res = syms->getQuarters(count, DateFormatSymbols::FORMAT, DateFormatSymbols::WIDE); in udat_getSymbols()
704 res = syms->getQuarters(count, DateFormatSymbols::FORMAT, DateFormatSymbols::ABBREVIATED); in udat_getSymbols()
708 res = syms->getQuarters(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW); in udat_getSymbols()
712 res = syms->getQuarters(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE); in udat_getSymbols()
716 … res = syms->getQuarters(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED); in udat_getSymbols()
720 res = syms->getQuarters(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW); in udat_getSymbols()
724 res = syms->getYearNames(count, DateFormatSymbols::FORMAT, DateFormatSymbols::WIDE); in udat_getSymbols()
728 res = syms->getYearNames(count, DateFormatSymbols::FORMAT, DateFormatSymbols::ABBREVIATED); in udat_getSymbols()
732 res = syms->getYearNames(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW); in udat_getSymbols()
736 res = syms->getZodiacNames(count, DateFormatSymbols::FORMAT, DateFormatSymbols::WIDE); in udat_getSymbols()
740 … res = syms->getZodiacNames(count, DateFormatSymbols::FORMAT, DateFormatSymbols::ABBREVIATED); in udat_getSymbols()
744 res = syms->getZodiacNames(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW); in udat_getSymbols()
760 const DateFormatSymbols *syms; in udat_countSymbols() local
764 syms = sdtfmt->getDateFormatSymbols(); in udat_countSymbols()
766 syms = rdtfmt->getDateFormatSymbols(); in udat_countSymbols()
774 syms->getEras(count); in udat_countSymbols()
778 syms->getMonths(count); in udat_countSymbols()
782 syms->getShortMonths(count); in udat_countSymbols()
786 syms->getWeekdays(count); in udat_countSymbols()
790 syms->getShortWeekdays(count); in udat_countSymbols()
794 syms->getAmPmStrings(count); in udat_countSymbols()
802 syms->getEraNames(count); in udat_countSymbols()
806 syms->getMonths(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW); in udat_countSymbols()
810 syms->getWeekdays(count, DateFormatSymbols::FORMAT, DateFormatSymbols::SHORT); in udat_countSymbols()
814 syms->getWeekdays(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW); in udat_countSymbols()
818 syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE); in udat_countSymbols()
822 syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED); in udat_countSymbols()
826 syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW); in udat_countSymbols()
830 syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE); in udat_countSymbols()
834 syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED); in udat_countSymbols()
838 syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::SHORT); in udat_countSymbols()
842 syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW); in udat_countSymbols()
846 syms->getQuarters(count, DateFormatSymbols::FORMAT, DateFormatSymbols::WIDE); in udat_countSymbols()
850 syms->getQuarters(count, DateFormatSymbols::FORMAT, DateFormatSymbols::ABBREVIATED); in udat_countSymbols()
854 syms->getQuarters(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW); in udat_countSymbols()
858 syms->getQuarters(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE); in udat_countSymbols()
862 syms->getQuarters(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED); in udat_countSymbols()
866 syms->getQuarters(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW); in udat_countSymbols()
870 syms->getYearNames(count, DateFormatSymbols::FORMAT, DateFormatSymbols::WIDE); in udat_countSymbols()
874 syms->getYearNames(count, DateFormatSymbols::FORMAT, DateFormatSymbols::ABBREVIATED); in udat_countSymbols()
878 syms->getYearNames(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW); in udat_countSymbols()
882 syms->getZodiacNames(count, DateFormatSymbols::FORMAT, DateFormatSymbols::WIDE); in udat_countSymbols()
886 syms->getZodiacNames(count, DateFormatSymbols::FORMAT, DateFormatSymbols::ABBREVIATED); in udat_countSymbols()
890 syms->getZodiacNames(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW); in udat_countSymbols()
942 setEra(DateFormatSymbols *syms, int32_t index, in setEra() argument
945 setSymbol(syms->fEras, syms->fErasCount, index, value, valueLength, errorCode); in setEra()
949 setEraName(DateFormatSymbols *syms, int32_t index, in setEraName() argument
952 setSymbol(syms->fEraNames, syms->fEraNamesCount, index, value, valueLength, errorCode); in setEraName()
956 setMonth(DateFormatSymbols *syms, int32_t index, in setMonth() argument
959 setSymbol(syms->fMonths, syms->fMonthsCount, index, value, valueLength, errorCode); in setMonth()
963 setShortMonth(DateFormatSymbols *syms, int32_t index, in setShortMonth() argument
966 … setSymbol(syms->fShortMonths, syms->fShortMonthsCount, index, value, valueLength, errorCode); in setShortMonth()
970 setNarrowMonth(DateFormatSymbols *syms, int32_t index, in setNarrowMonth() argument
973 … setSymbol(syms->fNarrowMonths, syms->fNarrowMonthsCount, index, value, valueLength, errorCode); in setNarrowMonth()
977 setStandaloneMonth(DateFormatSymbols *syms, int32_t index, in setStandaloneMonth() argument
980 …setSymbol(syms->fStandaloneMonths, syms->fStandaloneMonthsCount, index, value, valueLength, errorC… in setStandaloneMonth()
984 setStandaloneShortMonth(DateFormatSymbols *syms, int32_t index, in setStandaloneShortMonth() argument
987 …setSymbol(syms->fStandaloneShortMonths, syms->fStandaloneShortMonthsCount, index, value, valueLeng… in setStandaloneShortMonth()
991 setStandaloneNarrowMonth(DateFormatSymbols *syms, int32_t index, in setStandaloneNarrowMonth() argument
994 …setSymbol(syms->fStandaloneNarrowMonths, syms->fStandaloneNarrowMonthsCount, index, value, valueLe… in setStandaloneNarrowMonth()
998 setWeekday(DateFormatSymbols *syms, int32_t index, in setWeekday() argument
1001 setSymbol(syms->fWeekdays, syms->fWeekdaysCount, index, value, valueLength, errorCode); in setWeekday()
1005 setShortWeekday(DateFormatSymbols *syms, int32_t index, in setShortWeekday() argument
1008 … setSymbol(syms->fShortWeekdays, syms->fShortWeekdaysCount, index, value, valueLength, errorCode); in setShortWeekday()
1012 setShorterWeekday(DateFormatSymbols *syms, int32_t index, in setShorterWeekday() argument
1015 …setSymbol(syms->fShorterWeekdays, syms->fShorterWeekdaysCount, index, value, valueLength, errorCod… in setShorterWeekday()
1019 setNarrowWeekday(DateFormatSymbols *syms, int32_t index, in setNarrowWeekday() argument
1022 …setSymbol(syms->fNarrowWeekdays, syms->fNarrowWeekdaysCount, index, value, valueLength, errorCode); in setNarrowWeekday()
1026 setStandaloneWeekday(DateFormatSymbols *syms, int32_t index, in setStandaloneWeekday() argument
1029 …setSymbol(syms->fStandaloneWeekdays, syms->fStandaloneWeekdaysCount, index, value, valueLength, er… in setStandaloneWeekday()
1033 setStandaloneShortWeekday(DateFormatSymbols *syms, int32_t index, in setStandaloneShortWeekday() argument
1036 …setSymbol(syms->fStandaloneShortWeekdays, syms->fStandaloneShortWeekdaysCount, index, value, value… in setStandaloneShortWeekday()
1040 setStandaloneShorterWeekday(DateFormatSymbols *syms, int32_t index, in setStandaloneShorterWeekday() argument
1043 …setSymbol(syms->fStandaloneShorterWeekdays, syms->fStandaloneShorterWeekdaysCount, index, value, v… in setStandaloneShorterWeekday()
1047 setStandaloneNarrowWeekday(DateFormatSymbols *syms, int32_t index, in setStandaloneNarrowWeekday() argument
1050 …setSymbol(syms->fStandaloneNarrowWeekdays, syms->fStandaloneNarrowWeekdaysCount, index, value, val… in setStandaloneNarrowWeekday()
1054 setQuarter(DateFormatSymbols *syms, int32_t index, in setQuarter() argument
1057 setSymbol(syms->fQuarters, syms->fQuartersCount, index, value, valueLength, errorCode); in setQuarter()
1061 setShortQuarter(DateFormatSymbols *syms, int32_t index, in setShortQuarter() argument
1064 … setSymbol(syms->fShortQuarters, syms->fShortQuartersCount, index, value, valueLength, errorCode); in setShortQuarter()
1068 setNarrowQuarter(DateFormatSymbols *syms, int32_t index, in setNarrowQuarter() argument
1071 …setSymbol(syms->fNarrowQuarters, syms->fNarrowQuartersCount, index, value, valueLength, errorCode); in setNarrowQuarter()
1075 setStandaloneQuarter(DateFormatSymbols *syms, int32_t index, in setStandaloneQuarter() argument
1078 …setSymbol(syms->fStandaloneQuarters, syms->fStandaloneQuartersCount, index, value, valueLength, er… in setStandaloneQuarter()
1082 setStandaloneShortQuarter(DateFormatSymbols *syms, int32_t index, in setStandaloneShortQuarter() argument
1085 …setSymbol(syms->fStandaloneShortQuarters, syms->fStandaloneShortQuartersCount, index, value, value… in setStandaloneShortQuarter()
1089 setStandaloneNarrowQuarter(DateFormatSymbols *syms, int32_t index, in setStandaloneNarrowQuarter() argument
1092 …setSymbol(syms->fStandaloneNarrowQuarters, syms->fStandaloneNarrowQuartersCount, index, value, val… in setStandaloneNarrowQuarter()
1096 setShortYearNames(DateFormatSymbols *syms, int32_t index, in setShortYearNames() argument
1099 …setSymbol(syms->fShortYearNames, syms->fShortYearNamesCount, index, value, valueLength, errorCode); in setShortYearNames()
1103 setShortZodiacNames(DateFormatSymbols *syms, int32_t index, in setShortZodiacNames() argument
1106 …setSymbol(syms->fShortZodiacNames, syms->fShortZodiacNamesCount, index, value, valueLength, errorC… in setShortZodiacNames()
1110 setAmPm(DateFormatSymbols *syms, int32_t index, in setAmPm() argument
1113 setSymbol(syms->fAmPms, syms->fAmPmsCount, index, value, valueLength, errorCode); in setAmPm()
1117 setLocalPatternChars(DateFormatSymbols *syms, in setLocalPatternChars() argument
1120 setSymbol(&syms->fLocalPatternChars, 1, 0, value, valueLength, errorCode); in setLocalPatternChars()
1137 …DateFormatSymbols *syms = (DateFormatSymbols *)((SimpleDateFormat *)format)->getDateFormatSymbols(… in udat_setSymbols() local
1141 DateFormatSymbolsSingleSetter::setEra(syms, index, value, valueLength, *status); in udat_setSymbols()
1145 DateFormatSymbolsSingleSetter::setEraName(syms, index, value, valueLength, *status); in udat_setSymbols()
1149 DateFormatSymbolsSingleSetter::setMonth(syms, index, value, valueLength, *status); in udat_setSymbols()
1153 DateFormatSymbolsSingleSetter::setShortMonth(syms, index, value, valueLength, *status); in udat_setSymbols()
1157 DateFormatSymbolsSingleSetter::setNarrowMonth(syms, index, value, valueLength, *status); in udat_setSymbols()
1161 DateFormatSymbolsSingleSetter::setStandaloneMonth(syms, index, value, valueLength, *status); in udat_setSymbols()
1165 … DateFormatSymbolsSingleSetter::setStandaloneShortMonth(syms, index, value, valueLength, *status); in udat_setSymbols()
1169 … DateFormatSymbolsSingleSetter::setStandaloneNarrowMonth(syms, index, value, valueLength, *status); in udat_setSymbols()
1173 DateFormatSymbolsSingleSetter::setWeekday(syms, index, value, valueLength, *status); in udat_setSymbols()
1177 DateFormatSymbolsSingleSetter::setShortWeekday(syms, index, value, valueLength, *status); in udat_setSymbols()
1181 DateFormatSymbolsSingleSetter::setShorterWeekday(syms, index, value, valueLength, *status); in udat_setSymbols()
1185 DateFormatSymbolsSingleSetter::setNarrowWeekday(syms, index, value, valueLength, *status); in udat_setSymbols()
1189 … DateFormatSymbolsSingleSetter::setStandaloneWeekday(syms, index, value, valueLength, *status); in udat_setSymbols()
1193 …DateFormatSymbolsSingleSetter::setStandaloneShortWeekday(syms, index, value, valueLength, *status); in udat_setSymbols()
1197 …DateFormatSymbolsSingleSetter::setStandaloneShorterWeekday(syms, index, value, valueLength, *statu… in udat_setSymbols()
1201 …DateFormatSymbolsSingleSetter::setStandaloneNarrowWeekday(syms, index, value, valueLength, *status… in udat_setSymbols()
1205 DateFormatSymbolsSingleSetter::setQuarter(syms, index, value, valueLength, *status); in udat_setSymbols()
1209 DateFormatSymbolsSingleSetter::setShortQuarter(syms, index, value, valueLength, *status); in udat_setSymbols()
1213 DateFormatSymbolsSingleSetter::setNarrowQuarter(syms, index, value, valueLength, *status); in udat_setSymbols()
1217 … DateFormatSymbolsSingleSetter::setStandaloneQuarter(syms, index, value, valueLength, *status); in udat_setSymbols()
1221 …DateFormatSymbolsSingleSetter::setStandaloneShortQuarter(syms, index, value, valueLength, *status); in udat_setSymbols()
1225 …DateFormatSymbolsSingleSetter::setStandaloneNarrowQuarter(syms, index, value, valueLength, *status… in udat_setSymbols()
1229 DateFormatSymbolsSingleSetter::setShortYearNames(syms, index, value, valueLength, *status); in udat_setSymbols()
1233 … DateFormatSymbolsSingleSetter::setShortZodiacNames(syms, index, value, valueLength, *status); in udat_setSymbols()
1237 DateFormatSymbolsSingleSetter::setAmPm(syms, index, value, valueLength, *status); in udat_setSymbols()
1241 DateFormatSymbolsSingleSetter::setLocalPatternChars(syms, value, valueLength, *status); in udat_setSymbols()