• Home
  • Raw
  • Download

Lines Matching defs:syms

606     const DateFormatSymbols *syms;  in udat_getSymbols()  local
761 const DateFormatSymbols *syms; in udat_countSymbols() local
943 setEra(DateFormatSymbols *syms, int32_t index, in setEra()
950 setEraName(DateFormatSymbols *syms, int32_t index, in setEraName()
957 setMonth(DateFormatSymbols *syms, int32_t index, in setMonth()
964 setShortMonth(DateFormatSymbols *syms, int32_t index, in setShortMonth()
971 setNarrowMonth(DateFormatSymbols *syms, int32_t index, in setNarrowMonth()
978 setStandaloneMonth(DateFormatSymbols *syms, int32_t index, in setStandaloneMonth()
985 setStandaloneShortMonth(DateFormatSymbols *syms, int32_t index, in setStandaloneShortMonth()
992 setStandaloneNarrowMonth(DateFormatSymbols *syms, int32_t index, in setStandaloneNarrowMonth()
999 setWeekday(DateFormatSymbols *syms, int32_t index, in setWeekday()
1006 setShortWeekday(DateFormatSymbols *syms, int32_t index, in setShortWeekday()
1013 setShorterWeekday(DateFormatSymbols *syms, int32_t index, in setShorterWeekday()
1020 setNarrowWeekday(DateFormatSymbols *syms, int32_t index, in setNarrowWeekday()
1027 setStandaloneWeekday(DateFormatSymbols *syms, int32_t index, in setStandaloneWeekday()
1034 setStandaloneShortWeekday(DateFormatSymbols *syms, int32_t index, in setStandaloneShortWeekday()
1041 setStandaloneShorterWeekday(DateFormatSymbols *syms, int32_t index, in setStandaloneShorterWeekday()
1048 setStandaloneNarrowWeekday(DateFormatSymbols *syms, int32_t index, in setStandaloneNarrowWeekday()
1055 setQuarter(DateFormatSymbols *syms, int32_t index, in setQuarter()
1062 setShortQuarter(DateFormatSymbols *syms, int32_t index, in setShortQuarter()
1069 setNarrowQuarter(DateFormatSymbols *syms, int32_t index, in setNarrowQuarter()
1076 setStandaloneQuarter(DateFormatSymbols *syms, int32_t index, in setStandaloneQuarter()
1083 setStandaloneShortQuarter(DateFormatSymbols *syms, int32_t index, in setStandaloneShortQuarter()
1090 setStandaloneNarrowQuarter(DateFormatSymbols *syms, int32_t index, in setStandaloneNarrowQuarter()
1097 setShortYearNames(DateFormatSymbols *syms, int32_t index, in setShortYearNames()
1104 setShortZodiacNames(DateFormatSymbols *syms, int32_t index, in setShortZodiacNames()
1111 setAmPm(DateFormatSymbols *syms, int32_t index, in setAmPm()
1118 setLocalPatternChars(DateFormatSymbols *syms, in setLocalPatternChars()
1138 …DateFormatSymbols *syms = (DateFormatSymbols *)((SimpleDateFormat *)format)->getDateFormatSymbols(… in udat_setSymbols() local