Home | History | Annotate | Download | only in bits

Lines Matching refs:upper

2558   /// Convenience interface to ctype.is(ctype_base::upper, __c).
2562 { return use_facet<ctype<_CharT> >(__loc).is(ctype_base::upper, __c); }