Home
last modified time | relevance | path

Searched refs:time_put_byname (Results 1 – 10 of 10) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_time_facets.h284 class time_put_byname : public time_put<_Ch, _OutIt> {
291 explicit time_put_byname(const char * __name, size_t __refs = 0)
296 ~time_put_byname() {} in ~time_put_byname()
299 time_put_byname(_Locale_time *__time) in time_put_byname() function
303 typedef time_put_byname<_Ch, _OutIt> _Self;
305 time_put_byname(_Self const&);
/ndk/tests/device/test-gnustl-full/unit/
Dtime_facets_test.cpp222 typedef time_put_byname<char, ostreambuf_iterator<char, char_traits<char> > > time_put_facet; in test_supported_locale()
245 …locale loc(locale::classic(), new time_put_byname<char, ostreambuf_iterator<char, char_traits<char… in time_by_name()
256 …locale loc(locale::classic(), new time_put_byname<char, ostreambuf_iterator<char, char_traits<char… in time_by_name()
268 …locale loc(locale::classic(), new time_put_byname<char, ostreambuf_iterator<char, char_traits<char… in time_by_name()
359 …locale loc(locale::classic(), new time_put_byname<wchar_t, ostreambuf_iterator<wchar_t, char_trait… in time_by_name()
369 …locale loc(locale::classic(), new time_put_byname<wchar_t, ostreambuf_iterator<wchar_t, char_trait… in time_by_name()
/ndk/tests/device/test-stlport/unit/
Dtime_facets_test.cpp222 typedef time_put_byname<char, ostreambuf_iterator<char, char_traits<char> > > time_put_facet; in test_supported_locale()
245 …locale loc(locale::classic(), new time_put_byname<char, ostreambuf_iterator<char, char_traits<char… in time_by_name()
256 …locale loc(locale::classic(), new time_put_byname<char, ostreambuf_iterator<char, char_traits<char… in time_by_name()
268 …locale loc(locale::classic(), new time_put_byname<char, ostreambuf_iterator<char, char_traits<char… in time_by_name()
359 …locale loc(locale::classic(), new time_put_byname<wchar_t, ostreambuf_iterator<wchar_t, char_trait… in time_by_name()
369 …locale loc(locale::classic(), new time_put_byname<wchar_t, ostreambuf_iterator<wchar_t, char_trait… in time_by_name()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.time/locale.time.put.byname/
Dput1.pass.cpp30 typedef std::time_put_byname<char, output_iterator<char*> > F;
/ndk/sources/cxx-stl/stlport/stlport/using/
Dlocale51 using _STLP_NEW_IO_NAMESPACE::time_put_byname;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.time/locale.time.get.byname/
Dget_monthname_wide.pass.cpp36 typedef std::time_put_byname<wchar_t, wchar_t*> F2;
/ndk/sources/cxx-stl/llvm-libc++/patches.android/
D0003-Fallback-to-locale-C.patch227 throw runtime_error("time_put_byname"
242 throw runtime_error("time_put_byname"
/ndk/sources/cxx-stl/stlport/src/
Dlocale_impl.cpp326 put = new time_put_byname<char, ostreambuf_iterator<char, char_traits<char> > >(__time); in insert_time_facets()
329 … wput = new time_put_byname<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >(__time); in insert_time_facets()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dlocale.cpp241 install(new time_put_byname<char>(name_)); in __imp()
242 install(new time_put_byname<wchar_t>(name_)); in __imp()
320 install(new time_put_byname<char>(name)); in __imp()
321 install(new time_put_byname<wchar_t>(name)); in __imp()
6266 template class time_put_byname<char>; variable
6267 template class time_put_byname<wchar_t>; variable
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dlocale163 template <class charT, class OutputIterator> class time_put_byname;
2698 class _LIBCPP_TYPE_VIS_ONLY time_put_byname
2703 explicit time_put_byname(const char* __nm, size_t __refs = 0)
2707 explicit time_put_byname(const string& __nm, size_t __refs = 0)
2712 ~time_put_byname() {}
2715 _LIBCPP_EXTERN_TEMPLATE2(class _LIBCPP_TYPE_VIS time_put_byname<char>)
2716 _LIBCPP_EXTERN_TEMPLATE2(class _LIBCPP_TYPE_VIS time_put_byname<wchar_t>)