Lines Matching defs:__time_get
4440 __time_get::__time_get(const char* nm) : __loc_(newlocale(LC_ALL_MASK, nm, 0)) {
4445 __time_get::__time_get(const string& nm) : __loc_(newlocale(LC_ALL_MASK, nm.c_str(), 0)) {
4450 __time_get::~__time_get() { freelocale(__loc_); }
4834 __time_get_storage<char>::__time_get_storage(const char* __nm) : __time_get(__nm) {
4840 __time_get_storage<char>::__time_get_storage(const string& __nm) : __time_get(__nm) {
4847 __time_get_storage<wchar_t>::__time_get_storage(const char* __nm) : __time_get(__nm) {
4853 __time_get_storage<wchar_t>::__time_get_storage(const string& __nm) : __time_get(__nm) {