Lines Matching refs:__w
1646 …__get_weekday(int& __w, iter_type& __b, iter_type __e, ios_base::iostate& __err, const ctype<char_…
1648 …int& __w, iter_type& __b, iter_type __e, ios_base::iostate& __err, const ctype<char_type>& __ct) c…
1658 …int& __w, iter_type& __b, iter_type __e, ios_base::iostate& __err, const ctype<char_type>& __ct) c…
1663 __w = __i % 7;
1759 …int& __w, iter_type& __b, iter_type __e, ios_base::iostate& __err, const ctype<char_type>& __ct) c…
1762 __w = __t;
2668 for (const char_type* __w = __wb.get(); __w < __wn; ++__w, ++__nc)
2669 *__nc = __src[std::find(__atoms, std::end(__atoms), *__w) - __atoms];
2695 char_type* __w;
2696 for (__w = __wb.get(); __w < __wn - 1; ++__w)
2697 if (*__w != __z)
2699 __v.append(__w, __wn);
3095 string_type __w;
3096 …__widen_from_utf8<sizeof(char_type) * __CHAR_BIT__>()(std::back_inserter(__w), __n, __n + std::str…
3097 return __w;