Home | History | Annotate | Download | only in include

Lines Matching full:__ch

763                 _CharT __ch = _Traits::to_char_type(__i);
764 if (__ct.is(__ct.space, __ch))
766 *__s++ = __ch;
938 int_type __ch = get();
939 if (__ch != traits_type::eof())
940 __c = traits_type::to_char_type(__ch);
967 char_type __ch = traits_type::to_char_type(__i);
968 if (traits_type::eq(__ch, __dlm))
970 *__s++ = __ch;
1026 char_type __ch = traits_type::to_char_type(__i);
1027 if (traits_type::eq(__ch, __dlm))
1029 if (traits_type::eq_int_type(__sb.sputc(__ch), traits_type::eof()))
1083 char_type __ch = traits_type::to_char_type(__i);
1084 if (traits_type::eq(__ch, __dlm))
1095 *__s++ = __ch;
1558 _CharT __ch = _Traits::to_char_type(__i);
1559 if (__ct.is(__ct.space, __ch))
1561 __str.push_back(__ch);
1606 _CharT __ch = _Traits::to_char_type(__i);
1607 if (_Traits::eq(__ch, __dlm))
1609 __str.push_back(__ch);
1686 _CharT __ch = _Traits::to_char_type(__i);
1687 if (!_Traits::eq(__ch, __zero) && !_Traits::eq(__ch, __one))
1689 __str.push_back(__ch);