HomeSort by relevance Sort by last modified time
    Searched refs:to_char_type (Results 1 - 25 of 108) sorted by null

1 2 3 4 5

  /ndk/sources/cxx-stl/llvm-libc++/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char/
to_char_type.pass.cpp 14 // static constexpr char_type to_char_type(int_type c);
21 assert(std::char_traits<char>::to_char_type('a') == 'a');
22 assert(std::char_traits<char>::to_char_type('A') == 'A');
23 assert(std::char_traits<char>::to_char_type(0) == 0);
  /ndk/sources/cxx-stl/llvm-libc++/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t/
to_char_type.pass.cpp 14 // static constexpr char_type to_char_type(int_type c);
22 assert(std::char_traits<char16_t>::to_char_type(u'a') == u'a');
23 assert(std::char_traits<char16_t>::to_char_type(u'A') == u'A');
24 assert(std::char_traits<char16_t>::to_char_type(0) == 0);
  /ndk/sources/cxx-stl/llvm-libc++/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t/
to_char_type.pass.cpp 14 // static constexpr char_type to_char_type(int_type c);
22 assert(std::char_traits<char32_t>::to_char_type(U'a') == U'a');
23 assert(std::char_traits<char32_t>::to_char_type(U'A') == U'A');
24 assert(std::char_traits<char32_t>::to_char_type(0) == 0);
  /ndk/sources/cxx-stl/llvm-libc++/test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t/
to_char_type.pass.cpp 14 // static constexpr char_type to_char_type(int_type c);
21 assert(std::char_traits<wchar_t>::to_char_type(L'a') == L'a');
22 assert(std::char_traits<wchar_t>::to_char_type(L'A') == L'A');
23 assert(std::char_traits<wchar_t>::to_char_type(0) == 0);
  /external/stlport/test/unit/
full_streambuf.h 36 _buf += traits_type::to_char_type(c);
  /ndk/tests/device/test-gnustl-full/unit/
full_streambuf.h 36 _buf += traits_type::to_char_type(c);
  /ndk/tests/device/test-stlport/unit/
full_streambuf.h 36 _buf += traits_type::to_char_type(c);
  /external/stlport/stlport/stl/
_sstream.c 120 if (_Traits::eq(_Traits::to_char_type(__c), this->gptr()[-1])) {
126 *this->gptr() = _Traits::to_char_type(__c);
147 _M_str.push_back( _Traits::to_char_type(__c) );
151 _M_str.push_back(_Traits::to_char_type(__c));
157 _M_str.push_back( _Traits::to_char_type(__c) );
_istream.c 379 __c = _Traits::to_char_type(__tmp);
547 __c = _Traits::to_char_type(__tmp);
603 } else if (__is_delim(_Traits::to_char_type(__c))) {
606 } else if ( !__pushback(__buf, _Traits::to_char_type(__c)) ) { // leave delimiter
612 *__s++ = _Traits::to_char_type(__c);
906 else if (__is_delim(_Traits::to_char_type(__c))) {
909 if (__that->_S_eof(__buf->sputbackc(_Traits::to_char_type(__c))))
1002 else if (__is_delim(_Traits::to_char_type(__c))) {
    [all...]
_string_io.c 109 _CharT __c = _Traits::to_char_type(__c1);
152 _CharT __c = _Traits::to_char_type(__c1);
char_traits.h 184 static char_type _STLP_CALL to_char_type(const int_type& __c) function in class:__char_traits_base
219 static char _STLP_CALL to_char_type(const int& __c) function in class:char_traits
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_sstream.c 120 if (_Traits::eq(_Traits::to_char_type(__c), this->gptr()[-1])) {
126 *this->gptr() = _Traits::to_char_type(__c);
147 _M_str.push_back( _Traits::to_char_type(__c) );
151 _M_str.push_back(_Traits::to_char_type(__c));
157 _M_str.push_back( _Traits::to_char_type(__c) );
_istream.c 379 __c = _Traits::to_char_type(__tmp);
547 __c = _Traits::to_char_type(__tmp);
603 } else if (__is_delim(_Traits::to_char_type(__c))) {
606 } else if ( !__pushback(__buf, _Traits::to_char_type(__c)) ) { // leave delimiter
612 *__s++ = _Traits::to_char_type(__c);
906 else if (__is_delim(_Traits::to_char_type(__c))) {
909 if (__that->_S_eof(__buf->sputbackc(_Traits::to_char_type(__c))))
1002 else if (__is_delim(_Traits::to_char_type(__c))) {
    [all...]
_string_io.c 109 _CharT __c = _Traits::to_char_type(__c1);
152 _CharT __c = _Traits::to_char_type(__c1);
char_traits.h 184 static char_type _STLP_CALL to_char_type(const int_type& __c) function in class:__char_traits_base
219 static char _STLP_CALL to_char_type(const int& __c) function in class:char_traits
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_sstream.c 120 if (_Traits::eq(_Traits::to_char_type(__c), this->gptr()[-1])) {
126 *this->gptr() = _Traits::to_char_type(__c);
147 _M_str.push_back( _Traits::to_char_type(__c) );
151 _M_str.push_back(_Traits::to_char_type(__c));
157 _M_str.push_back( _Traits::to_char_type(__c) );
_istream.c 379 __c = _Traits::to_char_type(__tmp);
547 __c = _Traits::to_char_type(__tmp);
603 } else if (__is_delim(_Traits::to_char_type(__c))) {
606 } else if ( !__pushback(__buf, _Traits::to_char_type(__c)) ) { // leave delimiter
612 *__s++ = _Traits::to_char_type(__c);
906 else if (__is_delim(_Traits::to_char_type(__c))) {
909 if (__that->_S_eof(__buf->sputbackc(_Traits::to_char_type(__c))))
1002 else if (__is_delim(_Traits::to_char_type(__c))) {
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_sstream.c 120 if (_Traits::eq(_Traits::to_char_type(__c), this->gptr()[-1])) {
126 *this->gptr() = _Traits::to_char_type(__c);
147 _M_str.push_back( _Traits::to_char_type(__c) );
151 _M_str.push_back(_Traits::to_char_type(__c));
157 _M_str.push_back( _Traits::to_char_type(__c) );
_istream.c 379 __c = _Traits::to_char_type(__tmp);
547 __c = _Traits::to_char_type(__tmp);
603 } else if (__is_delim(_Traits::to_char_type(__c))) {
606 } else if ( !__pushback(__buf, _Traits::to_char_type(__c)) ) { // leave delimiter
612 *__s++ = _Traits::to_char_type(__c);
906 else if (__is_delim(_Traits::to_char_type(__c))) {
909 if (__that->_S_eof(__buf->sputbackc(_Traits::to_char_type(__c))))
1002 else if (__is_delim(_Traits::to_char_type(__c))) {
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_sstream.c 120 if (_Traits::eq(_Traits::to_char_type(__c), this->gptr()[-1])) {
126 *this->gptr() = _Traits::to_char_type(__c);
147 _M_str.push_back( _Traits::to_char_type(__c) );
151 _M_str.push_back(_Traits::to_char_type(__c));
157 _M_str.push_back( _Traits::to_char_type(__c) );
_istream.c 379 __c = _Traits::to_char_type(__tmp);
547 __c = _Traits::to_char_type(__tmp);
603 } else if (__is_delim(_Traits::to_char_type(__c))) {
606 } else if ( !__pushback(__buf, _Traits::to_char_type(__c)) ) { // leave delimiter
612 *__s++ = _Traits::to_char_type(__c);
906 else if (__is_delim(_Traits::to_char_type(__c))) {
909 if (__that->_S_eof(__buf->sputbackc(_Traits::to_char_type(__c))))
1002 else if (__is_delim(_Traits::to_char_type(__c))) {
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_sstream.c 120 if (_Traits::eq(_Traits::to_char_type(__c), this->gptr()[-1])) {
126 *this->gptr() = _Traits::to_char_type(__c);
147 _M_str.push_back( _Traits::to_char_type(__c) );
151 _M_str.push_back(_Traits::to_char_type(__c));
157 _M_str.push_back( _Traits::to_char_type(__c) );
_istream.c 379 __c = _Traits::to_char_type(__tmp);
547 __c = _Traits::to_char_type(__tmp);
603 } else if (__is_delim(_Traits::to_char_type(__c))) {
606 } else if ( !__pushback(__buf, _Traits::to_char_type(__c)) ) { // leave delimiter
612 *__s++ = _Traits::to_char_type(__c);
906 else if (__is_delim(_Traits::to_char_type(__c))) {
909 if (__that->_S_eof(__buf->sputbackc(_Traits::to_char_type(__c))))
1002 else if (__is_delim(_Traits::to_char_type(__c))) {
    [all...]
  /external/chromium/base/
string16.h 113 static char_type to_char_type(const int_type& c) { function in struct:base::string16_char_traits
  /external/chromium/googleurl/base/
string16.h 126 static char_type to_char_type(const int_type& c) { function in struct:base::string16_char_traits

Completed in 488 milliseconds

1 2 3 4 5