Lines Matching refs:_CharT

60   template<typename _CharT>
62 isspace(_CharT, const locale&);
64 template<typename _CharT>
66 isprint(_CharT, const locale&);
68 template<typename _CharT>
70 iscntrl(_CharT, const locale&);
72 template<typename _CharT>
74 isupper(_CharT, const locale&);
76 template<typename _CharT>
78 islower(_CharT, const locale&);
80 template<typename _CharT>
82 isalpha(_CharT, const locale&);
84 template<typename _CharT>
86 isdigit(_CharT, const locale&);
88 template<typename _CharT>
90 ispunct(_CharT, const locale&);
92 template<typename _CharT>
94 isxdigit(_CharT, const locale&);
96 template<typename _CharT>
98 isalnum(_CharT, const locale&);
100 template<typename _CharT>
102 isgraph(_CharT, const locale&);
104 template<typename _CharT>
105 _CharT
106 toupper(_CharT, const locale&);
108 template<typename _CharT>
109 _CharT
110 tolower(_CharT, const locale&);
114 template<typename _CharT>
120 template<typename _CharT>
136 template<typename _CharT, typename _InIter = istreambuf_iterator<_CharT> >
138 template<typename _CharT, typename _OutIter = ostreambuf_iterator<_CharT> >
141 template<typename _CharT> class numpunct;
142 template<typename _CharT> class numpunct_byname;
145 template<typename _CharT>
147 template<typename _CharT> class
152 template<typename _CharT, typename _InIter = istreambuf_iterator<_CharT> >
154 template<typename _CharT, typename _InIter = istreambuf_iterator<_CharT> >
156 template<typename _CharT, typename _OutIter = ostreambuf_iterator<_CharT> >
158 template<typename _CharT, typename _OutIter = ostreambuf_iterator<_CharT> >
164 template<typename _CharT, typename _InIter = istreambuf_iterator<_CharT> >
166 template<typename _CharT, typename _OutIter = ostreambuf_iterator<_CharT> >
169 template<typename _CharT, bool _Intl = false>
171 template<typename _CharT, bool _Intl = false>
176 template<typename _CharT>
178 template<typename _CharT>