Lines Matching refs:syms
388 const DateFormatSymbols *syms; in udat_getSymbols() local
392 syms = sdtfmt->getDateFormatSymbols(); in udat_getSymbols()
394 syms = rdtfmt->getDateFormatSymbols(); in udat_getSymbols()
403 res = syms->getEras(count); in udat_getSymbols()
407 res = syms->getEraNames(count); in udat_getSymbols()
411 res = syms->getMonths(count); in udat_getSymbols()
415 res = syms->getShortMonths(count); in udat_getSymbols()
419 res = syms->getWeekdays(count); in udat_getSymbols()
423 res = syms->getShortWeekdays(count); in udat_getSymbols()
427 res = syms->getAmPmStrings(count); in udat_getSymbols()
438 syms->getLocalPatternChars(res1); in udat_getSymbols()
443 res = syms->getMonths(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW); in udat_getSymbols()
447 res = syms->getWeekdays(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW); in udat_getSymbols()
451 res = syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE); in udat_getSymbols()
455 res = syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED); in udat_getSymbols()
459 res = syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW); in udat_getSymbols()
463 res = syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE); in udat_getSymbols()
467 … res = syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED); in udat_getSymbols()
471 res = syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW); in udat_getSymbols()
475 res = syms->getQuarters(count, DateFormatSymbols::FORMAT, DateFormatSymbols::WIDE); in udat_getSymbols()
479 res = syms->getQuarters(count, DateFormatSymbols::FORMAT, DateFormatSymbols::ABBREVIATED); in udat_getSymbols()
483 res = syms->getQuarters(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE); in udat_getSymbols()
487 … res = syms->getQuarters(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED); in udat_getSymbols()
503 const DateFormatSymbols *syms; in udat_countSymbols() local
507 syms = sdtfmt->getDateFormatSymbols(); in udat_countSymbols()
509 syms = rdtfmt->getDateFormatSymbols(); in udat_countSymbols()
517 syms->getEras(count); in udat_countSymbols()
521 syms->getMonths(count); in udat_countSymbols()
525 syms->getShortMonths(count); in udat_countSymbols()
529 syms->getWeekdays(count); in udat_countSymbols()
533 syms->getShortWeekdays(count); in udat_countSymbols()
537 syms->getAmPmStrings(count); in udat_countSymbols()
545 syms->getEraNames(count); in udat_countSymbols()
549 syms->getMonths(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW); in udat_countSymbols()
553 syms->getWeekdays(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW); in udat_countSymbols()
557 syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE); in udat_countSymbols()
561 syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED); in udat_countSymbols()
565 syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW); in udat_countSymbols()
569 syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE); in udat_countSymbols()
573 syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED); in udat_countSymbols()
577 syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW); in udat_countSymbols()
581 syms->getQuarters(count, DateFormatSymbols::FORMAT, DateFormatSymbols::WIDE); in udat_countSymbols()
585 syms->getQuarters(count, DateFormatSymbols::FORMAT, DateFormatSymbols::ABBREVIATED); in udat_countSymbols()
589 syms->getQuarters(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE); in udat_countSymbols()
593 syms->getQuarters(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED); in udat_countSymbols()
645 setEra(DateFormatSymbols *syms, int32_t index, in setEra() argument
648 setSymbol(syms->fEras, syms->fErasCount, index, value, valueLength, errorCode); in setEra()
652 setEraName(DateFormatSymbols *syms, int32_t index, in setEraName() argument
655 setSymbol(syms->fEraNames, syms->fEraNamesCount, index, value, valueLength, errorCode); in setEraName()
659 setMonth(DateFormatSymbols *syms, int32_t index, in setMonth() argument
662 setSymbol(syms->fMonths, syms->fMonthsCount, index, value, valueLength, errorCode); in setMonth()
666 setShortMonth(DateFormatSymbols *syms, int32_t index, in setShortMonth() argument
669 … setSymbol(syms->fShortMonths, syms->fShortMonthsCount, index, value, valueLength, errorCode); in setShortMonth()
673 setNarrowMonth(DateFormatSymbols *syms, int32_t index, in setNarrowMonth() argument
676 … setSymbol(syms->fNarrowMonths, syms->fNarrowMonthsCount, index, value, valueLength, errorCode); in setNarrowMonth()
680 setStandaloneMonth(DateFormatSymbols *syms, int32_t index, in setStandaloneMonth() argument
683 …setSymbol(syms->fStandaloneMonths, syms->fStandaloneMonthsCount, index, value, valueLength, errorC… in setStandaloneMonth()
687 setStandaloneShortMonth(DateFormatSymbols *syms, int32_t index, in setStandaloneShortMonth() argument
690 …setSymbol(syms->fStandaloneShortMonths, syms->fStandaloneShortMonthsCount, index, value, valueLeng… in setStandaloneShortMonth()
694 setStandaloneNarrowMonth(DateFormatSymbols *syms, int32_t index, in setStandaloneNarrowMonth() argument
697 …setSymbol(syms->fStandaloneNarrowMonths, syms->fStandaloneNarrowMonthsCount, index, value, valueLe… in setStandaloneNarrowMonth()
701 setWeekday(DateFormatSymbols *syms, int32_t index, in setWeekday() argument
704 setSymbol(syms->fWeekdays, syms->fWeekdaysCount, index, value, valueLength, errorCode); in setWeekday()
708 setShortWeekday(DateFormatSymbols *syms, int32_t index, in setShortWeekday() argument
711 … setSymbol(syms->fShortWeekdays, syms->fShortWeekdaysCount, index, value, valueLength, errorCode); in setShortWeekday()
715 setNarrowWeekday(DateFormatSymbols *syms, int32_t index, in setNarrowWeekday() argument
718 …setSymbol(syms->fNarrowWeekdays, syms->fNarrowWeekdaysCount, index, value, valueLength, errorCode); in setNarrowWeekday()
722 setStandaloneWeekday(DateFormatSymbols *syms, int32_t index, in setStandaloneWeekday() argument
725 …setSymbol(syms->fStandaloneWeekdays, syms->fStandaloneWeekdaysCount, index, value, valueLength, er… in setStandaloneWeekday()
729 setStandaloneShortWeekday(DateFormatSymbols *syms, int32_t index, in setStandaloneShortWeekday() argument
732 …setSymbol(syms->fStandaloneShortWeekdays, syms->fStandaloneShortWeekdaysCount, index, value, value… in setStandaloneShortWeekday()
736 setStandaloneNarrowWeekday(DateFormatSymbols *syms, int32_t index, in setStandaloneNarrowWeekday() argument
739 …setSymbol(syms->fStandaloneNarrowWeekdays, syms->fStandaloneNarrowWeekdaysCount, index, value, val… in setStandaloneNarrowWeekday()
743 setQuarter(DateFormatSymbols *syms, int32_t index, in setQuarter() argument
746 setSymbol(syms->fQuarters, syms->fQuartersCount, index, value, valueLength, errorCode); in setQuarter()
750 setShortQuarter(DateFormatSymbols *syms, int32_t index, in setShortQuarter() argument
753 … setSymbol(syms->fShortQuarters, syms->fShortQuartersCount, index, value, valueLength, errorCode); in setShortQuarter()
757 setStandaloneQuarter(DateFormatSymbols *syms, int32_t index, in setStandaloneQuarter() argument
760 …setSymbol(syms->fStandaloneQuarters, syms->fStandaloneQuartersCount, index, value, valueLength, er… in setStandaloneQuarter()
764 setStandaloneShortQuarter(DateFormatSymbols *syms, int32_t index, in setStandaloneShortQuarter() argument
767 …setSymbol(syms->fStandaloneShortQuarters, syms->fStandaloneShortQuartersCount, index, value, value… in setStandaloneShortQuarter()
771 setAmPm(DateFormatSymbols *syms, int32_t index, in setAmPm() argument
774 setSymbol(syms->fAmPms, syms->fAmPmsCount, index, value, valueLength, errorCode); in setAmPm()
778 setLocalPatternChars(DateFormatSymbols *syms, in setLocalPatternChars() argument
781 setSymbol(&syms->fLocalPatternChars, 1, 0, value, valueLength, errorCode); in setLocalPatternChars()
798 …DateFormatSymbols *syms = (DateFormatSymbols *)((SimpleDateFormat *)format)->getDateFormatSymbols(… in udat_setSymbols() local
802 DateFormatSymbolsSingleSetter::setEra(syms, index, value, valueLength, *status); in udat_setSymbols()
806 DateFormatSymbolsSingleSetter::setEraName(syms, index, value, valueLength, *status); in udat_setSymbols()
810 DateFormatSymbolsSingleSetter::setMonth(syms, index, value, valueLength, *status); in udat_setSymbols()
814 DateFormatSymbolsSingleSetter::setShortMonth(syms, index, value, valueLength, *status); in udat_setSymbols()
818 DateFormatSymbolsSingleSetter::setNarrowMonth(syms, index, value, valueLength, *status); in udat_setSymbols()
822 DateFormatSymbolsSingleSetter::setStandaloneMonth(syms, index, value, valueLength, *status); in udat_setSymbols()
826 … DateFormatSymbolsSingleSetter::setStandaloneShortMonth(syms, index, value, valueLength, *status); in udat_setSymbols()
830 … DateFormatSymbolsSingleSetter::setStandaloneNarrowMonth(syms, index, value, valueLength, *status); in udat_setSymbols()
834 DateFormatSymbolsSingleSetter::setWeekday(syms, index, value, valueLength, *status); in udat_setSymbols()
838 DateFormatSymbolsSingleSetter::setShortWeekday(syms, index, value, valueLength, *status); in udat_setSymbols()
842 DateFormatSymbolsSingleSetter::setNarrowWeekday(syms, index, value, valueLength, *status); in udat_setSymbols()
846 … DateFormatSymbolsSingleSetter::setStandaloneWeekday(syms, index, value, valueLength, *status); in udat_setSymbols()
850 …DateFormatSymbolsSingleSetter::setStandaloneShortWeekday(syms, index, value, valueLength, *status); in udat_setSymbols()
854 …DateFormatSymbolsSingleSetter::setStandaloneNarrowWeekday(syms, index, value, valueLength, *status… in udat_setSymbols()
858 DateFormatSymbolsSingleSetter::setQuarter(syms, index, value, valueLength, *status); in udat_setSymbols()
862 DateFormatSymbolsSingleSetter::setShortQuarter(syms, index, value, valueLength, *status); in udat_setSymbols()
866 … DateFormatSymbolsSingleSetter::setStandaloneQuarter(syms, index, value, valueLength, *status); in udat_setSymbols()
870 …DateFormatSymbolsSingleSetter::setStandaloneShortQuarter(syms, index, value, valueLength, *status); in udat_setSymbols()
874 DateFormatSymbolsSingleSetter::setAmPm(syms, index, value, valueLength, *status); in udat_setSymbols()
878 DateFormatSymbolsSingleSetter::setLocalPatternChars(syms, value, valueLength, *status); in udat_setSymbols()