Lines Matching refs:_CharT
56 template<typename _CharT>
58 isspace(_CharT, const locale&);
60 template<typename _CharT>
62 isprint(_CharT, const locale&);
64 template<typename _CharT>
66 iscntrl(_CharT, const locale&);
68 template<typename _CharT>
70 isupper(_CharT, const locale&);
72 template<typename _CharT>
74 islower(_CharT, const locale&);
76 template<typename _CharT>
78 isalpha(_CharT, const locale&);
80 template<typename _CharT>
82 isdigit(_CharT, const locale&);
84 template<typename _CharT>
86 ispunct(_CharT, const locale&);
88 template<typename _CharT>
90 isxdigit(_CharT, const locale&);
92 template<typename _CharT>
94 isalnum(_CharT, const locale&);
96 template<typename _CharT>
98 isgraph(_CharT, const locale&);
100 template<typename _CharT>
101 inline _CharT
102 toupper(_CharT, const locale&);
104 template<typename _CharT>
105 inline _CharT
106 tolower(_CharT, const locale&);
110 template<typename _CharT>
116 template<typename _CharT>
133 template<typename _CharT, typename _InIter = istreambuf_iterator<_CharT> >
135 template<typename _CharT, typename _OutIter = ostreambuf_iterator<_CharT> >
138 template<typename _CharT> class numpunct;
139 template<typename _CharT> class numpunct_byname;
142 template<typename _CharT>
144 template<typename _CharT> class
149 template<typename _CharT, typename _InIter = istreambuf_iterator<_CharT> >
151 template<typename _CharT, typename _InIter = istreambuf_iterator<_CharT> >
153 template<typename _CharT, typename _OutIter = ostreambuf_iterator<_CharT> >
155 template<typename _CharT, typename _OutIter = ostreambuf_iterator<_CharT> >
161 template<typename _CharT, typename _InIter = istreambuf_iterator<_CharT> >
163 template<typename _CharT, typename _OutIter = ostreambuf_iterator<_CharT> >
166 template<typename _CharT, bool _Intl = false>
168 template<typename _CharT, bool _Intl = false>
173 template<typename _CharT>
175 template<typename _CharT>