Home
last modified time | relevance | path

Searched defs:__c1 (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()
141 static bool _STLP_CALL eq(const char_type& __c1, const char_type& __c2) in eq()
143 static bool _STLP_CALL lt(const char_type& __c1, const char_type& __c2) in lt()
190 static bool _STLP_CALL eq_int_type(const int_type& __c1, const int_type& __c2) in eq_int_type()
231 static void _STLP_CALL assign(char& __c1, const char& __c2) in assign()
266 static void _STLP_CALL assign(wchar_t& __c1, const wchar_t& __c2) in assign()
D_string_io.c103 typename _Traits::int_type __c1 = __buf->sbumpc(); variable
145 int __c1 = __buf->sbumpc(); in getline() local
D_bitset.c190 typename _Traits::int_type __c1 = __buf->sbumpc(); variable