Lines Matching refs:time_get
295 time_get<char, istreambuf_iterator<char, char_traits<char> > >::id); in insert_time_facets()
300 time_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >::id); in insert_time_facets()
340 this->insert(get, time_get<char, istreambuf_iterator<char, char_traits<char> > >::id); in insert_time_facets()
343 this->insert(wget, time_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >::id); in insert_time_facets()
579 time_get<char, istreambuf_iterator<char, char_traits<char> > >::id._M_index = 12; in _Stl_loc_assign_ids()
587 time_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >::id._M_index = 25; in _Stl_loc_assign_ids()
643 new time_get<char, istreambuf_iterator<char, char_traits<char> > >(1), in make_classic_locale()
657 new time_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >(1), in make_classic_locale()
751 _STLP_DECLSPEC locale::id& _STLP_CALL _GetFacetId(const time_get<char, istreambuf_iterator<char, ch… in _GetFacetId()
752 { return time_get<char, istreambuf_iterator<char, char_traits<char> > >::id; } in _GetFacetId()
756 _STLP_DECLSPEC locale::id& _STLP_CALL _GetFacetId(const time_get<wchar_t, istreambuf_iterator<wchar… in _GetFacetId()
757 { return time_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >::id; } in _GetFacetId()