Home
last modified time | relevance | path

Searched refs:__c2 (Results 1 – 3 of 3) sorted by relevance

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