Searched defs:__timepunct_cache (Results 1 – 2 of 2) sorted by relevance
2752 struct __timepunct_cache : public locale::facet struct2755 static const _CharT* _S_timezones[14];2757 const _CharT* _M_date_format;2758 const _CharT* _M_date_era_format;2759 const _CharT* _M_time_format;2760 const _CharT* _M_time_era_format;2761 const _CharT* _M_date_time_format;2762 const _CharT* _M_date_time_era_format;2763 const _CharT* _M_am;2764 const _CharT* _M_pm;[all …]
172 template struct __timepunct_cache<C>; variable