Home | History | Annotate | Download | only in i18n

Lines Matching refs:syms

431     const DateFormatSymbols *syms;
435 syms = sdtfmt->getDateFormatSymbols();
437 syms = rdtfmt->getDateFormatSymbols();
446 res = syms->getEras(count);
450 res = syms->getEraNames(count);
454 res = syms->getMonths(count);
458 res = syms->getShortMonths(count);
462 res = syms->getWeekdays(count);
466 res = syms->getShortWeekdays(count);
470 res = syms->getAmPmStrings(count);
481 syms->getLocalPatternChars(res1);
486 res = syms->getMonths(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW);
490 res = syms->getWeekdays(count, DateFormatSymbols::FORMAT, DateFormatSymbols::SHORT);
494 res = syms->getWeekdays(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW);
498 res = syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
502 res = syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED);
506 res = syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW);
510 res = syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
514 res = syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED);
518 res = syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::SHORT);
522 res = syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW);
526 res = syms->getQuarters(count, DateFormatSymbols::FORMAT, DateFormatSymbols::WIDE);
530 res = syms->getQuarters(count, DateFormatSymbols::FORMAT, DateFormatSymbols::ABBREVIATED);
534 res = syms->getQuarters(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
538 res = syms
554 const DateFormatSymbols *syms;
558 syms = sdtfmt->getDateFormatSymbols();
560 syms = rdtfmt->getDateFormatSymbols();
568 syms->getEras(count);
572 syms->getMonths(count);
576 syms->getShortMonths(count);
580 syms->getWeekdays(count);
584 syms->getShortWeekdays(count);
588 syms->getAmPmStrings(count);
596 syms->getEraNames(count);
600 syms->getMonths(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW);
604 syms->getWeekdays(count, DateFormatSymbols::FORMAT, DateFormatSymbols::SHORT);
608 syms->getWeekdays(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW);
612 syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
616 syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED);
620 syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW);
624 syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
628 syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED);
632 syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::SHORT);
636 syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW);
640 syms->getQuarters(count, DateFormatSymbols::FORMAT, DateFormatSymbols::WIDE);
644 syms->getQuarters(count, DateFormatSymbols::FORMAT, DateFormatSymbols::ABBREVIATED);
648 syms->getQuarters(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
652 syms->getQuarters(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED);
668 * res = syms->getMonths(count);
677 * syms->setMonths(array, count);
704 setEra(DateFormatSymbols *syms, int32_t index,
707 setSymbol(syms->fEras, syms->fErasCount, index, value, valueLength, errorCode);
711 setEraName(DateFormatSymbols *syms, int32_t index,
714 setSymbol(syms->fEraNames, syms->fEraNamesCount, index, value, valueLength, errorCode);
718 setMonth(DateFormatSymbols *syms, int32_t index,
721 setSymbol(syms->fMonths, syms->fMonthsCount, index, value, valueLength, errorCode);
725 setShortMonth(DateFormatSymbols *syms, int32_t index,
728 setSymbol(syms->fShortMonths, syms->fShortMonthsCount, index, value, valueLength, errorCode);
732 setNarrowMonth(DateFormatSymbols *syms, int32_t index,
735 setSymbol(syms->fNarrowMonths, syms->fNarrowMonthsCount, index, value, valueLength, errorCode);
739 setStandaloneMonth(DateFormatSymbols *syms, int32_t index,
742 setSymbol(syms->fStandaloneMonths, syms->fStandaloneMonthsCount, index, value, valueLength, errorCode);
746 setStandaloneShortMonth(DateFormatSymbols *syms, int32_t index,
749 setSymbol(syms->fStandaloneShortMonths, syms->fStandaloneShortMonthsCount, index, value, valueLength, errorCode);
753 setStandaloneNarrowMonth(DateFormatSymbols *syms, int32_t index,
756 setSymbol(syms->fStandaloneNarrowMonths, syms->fStandaloneNarrowMonthsCount, index, value, valueLength, errorCode);
760 setWeekday(DateFormatSymbols *syms, int32_t index,
763 setSymbol(syms->fWeekdays, syms->fWeekdaysCount, index, value, valueLength, errorCode);
767 setShortWeekday(DateFormatSymbols *syms, int32_t index,
770 setSymbol(syms->fShortWeekdays, syms->fShortWeekdaysCount, index, value, valueLength, errorCode);
774 setShorterWeekday(DateFormatSymbols *syms, int32_t index,
777 setSymbol(syms->fShorterWeekdays, syms->fShorterWeekdaysCount, index, value, valueLength, errorCode);
781 setNarrowWeekday(DateFormatSymbols *syms, int32_t index,
784 setSymbol(syms->fNarrowWeekdays, syms->fNarrowWeekdaysCount, index, value, valueLength, errorCode);
788 setStandaloneWeekday(DateFormatSymbols *syms, int32_t index,
791 setSymbol(syms->fStandaloneWeekdays, syms->fStandaloneWeekdaysCount, index, value, valueLength, errorCode);
795 setStandaloneShortWeekday(DateFormatSymbols *syms, int32_t index,
798 setSymbol(syms->fStandaloneShortWeekdays, syms->fStandaloneShortWeekdaysCount, index, value, valueLength, errorCode);
802 setStandaloneShorterWeekday(DateFormatSymbols *syms, int32_t index,
805 setSymbol(syms->fStandaloneShorterWeekdays, syms->fStandaloneShorterWeekdaysCount, index, value, valueLength, errorCode);
809 setStandaloneNarrowWeekday(DateFormatSymbols *syms, int32_t index,
812 setSymbol(syms->fStandaloneNarrowWeekdays, syms->fStandaloneNarrowWeekdaysCount, index, value, valueLength, errorCode);
816 setQuarter(DateFormatSymbols *syms, int32_t index,
819 setSymbol(syms->fQuarters, syms->fQuartersCount, index, value, valueLength, errorCode);
823 setShortQuarter(DateFormatSymbols *syms, int32_t index,
826 setSymbol(syms->fShortQuarters, syms->fShortQuartersCount, index, value, valueLength, errorCode);
830 setStandaloneQuarter(DateFormatSymbols *syms, int32_t index,
833 setSymbol(syms->fStandaloneQuarters, syms->fStandaloneQuartersCount, index, value, valueLength, errorCode);
837 setStandaloneShortQuarter(DateFormatSymbols *syms, int32_t index,
840 setSymbol(syms->fStandaloneShortQuarters, syms->fStandaloneShortQuartersCount, index, value, valueLength, errorCode);
844 setAmPm(DateFormatSymbols *syms, int32_t index,
847 setSymbol(syms->fAmPms, syms->fAmPmsCount, index, value, valueLength, errorCode);
851 setLocalPatternChars(DateFormatSymbols *syms,
854 setSymbol(&syms->fLocalPatternChars, 1, 0, value, valueLength, errorCode);
871 DateFormatSymbols *syms = (DateFormatSymbols *)((SimpleDateFormat *)format)->getDateFormatSymbols();
875 DateFormatSymbolsSingleSetter::setEra(syms, index, value, valueLength, *status);
879 DateFormatSymbolsSingleSetter::setEraName(syms, index, value, valueLength, *status);
883 DateFormatSymbolsSingleSetter::setMonth(syms, index, value, valueLength, *status);
887 DateFormatSymbolsSingleSetter::setShortMonth(syms, index, value, valueLength, *status);
891 DateFormatSymbolsSingleSetter::setNarrowMonth(syms, index, value, valueLength, *status);
895 DateFormatSymbolsSingleSetter::setStandaloneMonth(syms, index, value, valueLength, *status);
899 DateFormatSymbolsSingleSetter::setStandaloneShortMonth(syms, index, value, valueLength, *status);
903 DateFormatSymbolsSingleSetter::setStandaloneNarrowMonth(syms, index, value, valueLength, *status);
907 DateFormatSymbolsSingleSetter::setWeekday(syms, index, value, valueLength, *status);
911 DateFormatSymbolsSingleSetter::setShortWeekday(syms, index, value, valueLength, *status);
915 DateFormatSymbolsSingleSetter::setShorterWeekday(syms, index, value, valueLength, *status);
919 DateFormatSymbolsSingleSetter::setNarrowWeekday(syms, index, value, valueLength, *status);
923 DateFormatSymbolsSingleSetter::setStandaloneWeekday(syms, index, value, valueLength, *status);
927 DateFormatSymbolsSingleSetter::setStandaloneShortWeekday(syms, index, value, valueLength, *status);
931 DateFormatSymbolsSingleSetter::setStandaloneShorterWeekday(syms, index, value, valueLength, *status);
935 DateFormatSymbolsSingleSetter::setStandaloneNarrowWeekday(syms, index, value, valueLength, *status);
939 DateFormatSymbolsSingleSetter::setQuarter(syms, index, value, valueLength, *status);
943 DateFormatSymbolsSingleSetter::setShortQuarter(syms, index, value, valueLength, *status);
947 DateFormatSymbolsSingleSetter::setStandaloneQuarter(syms, index, value, valueLength, *status);
951 DateFormatSymbolsSingleSetter::setStandaloneShortQuarter(syms, index, value, valueLength, *status);
955 DateFormatSymbolsSingleSetter::setAmPm(syms, index, value, valueLength, *status);
959 DateFormatSymbolsSingleSetter::setLocalPatternChars(syms, value, valueLength, *status);