HomeSort by relevance Sort by last modified time
    Searched refs:time_get (Results 1 - 25 of 81) sorted by null

1 2 3 4

  /ndk/sources/cxx-stl/llvm-libc++/test/localization/locale.categories/category.time/locale.time.get/
types.pass.cpp 19 // class time_get
33 static_assert((std::is_base_of<std::locale::facet, std::time_get<char> >::value), "");
34 static_assert((std::is_base_of<std::locale::facet, std::time_get<wchar_t> >::value), "");
35 static_assert((std::is_base_of<std::time_base, std::time_get<char> >::value), "");
36 static_assert((std::is_base_of<std::time_base, std::time_get<wchar_t> >::value), "");
37 static_assert((std::is_same<std::time_get<char>::char_type, char>::value), "");
38 static_assert((std::is_same<std::time_get<wchar_t>::char_type, wchar_t>::value), "");
39 static_assert((std::is_same<std::time_get<char>::iter_type, std::istreambuf_iterator<char> >::value), "");
40 static_assert((std::is_same<std::time_get<wchar_t>::iter_type, std::istreambuf_iterator<wchar_t> >::value), "");
ctor.pass.cpp 12 // class time_get<charT, InputIterator>
14 // explicit time_get(size_t refs = 0);
19 typedef std::time_get<char, const char*> F;
  /ndk/sources/cxx-stl/llvm-libc++/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/
date_order.pass.cpp 12 // class time_get<charT, InputIterator>
20 typedef std::time_get<char, input_iterator<const char*> > F;
get_date.pass.cpp 12 // class time_get<charT, InputIterator>
24 typedef std::time_get<char, I> F;
get_date_wide.pass.cpp 12 // class time_get<charT, InputIterator>
24 typedef std::time_get<wchar_t, I> F;
get_many.pass.cpp 12 // class time_get<charT, InputIterator>
24 typedef std::time_get<char, I> F;
  /external/stlport/stlport/stl/
_time_facets.h 50 // Template functions used by time_get
52 /* Both time_get and time_put need a structure of type _Time_Info
131 class time_get : public locale::facet, public time_base, public _STLP_PRIV time_init<_Ch> { class in inherits:locale::facet,time_base,_STLP_PRIVtime_init
136 explicit time_get(size_t __refs = 0) : locale::facet(__refs) function in class:time_get
159 time_get(const char* __name, size_t __refs) function in class:time_get
162 time_get(_Locale_time *__time) function in class:time_get
166 ~time_get() {}
197 class time_get_byname : public time_get<_Ch, _InIt> {
204 : time_get<_Ch, _InIt>(__name, __refs) {}
212 : time_get<_Ch, _InIt>(__time
310 _STLP_EXPORT_TEMPLATE_CLASS time_get<char, istreambuf_iterator<char, char_traits<char> > >; variable
313 _STLP_EXPORT_TEMPLATE_CLASS time_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >; variable
    [all...]
_facets_fwd.h 42 class time_get;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_time_facets.h 50 // Template functions used by time_get
52 /* Both time_get and time_put need a structure of type _Time_Info
131 class time_get : public locale::facet, public time_base, public _STLP_PRIV time_init<_Ch> { class in inherits:locale::facet,time_base,_STLP_PRIVtime_init
136 explicit time_get(size_t __refs = 0) : locale::facet(__refs) function in class:time_get
159 time_get(const char* __name, size_t __refs) function in class:time_get
162 time_get(_Locale_time *__time) function in class:time_get
166 ~time_get() {}
197 class time_get_byname : public time_get<_Ch, _InIt> {
204 : time_get<_Ch, _InIt>(__name, __refs) {}
212 : time_get<_Ch, _InIt>(__time
310 _STLP_EXPORT_TEMPLATE_CLASS time_get<char, istreambuf_iterator<char, char_traits<char> > >; variable
313 _STLP_EXPORT_TEMPLATE_CLASS time_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >; variable
    [all...]
_facets_fwd.h 42 class time_get;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_time_facets.h 50 // Template functions used by time_get
52 /* Both time_get and time_put need a structure of type _Time_Info
131 class time_get : public locale::facet, public time_base, public _STLP_PRIV time_init<_Ch> { class in inherits:locale::facet,time_base,_STLP_PRIVtime_init
136 explicit time_get(size_t __refs = 0) : locale::facet(__refs) function in class:time_get
159 time_get(const char* __name, size_t __refs) function in class:time_get
162 time_get(_Locale_time *__time) function in class:time_get
166 ~time_get() {}
197 class time_get_byname : public time_get<_Ch, _InIt> {
204 : time_get<_Ch, _InIt>(__name, __refs) {}
212 : time_get<_Ch, _InIt>(__time
310 _STLP_EXPORT_TEMPLATE_CLASS time_get<char, istreambuf_iterator<char, char_traits<char> > >; variable
313 _STLP_EXPORT_TEMPLATE_CLASS time_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >; variable
    [all...]
_facets_fwd.h 42 class time_get;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_time_facets.h 50 // Template functions used by time_get
52 /* Both time_get and time_put need a structure of type _Time_Info
131 class time_get : public locale::facet, public time_base, public _STLP_PRIV time_init<_Ch> { class in inherits:locale::facet,time_base,_STLP_PRIVtime_init
136 explicit time_get(size_t __refs = 0) : locale::facet(__refs) function in class:time_get
159 time_get(const char* __name, size_t __refs) function in class:time_get
162 time_get(_Locale_time *__time) function in class:time_get
166 ~time_get() {}
197 class time_get_byname : public time_get<_Ch, _InIt> {
204 : time_get<_Ch, _InIt>(__name, __refs) {}
212 : time_get<_Ch, _InIt>(__time
310 _STLP_EXPORT_TEMPLATE_CLASS time_get<char, istreambuf_iterator<char, char_traits<char> > >; variable
313 _STLP_EXPORT_TEMPLATE_CLASS time_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >; variable
    [all...]
_facets_fwd.h 42 class time_get;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_time_facets.h 50 // Template functions used by time_get
52 /* Both time_get and time_put need a structure of type _Time_Info
131 class time_get : public locale::facet, public time_base, public _STLP_PRIV time_init<_Ch> { class in inherits:locale::facet,time_base,_STLP_PRIVtime_init
136 explicit time_get(size_t __refs = 0) : locale::facet(__refs) function in class:time_get
159 time_get(const char* __name, size_t __refs) function in class:time_get
162 time_get(_Locale_time *__time) function in class:time_get
166 ~time_get() {}
197 class time_get_byname : public time_get<_Ch, _InIt> {
204 : time_get<_Ch, _InIt>(__name, __refs) {}
212 : time_get<_Ch, _InIt>(__time
310 _STLP_EXPORT_TEMPLATE_CLASS time_get<char, istreambuf_iterator<char, char_traits<char> > >; variable
313 _STLP_EXPORT_TEMPLATE_CLASS time_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >; variable
    [all...]
_facets_fwd.h 42 class time_get;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_time_facets.h 50 // Template functions used by time_get
52 /* Both time_get and time_put need a structure of type _Time_Info
131 class time_get : public locale::facet, public time_base, public _STLP_PRIV time_init<_Ch> { class in inherits:locale::facet,time_base,_STLP_PRIVtime_init
136 explicit time_get(size_t __refs = 0) : locale::facet(__refs) function in class:time_get
159 time_get(const char* __name, size_t __refs) function in class:time_get
162 time_get(_Locale_time *__time) function in class:time_get
166 ~time_get() {}
197 class time_get_byname : public time_get<_Ch, _InIt> {
204 : time_get<_Ch, _InIt>(__name, __refs) {}
212 : time_get<_Ch, _InIt>(__time
310 _STLP_EXPORT_TEMPLATE_CLASS time_get<char, istreambuf_iterator<char, char_traits<char> > >; variable
313 _STLP_EXPORT_TEMPLATE_CLASS time_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >; variable
    [all...]
_facets_fwd.h 42 class time_get;
  /ndk/sources/cxx-stl/llvm-libc++/test/localization/locales/locale/locale.cons/
assign.pass.cpp 60 assert((std::has_facet<std::time_get<char> >(loc)));
61 assert((std::has_facet<std::time_get<wchar_t> >(loc)));
copy.pass.cpp 60 assert((std::has_facet<std::time_get<char> >(loc)));
61 assert((std::has_facet<std::time_get<wchar_t> >(loc)));
locale_char_pointer_cat.pass.cpp 60 assert((std::has_facet<std::time_get<char> >(loc)));
61 assert((std::has_facet<std::time_get<wchar_t> >(loc)));
locale_locale_cat.pass.cpp 60 assert((std::has_facet<std::time_get<char> >(loc)));
61 assert((std::has_facet<std::time_get<wchar_t> >(loc)));
locale_string_cat.pass.cpp 60 assert((std::has_facet<std::time_get<char> >(loc)));
61 assert((std::has_facet<std::time_get<wchar_t> >(loc)));
  /ndk/sources/cxx-stl/llvm-libc++/test/localization/locales/locale/locale.statics/
classic.pass.cpp 43 assert((std::has_facet<std::time_get<char> >(loc)));
44 assert((std::has_facet<std::time_get<wchar_t> >(loc)));
global.pass.cpp 45 assert((std::has_facet<std::time_get<char> >(loc)));
46 assert((std::has_facet<std::time_get<wchar_t> >(loc)));

Completed in 462 milliseconds

1 2 3 4