HomeSort by relevance Sort by last modified time
    Searched defs:time_get (Results 1 - 4 of 4) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
locale_facets_nonio.h 355 * @brief Primary class template time_get.
362 * The time_get template uses protected virtual functions to provide the
365 * implement the behavior they require from the time_get facet.
368 class time_get : public locale::facet, public time_base class in inherits:locale::facet,time_base
390 time_get(size_t __refs = 0) function in class:time_get
415 * calling time_get::do_get_time().
440 * calling time_get::do_get_date().
465 * time_get::do_get_weekday().
493 * time_get::do_get_monthname().
522 * returned by calling time_get::do_get_year()
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
locale_facets_nonio.h 355 * @brief Primary class template time_get.
362 * The time_get template uses protected virtual functions to provide the
365 * implement the behavior they require from the time_get facet.
368 class time_get : public locale::facet, public time_base class in inherits:locale::facet,time_base
390 time_get(size_t __refs = 0) function in class:time_get
415 * calling time_get::do_get_time().
440 * calling time_get::do_get_date().
465 * time_get::do_get_weekday().
493 * time_get::do_get_monthname().
522 * returned by calling time_get::do_get_year()
    [all...]
  /external/libcxx/src/
locale.cpp 222 install(&make<time_get<char> >(1u));
223 install(&make<time_get<wchar_t> >(1u));
415 install_from<time_get<char> >(one);
416 install_from<time_get<wchar_t> >(one);
6117 template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS time_get<char>; variable in typeref:class:_LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS
6118 template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS time_get<wchar_t>; variable in typeref:class:_LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/src/
locale.cpp 224 install(&make<time_get<char> >(1u));
225 install(&make<time_get<wchar_t> >(1u));
417 install_from<time_get<char> >(one);
418 install_from<time_get<wchar_t> >(one);
6119 template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS time_get<char>; variable in typeref:class:_LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS
6120 template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS time_get<wchar_t>; variable in typeref:class:_LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS
    [all...]

Completed in 203 milliseconds