Home | History | Annotate | Download | only in include

Lines Matching full:__ch

779                 _CharT __ch = _Traits::to_char_type(__i);
780 if (__ct.is(__ct.space, __ch))
782 *__s++ = __ch;
954 int_type __ch = get();
955 if (__ch != traits_type::eof())
956 __c = traits_type::to_char_type(__ch);
983 char_type __ch = traits_type::to_char_type(__i);
984 if (traits_type::eq(__ch, __dlm))
986 *__s++ = __ch;
1042 char_type __ch = traits_type::to_char_type(__i);
1043 if (traits_type::eq(__ch, __dlm))
1045 if (traits_type::eq_int_type(__sb.sputc(__ch), traits_type::eof()))
1099 char_type __ch = traits_type::to_char_type(__i);
1100 if (traits_type::eq(__ch, __dlm))
1111 *__s++ = __ch;
1574 _CharT __ch = _Traits::to_char_type(__i);
1575 if (__ct.is(__ct.space, __ch))
1577 __str.push_back(__ch);
1622 _CharT __ch = _Traits::to_char_type(__i);
1623 if (_Traits::eq(__ch, __dlm))
1625 __str.push_back(__ch);
1702 _CharT __ch = _Traits::to_char_type(__i);
1703 if (!_Traits::eq(__ch, __zero) && !_Traits::eq(__ch, __one))
1705 __str.push_back(__ch);