• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/ICU-531.30/icuSources/i18n/

Lines Matching defs:syms

454     const DateFormatSymbols *syms;
458 syms = sdtfmt->getDateFormatSymbols();
460 syms = rdtfmt->getDateFormatSymbols();
469 res = syms->getEras(count);
473 res = syms->getEraNames(count);
477 res = syms->getMonths(count);
481 res = syms->getShortMonths(count);
485 res = syms->getWeekdays(count);
489 res = syms->getShortWeekdays(count);
493 res = syms->getAmPmStrings(count);
504 syms->getLocalPatternChars(res1);
509 res = syms->getMonths(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW);
513 res = syms->getWeekdays(count, DateFormatSymbols::FORMAT, DateFormatSymbols::SHORT);
517 res = syms->getWeekdays(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW);
521 res = syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
525 res = syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED);
529 res = syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW);
533 res = syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
537 res = syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED);
541 res = syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::SHORT);
545 res = syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW);
549 res = syms->getQuarters(count, DateFormatSymbols::FORMAT, DateFormatSymbols::WIDE);
553 res = syms->getQuarters(count, DateFormatSymbols::FORMAT, DateFormatSymbols::ABBREVIATED);
557 res = syms->getQuarters(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
561 res = syms->getQuarters(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED);
565 res = syms->getZodiacNames(count);
582 const DateFormatSymbols *syms;
586 syms = sdtfmt->getDateFormatSymbols();
588 syms = rdtfmt->getDateFormatSymbols();
596 syms->getEras(count);
600 syms->getMonths(count);
604 syms->getShortMonths(count);
608 syms->getWeekdays(count);
612 syms->getShortWeekdays(count);
616 syms->getAmPmStrings(count);
624 syms->getEraNames(count);
628 syms->getMonths(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW);
632 syms->getWeekdays(count, DateFormatSymbols::FORMAT, DateFormatSymbols::SHORT);
636 syms->getWeekdays(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW);
640 syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
644 syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED);
648 syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW);
652 syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
656 syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED);
660 syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::SHORT);
664 syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW);
668 syms->getQuarters(count, DateFormatSymbols::FORMAT, DateFormatSymbols::WIDE);
672 syms->getQuarters(count, DateFormatSymbols::FORMAT, DateFormatSymbols::ABBREVIATED);
676 syms->getQuarters(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
680 syms->getQuarters(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED);
684 syms->getZodiacNames(count);
699 * res = syms->getMonths(count);
708 * syms->setMonths(array, count);
735 setEra(DateFormatSymbols *syms, int32_t index,
738 setSymbol(syms->fEras, syms->fErasCount, index, value, valueLength, errorCode);
742 setEraName(DateFormatSymbols *syms, int32_t index,
745 setSymbol(syms->fEraNames, syms->fEraNamesCount, index, value, valueLength, errorCode);
749 setMonth(DateFormatSymbols *syms, int32_t index,
752 setSymbol(syms->fMonths, syms->fMonthsCount, index, value, valueLength, errorCode);
756 setShortMonth(DateFormatSymbols *syms, int32_t index,
759 setSymbol(syms->fShortMonths, syms->fShortMonthsCount, index, value, valueLength, errorCode);
763 setNarrowMonth(DateFormatSymbols *syms, int32_t index,
766 setSymbol(syms->fNarrowMonths, syms->fNarrowMonthsCount, index, value, valueLength, errorCode);
770 setStandaloneMonth(DateFormatSymbols *syms, int32_t index,
773 setSymbol(syms->fStandaloneMonths, syms->fStandaloneMonthsCount, index, value, valueLength, errorCode);
777 setStandaloneShortMonth(DateFormatSymbols *syms, int32_t index,
780 setSymbol(syms->fStandaloneShortMonths, syms->fStandaloneShortMonthsCount, index, value, valueLength, errorCode);
784 setStandaloneNarrowMonth(DateFormatSymbols *syms, int32_t index,
787 setSymbol(syms->fStandaloneNarrowMonths, syms->fStandaloneNarrowMonthsCount, index, value, valueLength, errorCode);
791 setWeekday(DateFormatSymbols *syms, int32_t index,
794 setSymbol(syms->fWeekdays, syms->fWeekdaysCount, index, value, valueLength, errorCode);
798 setShortWeekday(DateFormatSymbols *syms, int32_t index,
801 setSymbol(syms->fShortWeekdays, syms->fShortWeekdaysCount, index, value, valueLength, errorCode);
805 setShorterWeekday(DateFormatSymbols *syms, int32_t index,
808 setSymbol(syms->fShorterWeekdays, syms->fShorterWeekdaysCount, index, value, valueLength, errorCode);
812 setNarrowWeekday(DateFormatSymbols *syms, int32_t index,
815 setSymbol(syms->fNarrowWeekdays, syms->fNarrowWeekdaysCount, index, value, valueLength, errorCode);
819 setStandaloneWeekday(DateFormatSymbols *syms, int32_t index,
822 setSymbol(syms->fStandaloneWeekdays, syms->fStandaloneWeekdaysCount, index, value, valueLength, errorCode);
826 setStandaloneShortWeekday(DateFormatSymbols *syms, int32_t index,
829 setSymbol(syms->fStandaloneShortWeekdays, syms->fStandaloneShortWeekdaysCount, index, value, valueLength, errorCode);
833 setStandaloneShorterWeekday(DateFormatSymbols *syms, int32_t index,
836 setSymbol(syms->fStandaloneShorterWeekdays, syms->fStandaloneShorterWeekdaysCount, index, value, valueLength, errorCode);
840 setStandaloneNarrowWeekday(DateFormatSymbols *syms, int32_t index,
843 setSymbol(syms->fStandaloneNarrowWeekdays, syms->fStandaloneNarrowWeekdaysCount, index, value, valueLength, errorCode);
847 setQuarter(DateFormatSymbols *syms, int32_t index,
850 setSymbol(syms->fQuarters, syms->fQuartersCount, index, value, valueLength, errorCode);
854 setShortQuarter(DateFormatSymbols *syms, int32_t index,
857 setSymbol(syms->fShortQuarters, syms->fShortQuartersCount, index, value, valueLength, errorCode);
861 setStandaloneQuarter(DateFormatSymbols *syms, int32_t index,
864 setSymbol(syms->fStandaloneQuarters, syms->fStandaloneQuartersCount, index, value, valueLength, errorCode);
868 setStandaloneShortQuarter(DateFormatSymbols *syms, int32_t index,
871 setSymbol(syms->fStandaloneShortQuarters, syms->fStandaloneShortQuartersCount, index, value, valueLength, errorCode);
875 setAmPm(DateFormatSymbols *syms, int32_t index,
878 setSymbol(syms->fAmPms, syms->fAmPmsCount, index, value, valueLength, errorCode);
882 setLocalPatternChars(DateFormatSymbols *syms,
885 setSymbol(&syms->fLocalPatternChars, 1, 0, value, valueLength, errorCode);
902 DateFormatSymbols *syms = (DateFormatSymbols *)((SimpleDateFormat *)format)->getDateFormatSymbols();
906 DateFormatSymbolsSingleSetter::setEra(syms, index, value, valueLength, *status);
910 DateFormatSymbolsSingleSetter::setEraName(syms, index, value, valueLength, *status);
914 DateFormatSymbolsSingleSetter::setMonth(syms, index, value, valueLength, *status);
918 DateFormatSymbolsSingleSetter::setShortMonth(syms, index, value, valueLength, *status);
922 DateFormatSymbolsSingleSetter::setNarrowMonth(syms, index, value, valueLength, *status);
926 DateFormatSymbolsSingleSetter::setStandaloneMonth(syms, index, value, valueLength, *status);
930 DateFormatSymbolsSingleSetter::setStandaloneShortMonth(syms, index, value, valueLength, *status);
934 DateFormatSymbolsSingleSetter::setStandaloneNarrowMonth(syms, index, value, valueLength, *status);
938 DateFormatSymbolsSingleSetter::setWeekday(syms, index, value, valueLength, *status);
942 DateFormatSymbolsSingleSetter::setShortWeekday(syms, index, value, valueLength, *status);
946 DateFormatSymbolsSingleSetter::setShorterWeekday(syms, index, value, valueLength, *status);
950 DateFormatSymbolsSingleSetter::setNarrowWeekday(syms, index, value, valueLength, *status);
954 DateFormatSymbolsSingleSetter::setStandaloneWeekday(syms, index, value, valueLength, *status);
958 DateFormatSymbolsSingleSetter::setStandaloneShortWeekday(syms, index, value, valueLength, *status);
962 DateFormatSymbolsSingleSetter::setStandaloneShorterWeekday(syms, index, value, valueLength, *status);
966 DateFormatSymbolsSingleSetter::setStandaloneNarrowWeekday(syms, index, value, valueLength, *status);
970 DateFormatSymbolsSingleSetter::setQuarter(syms, index, value, valueLength, *status);
974 DateFormatSymbolsSingleSetter::setShortQuarter(syms, index, value, valueLength, *status);
978 DateFormatSymbolsSingleSetter::setStandaloneQuarter(syms, index, value, valueLength, *status);
982 DateFormatSymbolsSingleSetter::setStandaloneShortQuarter(syms, index, value, valueLength, *status);
986 DateFormatSymbolsSingleSetter::setAmPm(syms, index, value, valueLength, *status);
990 DateFormatSymbolsSingleSetter::setLocalPatternChars(syms, value, valueLength, *status);