Lines Matching refs:is

8  * This material is provided "as is", with absolutely no warranty expressed
9 * or implied. Any use is at your own risk.
11 * Permission to use or copy this software for any purpose is hereby granted
13 * Permission to modify the code and to distribute modified code is granted,
15 * modified is included with the above copyright notice.
34 // no wchar_t is supported for this mode
60 { return !_M_ctype->is(ctype_base::space, __c); }
73 _M_ctype->is(ctype_base::space, __c);
574 // for which __is_delim is true, if and only if __extract_delim is true.
579 // encountering delim or eof (in which case failbit is set if __is_getline
580 // is true); and reading _Num characters where the _Num+1'st character is
581 // eof (in which case eofbit is set if __is_getline is true).
583 // It is assumed that __is_delim never throws.
585 // Return value is the number of characters extracted, including the
586 // delimiter if it is extracted. Note that the number of characaters
645 // such that __is_delim(p) is true.
662 //casting numeric_limits<ptrdiff_t>::max to streamsize only works is ptrdiff_t is signed or streamsize representation
663 //is larger than ptrdiff_t one.
723 // we have not reached eof. What that means is that the streambuf has
764 // Getline is essentially identical to get, except that it extracts
858 // fbp : changed so that failbit is set only there, to pass Dietmar's test
898 // __is_delim is true, if and only if __extract_delim is true.
938 // last) such that __is_delim(p) is true.
978 // we have not reached eof. What that means is that the streambuf has
985 // with an explicit count _Num. Return value is the number of
1105 // we have not reached eof. What that means is that the streambuf has
1197 // it is called from sentry's constructor.
1215 // This is a very simple loop that reads characters from __src and puts
1220 // output streambuf, or when __is_delim is true.
1278 // __is_delim never throw (__pushback is guaranteed not to)
1302 //Borland compiler generates a warning if assignment because value is never used: