Lines Matching defs:syms
594 const DateFormatSymbols *syms; in udat_getSymbols() local
741 const DateFormatSymbols *syms; in udat_countSymbols() local
915 setEra(DateFormatSymbols *syms, int32_t index, in setEra()
922 setEraName(DateFormatSymbols *syms, int32_t index, in setEraName()
929 setMonth(DateFormatSymbols *syms, int32_t index, in setMonth()
936 setShortMonth(DateFormatSymbols *syms, int32_t index, in setShortMonth()
943 setNarrowMonth(DateFormatSymbols *syms, int32_t index, in setNarrowMonth()
950 setStandaloneMonth(DateFormatSymbols *syms, int32_t index, in setStandaloneMonth()
957 setStandaloneShortMonth(DateFormatSymbols *syms, int32_t index, in setStandaloneShortMonth()
964 setStandaloneNarrowMonth(DateFormatSymbols *syms, int32_t index, in setStandaloneNarrowMonth()
971 setWeekday(DateFormatSymbols *syms, int32_t index, in setWeekday()
978 setShortWeekday(DateFormatSymbols *syms, int32_t index, in setShortWeekday()
985 setShorterWeekday(DateFormatSymbols *syms, int32_t index, in setShorterWeekday()
992 setNarrowWeekday(DateFormatSymbols *syms, int32_t index, in setNarrowWeekday()
999 setStandaloneWeekday(DateFormatSymbols *syms, int32_t index, in setStandaloneWeekday()
1006 setStandaloneShortWeekday(DateFormatSymbols *syms, int32_t index, in setStandaloneShortWeekday()
1013 setStandaloneShorterWeekday(DateFormatSymbols *syms, int32_t index, in setStandaloneShorterWeekday()
1020 setStandaloneNarrowWeekday(DateFormatSymbols *syms, int32_t index, in setStandaloneNarrowWeekday()
1027 setQuarter(DateFormatSymbols *syms, int32_t index, in setQuarter()
1034 setShortQuarter(DateFormatSymbols *syms, int32_t index, in setShortQuarter()
1041 setStandaloneQuarter(DateFormatSymbols *syms, int32_t index, in setStandaloneQuarter()
1048 setStandaloneShortQuarter(DateFormatSymbols *syms, int32_t index, in setStandaloneShortQuarter()
1055 setShortYearNames(DateFormatSymbols *syms, int32_t index, in setShortYearNames()
1062 setShortZodiacNames(DateFormatSymbols *syms, int32_t index, in setShortZodiacNames()
1069 setAmPm(DateFormatSymbols *syms, int32_t index, in setAmPm()
1076 setLocalPatternChars(DateFormatSymbols *syms, in setLocalPatternChars()
1096 …DateFormatSymbols *syms = (DateFormatSymbols *)((SimpleDateFormat *)format)->getDateFormatSymbols(… in udat_setSymbols() local