Searched refs:time_put_byname (Results 1 – 10 of 10) sorted by relevance
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _time_facets.h | 284 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/ |
D | time_facets_test.cpp | 222 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/ |
D | time_facets_test.cpp | 222 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/ |
D | put1.pass.cpp | 30 typedef std::time_put_byname<char, output_iterator<char*> > F;
|
/ndk/sources/cxx-stl/stlport/stlport/using/ |
D | locale | 51 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/ |
D | get_monthname_wide.pass.cpp | 36 typedef std::time_put_byname<wchar_t, wchar_t*> F2;
|
/ndk/sources/cxx-stl/llvm-libc++/patches.android/ |
D | 0003-Fallback-to-locale-C.patch | 227 throw runtime_error("time_put_byname" 242 throw runtime_error("time_put_byname"
|
/ndk/sources/cxx-stl/stlport/src/ |
D | locale_impl.cpp | 326 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/ |
D | locale.cpp | 241 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/ |
D | locale | 163 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>)
|