Lines Matching defs:syms
600 const DateFormatSymbols *syms; in udat_getSymbols() local
747 const DateFormatSymbols *syms; in udat_countSymbols() local
921 setEra(DateFormatSymbols *syms, int32_t index, in setEra()
928 setEraName(DateFormatSymbols *syms, int32_t index, in setEraName()
935 setMonth(DateFormatSymbols *syms, int32_t index, in setMonth()
942 setShortMonth(DateFormatSymbols *syms, int32_t index, in setShortMonth()
949 setNarrowMonth(DateFormatSymbols *syms, int32_t index, in setNarrowMonth()
956 setStandaloneMonth(DateFormatSymbols *syms, int32_t index, in setStandaloneMonth()
963 setStandaloneShortMonth(DateFormatSymbols *syms, int32_t index, in setStandaloneShortMonth()
970 setStandaloneNarrowMonth(DateFormatSymbols *syms, int32_t index, in setStandaloneNarrowMonth()
977 setWeekday(DateFormatSymbols *syms, int32_t index, in setWeekday()
984 setShortWeekday(DateFormatSymbols *syms, int32_t index, in setShortWeekday()
991 setShorterWeekday(DateFormatSymbols *syms, int32_t index, in setShorterWeekday()
998 setNarrowWeekday(DateFormatSymbols *syms, int32_t index, in setNarrowWeekday()
1005 setStandaloneWeekday(DateFormatSymbols *syms, int32_t index, in setStandaloneWeekday()
1012 setStandaloneShortWeekday(DateFormatSymbols *syms, int32_t index, in setStandaloneShortWeekday()
1019 setStandaloneShorterWeekday(DateFormatSymbols *syms, int32_t index, in setStandaloneShorterWeekday()
1026 setStandaloneNarrowWeekday(DateFormatSymbols *syms, int32_t index, in setStandaloneNarrowWeekday()
1033 setQuarter(DateFormatSymbols *syms, int32_t index, in setQuarter()
1040 setShortQuarter(DateFormatSymbols *syms, int32_t index, in setShortQuarter()
1047 setStandaloneQuarter(DateFormatSymbols *syms, int32_t index, in setStandaloneQuarter()
1054 setStandaloneShortQuarter(DateFormatSymbols *syms, int32_t index, in setStandaloneShortQuarter()
1061 setShortYearNames(DateFormatSymbols *syms, int32_t index, in setShortYearNames()
1068 setShortZodiacNames(DateFormatSymbols *syms, int32_t index, in setShortZodiacNames()
1075 setAmPm(DateFormatSymbols *syms, int32_t index, in setAmPm()
1082 setLocalPatternChars(DateFormatSymbols *syms, in setLocalPatternChars()
1102 …DateFormatSymbols *syms = (DateFormatSymbols *)((SimpleDateFormat *)format)->getDateFormatSymbols(… in udat_setSymbols() local