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

Lines Matching refs:index

360 udat_getAvailable(int32_t index)
362 return uloc_getAvailable(index);
449 int32_t index,
566 index = (index > 0)? (index - 1) % 12: 0;
571 if(index < count) {
572 return res[index].extract(result, resultLength, *status);
706 * if(index < count)
707 * array[index] = val;
720 setSymbol(UnicodeString *array, int32_t count, int32_t index,
724 if(index>=count) {
729 array[index].setTo(value, valueLength);
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);
894 int32_t index,
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);