Lines Matching defs:syms
596 const DateFormatSymbols *syms; in udat_getSymbols() local
743 const DateFormatSymbols *syms; in udat_countSymbols() local
917 setEra(DateFormatSymbols *syms, int32_t index, in setEra()
924 setEraName(DateFormatSymbols *syms, int32_t index, in setEraName()
931 setMonth(DateFormatSymbols *syms, int32_t index, in setMonth()
938 setShortMonth(DateFormatSymbols *syms, int32_t index, in setShortMonth()
945 setNarrowMonth(DateFormatSymbols *syms, int32_t index, in setNarrowMonth()
952 setStandaloneMonth(DateFormatSymbols *syms, int32_t index, in setStandaloneMonth()
959 setStandaloneShortMonth(DateFormatSymbols *syms, int32_t index, in setStandaloneShortMonth()
966 setStandaloneNarrowMonth(DateFormatSymbols *syms, int32_t index, in setStandaloneNarrowMonth()
973 setWeekday(DateFormatSymbols *syms, int32_t index, in setWeekday()
980 setShortWeekday(DateFormatSymbols *syms, int32_t index, in setShortWeekday()
987 setShorterWeekday(DateFormatSymbols *syms, int32_t index, in setShorterWeekday()
994 setNarrowWeekday(DateFormatSymbols *syms, int32_t index, in setNarrowWeekday()
1001 setStandaloneWeekday(DateFormatSymbols *syms, int32_t index, in setStandaloneWeekday()
1008 setStandaloneShortWeekday(DateFormatSymbols *syms, int32_t index, in setStandaloneShortWeekday()
1015 setStandaloneShorterWeekday(DateFormatSymbols *syms, int32_t index, in setStandaloneShorterWeekday()
1022 setStandaloneNarrowWeekday(DateFormatSymbols *syms, int32_t index, in setStandaloneNarrowWeekday()
1029 setQuarter(DateFormatSymbols *syms, int32_t index, in setQuarter()
1036 setShortQuarter(DateFormatSymbols *syms, int32_t index, in setShortQuarter()
1043 setStandaloneQuarter(DateFormatSymbols *syms, int32_t index, in setStandaloneQuarter()
1050 setStandaloneShortQuarter(DateFormatSymbols *syms, int32_t index, in setStandaloneShortQuarter()
1057 setShortYearNames(DateFormatSymbols *syms, int32_t index, in setShortYearNames()
1064 setShortZodiacNames(DateFormatSymbols *syms, int32_t index, in setShortZodiacNames()
1071 setAmPm(DateFormatSymbols *syms, int32_t index, in setAmPm()
1078 setLocalPatternChars(DateFormatSymbols *syms, in setLocalPatternChars()
1098 …DateFormatSymbols *syms = (DateFormatSymbols *)((SimpleDateFormat *)format)->getDateFormatSymbols(… in udat_setSymbols() local