Home | History | Annotate | Download | only in stl

Lines Matching refs:ctype_base

60     { return !_M_ctype->is(ctype_base::space, __c); }
73 _M_ctype->is(ctype_base::space, __c);
89 return _M_ctype->scan_is(ctype_base::space, __first, __last);
107 return _M_ctype->scan_is(ctype_base::space, __first, __last);
123 return _M_ctype->scan_not(ctype_base::space, __first, __last);