Searched refs:__time_get (Results 1 – 2 of 2) sorted by relevance
4440 __time_get::__time_get(const char* nm) : __loc_(newlocale(LC_ALL_MASK, nm, 0)) { in __time_get() function in __time_get4445 __time_get::__time_get(const string& nm) : __loc_(newlocale(LC_ALL_MASK, nm.c_str(), 0)) { in __time_get() function in __time_get4450 __time_get::~__time_get() { freelocale(__loc_); } in ~__time_get()4834 __time_get_storage<char>::__time_get_storage(const char* __nm) : __time_get(__nm) { in __time_get_storage()4840 __time_get_storage<char>::__time_get_storage(const string& __nm) : __time_get(__nm) { in __time_get_storage()4847 __time_get_storage<wchar_t>::__time_get_storage(const char* __nm) : __time_get(__nm) { in __time_get_storage()4853 __time_get_storage<wchar_t>::__time_get_storage(const string& __nm) : __time_get(__nm) { in __time_get_storage()
2005 class _LIBCPP_EXPORTED_FROM_ABI __time_get {2009 __time_get(const char* __nm);2010 __time_get(const string& __nm);2011 ~__time_get();2015 class _LIBCPP_TEMPLATE_VIS __time_get_storage : public __time_get {