Lines Matching refs:__d
1991 void __get_day(int& __d,
2007 void __get_hour(int& __d,
2073 time_get<_CharT, _InputIterator>::__get_day(int& __d,
2080 __d = __t;
2201 time_get<_CharT, _InputIterator>::__get_day_year_num(int& __d,
2208 __d = __t;
3397 const char_type* __d;
3398 for (__d = __db; __d < __de; ++__d)
3399 if (!__ct.is(ctype_base::digit, *__d))
3405 for (__f = __fd; __d > __db && __f > 0; --__f)
3406 *__me++ = *--__d;
3413 if (__d == __db)
3423 while (__d != __db)
3434 *__me++ = *--__d;