Lines Matching refs:__h
1638 …__get_12_hour(int& __h, iter_type& __b, iter_type __e, ios_base::iostate& __err, const ctype<char_…
1640 …__get_am_pm(int& __h, iter_type& __b, iter_type __e, ios_base::iostate& __err, const ctype<char_ty…
1719 …int& __h, iter_type& __b, iter_type __e, ios_base::iostate& __err, const ctype<char_type>& __ct) c…
1722 __h = __t;
1729 …int& __h, iter_type& __b, iter_type __e, ios_base::iostate& __err, const ctype<char_type>& __ct) c…
1732 __h = __t;
1788 …int& __h, iter_type& __b, iter_type __e, ios_base::iostate& __err, const ctype<char_type>& __ct) c…
1795 if (__i == 0 && __h == 12)
1796 __h = 0;
1797 else if (__i == 1 && __h < 12)
1798 __h += 12;
2659 unique_ptr<char, void (*)(void*)> __h(nullptr, free);
2661 __h.reset((char*)malloc(static_cast<size_t>(__wn - __wb.get() + 2)));
2662 if (__h.get() == nullptr)
2664 __nc = __h.get();
2996 unique_ptr<char_type, void (*)(void*)> __h(0, free);
3003 __h.reset((char_type*)malloc(__exn * sizeof(char_type)));
3004 __mb = __h.get();