Lines Matching refs:index
237 udat_getAvailable(int32_t index) in udat_getAvailable() argument
239 return uloc_getAvailable(index); in udat_getAvailable()
308 int32_t index, in udat_getSymbols() argument
411 if(index < count) { in udat_getSymbols()
412 return res[index].extract(result, resultLength, *status); in udat_getSymbols()
540 setSymbol(UnicodeString *array, int32_t count, int32_t index, in setSymbol() argument
544 if(index>=count) { in setSymbol()
549 array[index].setTo(value, valueLength); in setSymbol()
555 setEra(DateFormatSymbols *syms, int32_t index, in setEra() argument
558 setSymbol(syms->fEras, syms->fErasCount, index, value, valueLength, errorCode); in setEra()
562 setEraName(DateFormatSymbols *syms, int32_t index, in setEraName() argument
565 setSymbol(syms->fEraNames, syms->fEraNamesCount, index, value, valueLength, errorCode); in setEraName()
569 setMonth(DateFormatSymbols *syms, int32_t index, in setMonth() argument
572 setSymbol(syms->fMonths, syms->fMonthsCount, index, value, valueLength, errorCode); in setMonth()
576 setShortMonth(DateFormatSymbols *syms, int32_t index, in setShortMonth() argument
579 … setSymbol(syms->fShortMonths, syms->fShortMonthsCount, index, value, valueLength, errorCode); in setShortMonth()
583 setNarrowMonth(DateFormatSymbols *syms, int32_t index, in setNarrowMonth() argument
586 … setSymbol(syms->fNarrowMonths, syms->fNarrowMonthsCount, index, value, valueLength, errorCode); in setNarrowMonth()
590 setStandaloneMonth(DateFormatSymbols *syms, int32_t index, in setStandaloneMonth() argument
593 …setSymbol(syms->fStandaloneMonths, syms->fStandaloneMonthsCount, index, value, valueLength, errorC… in setStandaloneMonth()
597 setStandaloneShortMonth(DateFormatSymbols *syms, int32_t index, in setStandaloneShortMonth() argument
600 …setSymbol(syms->fStandaloneShortMonths, syms->fStandaloneShortMonthsCount, index, value, valueLeng… in setStandaloneShortMonth()
604 setStandaloneNarrowMonth(DateFormatSymbols *syms, int32_t index, in setStandaloneNarrowMonth() argument
607 …setSymbol(syms->fStandaloneNarrowMonths, syms->fStandaloneNarrowMonthsCount, index, value, valueLe… in setStandaloneNarrowMonth()
611 setWeekday(DateFormatSymbols *syms, int32_t index, in setWeekday() argument
614 setSymbol(syms->fWeekdays, syms->fWeekdaysCount, index, value, valueLength, errorCode); in setWeekday()
618 setShortWeekday(DateFormatSymbols *syms, int32_t index, in setShortWeekday() argument
621 … setSymbol(syms->fShortWeekdays, syms->fShortWeekdaysCount, index, value, valueLength, errorCode); in setShortWeekday()
625 setNarrowWeekday(DateFormatSymbols *syms, int32_t index, in setNarrowWeekday() argument
628 …setSymbol(syms->fNarrowWeekdays, syms->fNarrowWeekdaysCount, index, value, valueLength, errorCode); in setNarrowWeekday()
632 setStandaloneWeekday(DateFormatSymbols *syms, int32_t index, in setStandaloneWeekday() argument
635 …setSymbol(syms->fStandaloneWeekdays, syms->fStandaloneWeekdaysCount, index, value, valueLength, er… in setStandaloneWeekday()
639 setStandaloneShortWeekday(DateFormatSymbols *syms, int32_t index, in setStandaloneShortWeekday() argument
642 …setSymbol(syms->fStandaloneShortWeekdays, syms->fStandaloneShortWeekdaysCount, index, value, value… in setStandaloneShortWeekday()
646 setStandaloneNarrowWeekday(DateFormatSymbols *syms, int32_t index, in setStandaloneNarrowWeekday() argument
649 …setSymbol(syms->fStandaloneNarrowWeekdays, syms->fStandaloneNarrowWeekdaysCount, index, value, val… in setStandaloneNarrowWeekday()
653 setQuarter(DateFormatSymbols *syms, int32_t index, in setQuarter() argument
656 setSymbol(syms->fQuarters, syms->fQuartersCount, index, value, valueLength, errorCode); in setQuarter()
660 setShortQuarter(DateFormatSymbols *syms, int32_t index, in setShortQuarter() argument
663 … setSymbol(syms->fShortQuarters, syms->fShortQuartersCount, index, value, valueLength, errorCode); in setShortQuarter()
667 setStandaloneQuarter(DateFormatSymbols *syms, int32_t index, in setStandaloneQuarter() argument
670 …setSymbol(syms->fStandaloneQuarters, syms->fStandaloneQuartersCount, index, value, valueLength, er… in setStandaloneQuarter()
674 setStandaloneShortQuarter(DateFormatSymbols *syms, int32_t index, in setStandaloneShortQuarter() argument
677 …setSymbol(syms->fStandaloneShortQuarters, syms->fStandaloneShortQuartersCount, index, value, value… in setStandaloneShortQuarter()
681 setAmPm(DateFormatSymbols *syms, int32_t index, in setAmPm() argument
684 setSymbol(syms->fAmPms, syms->fAmPmsCount, index, value, valueLength, errorCode); in setAmPm()
700 int32_t index, in udat_setSymbols() argument
712 DateFormatSymbolsSingleSetter::setEra(syms, index, value, valueLength, *status); in udat_setSymbols()
716 DateFormatSymbolsSingleSetter::setEraName(syms, index, value, valueLength, *status); in udat_setSymbols()
720 DateFormatSymbolsSingleSetter::setMonth(syms, index, value, valueLength, *status); in udat_setSymbols()
724 DateFormatSymbolsSingleSetter::setShortMonth(syms, index, value, valueLength, *status); in udat_setSymbols()
728 DateFormatSymbolsSingleSetter::setNarrowMonth(syms, index, value, valueLength, *status); in udat_setSymbols()
732 DateFormatSymbolsSingleSetter::setStandaloneMonth(syms, index, value, valueLength, *status); in udat_setSymbols()
736 … DateFormatSymbolsSingleSetter::setStandaloneShortMonth(syms, index, value, valueLength, *status); in udat_setSymbols()
740 … DateFormatSymbolsSingleSetter::setStandaloneNarrowMonth(syms, index, value, valueLength, *status); in udat_setSymbols()
744 DateFormatSymbolsSingleSetter::setWeekday(syms, index, value, valueLength, *status); in udat_setSymbols()
748 DateFormatSymbolsSingleSetter::setShortWeekday(syms, index, value, valueLength, *status); in udat_setSymbols()
752 DateFormatSymbolsSingleSetter::setNarrowWeekday(syms, index, value, valueLength, *status); in udat_setSymbols()
756 … DateFormatSymbolsSingleSetter::setStandaloneWeekday(syms, index, value, valueLength, *status); in udat_setSymbols()
760 …DateFormatSymbolsSingleSetter::setStandaloneShortWeekday(syms, index, value, valueLength, *status); in udat_setSymbols()
764 …DateFormatSymbolsSingleSetter::setStandaloneNarrowWeekday(syms, index, value, valueLength, *status… in udat_setSymbols()
768 DateFormatSymbolsSingleSetter::setQuarter(syms, index, value, valueLength, *status); in udat_setSymbols()
772 DateFormatSymbolsSingleSetter::setShortQuarter(syms, index, value, valueLength, *status); in udat_setSymbols()
776 … DateFormatSymbolsSingleSetter::setStandaloneQuarter(syms, index, value, valueLength, *status); in udat_setSymbols()
780 …DateFormatSymbolsSingleSetter::setStandaloneShortQuarter(syms, index, value, valueLength, *status); in udat_setSymbols()
784 DateFormatSymbolsSingleSetter::setAmPm(syms, index, value, valueLength, *status); in udat_setSymbols()