Searched defs:__c2 (Results 1 - 2 of 2) sorted by relevance

/external/stlport/stlport/stl/
H A D_bitset.c196 typename _Traits::char_type __c2 = _Traits::to_char_type(__c1); local
197 char __c = __is.narrow(__c2, '*');
201 else if (_Traits::eq_int_type(__buf->sputbackc(__c2), __eof)) {
H A Dchar_traits.h140 static void _STLP_CALL assign(char_type& __c1, const char_type& __c2) { __c1 = __c2; } argument
141 static bool _STLP_CALL eq(const char_type& __c1, const char_type& __c2) argument
142 { return __c1 == __c2; }
143 static bool _STLP_CALL lt(const char_type& __c1, const char_type& __c2) argument
144 { return __c1 < __c2; }
190 static bool _STLP_CALL eq_int_type(const int_type& __c1, const int_type& __c2) argument
191 { return __c1 == __c2; }
231 static void _STLP_CALL assign(char& __c1, const char& __c2) argument
232 { __c1 = __c2; }
266 assign(wchar_t& __c1, const wchar_t& __c2) argument
[all...]

Completed in 95 milliseconds