Lines Matching refs:_CharT

66   template<typename _CharT>
68 isspace(_CharT, const locale&);
70 template<typename _CharT>
72 isprint(_CharT, const locale&);
74 template<typename _CharT>
76 iscntrl(_CharT, const locale&);
78 template<typename _CharT>
80 isupper(_CharT, const locale&);
82 template<typename _CharT>
84 islower(_CharT, const locale&);
86 template<typename _CharT>
88 isalpha(_CharT, const locale&);
90 template<typename _CharT>
92 isdigit(_CharT, const locale&);
94 template<typename _CharT>
96 ispunct(_CharT, const locale&);
98 template<typename _CharT>
100 isxdigit(_CharT, const locale&);
102 template<typename _CharT>
104 isalnum(_CharT, const locale&);
106 template<typename _CharT>
108 isgraph(_CharT, const locale&);
110 template<typename _CharT>
111 _CharT
112 toupper(_CharT, const locale&);
114 template<typename _CharT>
115 _CharT
116 tolower(_CharT, const locale&);
120 template<typename _CharT>
126 template<typename _CharT>
142 template<typename _CharT, typename _InIter = istreambuf_iterator<_CharT> >
144 template<typename _CharT, typename _OutIter = ostreambuf_iterator<_CharT> >
147 template<typename _CharT> class numpunct;
148 template<typename _CharT> class numpunct_byname;
151 template<typename _CharT>
153 template<typename _CharT> class
158 template<typename _CharT, typename _InIter = istreambuf_iterator<_CharT> >
160 template<typename _CharT, typename _InIter = istreambuf_iterator<_CharT> >
162 template<typename _CharT, typename _OutIter = ostreambuf_iterator<_CharT> >
164 template<typename _CharT, typename _OutIter = ostreambuf_iterator<_CharT> >
170 template<typename _CharT, typename _InIter = istreambuf_iterator<_CharT> >
172 template<typename _CharT, typename _OutIter = ostreambuf_iterator<_CharT> >
175 template<typename _CharT, bool _Intl = false>
177 template<typename _CharT, bool _Intl = false>
182 template<typename _CharT>
184 template<typename _CharT>