HomeSort by relevance Sort by last modified time
    Searched defs:char_type (Results 1 - 25 of 115) sorted by null

1 2 3 4 5

  /external/boringssl/src/crypto/x509/
charmap.h 5 static const unsigned char char_type[] = { variable
  /external/libcxx/test/std/strings/basic.string/
test_traits.h 16 typedef charT char_type; typedef in struct:test_traits
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/
test_traits.h 16 typedef charT char_type; typedef in struct:test_traits
  /external/libcxx/test/std/experimental/string.view/string.view.hash/
string_view.pass.cpp 37 typedef typename T::value_type char_type; typedef
38 char_type g1 [ 10 ];
39 char_type g2 [ 10 ];
  /external/libcxx/test/std/input.output/iostream.format/quoted.manip/
quoted_traits.fail.cpp 24 typedef charT char_type; typedef in struct:test_traits
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/quoted.manip/
quoted_traits.fail.cpp 24 typedef charT char_type; typedef in struct:test_traits
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/basic_cstring/
io.hpp 39 typedef typename ut_detail::bcs_base_char<CharT>::type char_type; typedef
40 char_type const* const beg = reinterpret_cast<char_type const* const>( str.begin() );
41 char_type const* const end = reinterpret_cast<char_type const* const>( str.end() );
42 os << std::basic_string<char_type>( beg, end - beg );
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_num_put.h 54 typedef _CharT char_type; typedef in class:num_put
60 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
65 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
70 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
76 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
81 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
87 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
93 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
99 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
_collate.h 45 typedef char char_type; typedef in class:collate
81 typedef wchar_t char_type; typedef in class:collate
_num_get.h 58 typedef _CharT char_type; typedef in class:num_get
_numpunct.h 50 typedef char char_type; typedef in class:numpunct
79 typedef wchar_t char_type; typedef in class:numpunct
109 typedef char char_type; typedef in class:numpunct_byname
141 typedef wchar_t char_type; typedef in class:numpunct_byname
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_num_put.h 54 typedef _CharT char_type; typedef in class:num_put
60 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
65 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
70 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
76 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
81 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
87 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
93 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
99 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
  /external/libcxx/test/std/input.output/file.streams/fstreams/filebuf.virtuals/
overflow.pass.cpp 26 typedef typename base::char_type char_type; typedef in struct:test_buf
30 char_type* pbase() const {return base::pbase();}
31 char_type* pptr() const {return base::pptr();}
32 char_type* epptr() const {return base::epptr();}
pbackfail.pass.cpp 24 typedef typename base::char_type char_type; typedef in struct:test_buf
28 char_type* eback() const {return base::eback();}
29 char_type* gptr() const {return base::gptr();}
30 char_type* egptr() const {return base::egptr();}
underflow.pass.cpp 26 typedef typename base::char_type char_type; typedef in struct:test_buf
29 char_type* eback() const {return base::eback();}
30 char_type* gptr() const {return base::gptr();}
31 char_type* egptr() const {return base::egptr();}
  /external/libcxx/test/std/localization/locales/locale.convenience/conversions/conversions.buffer/
overflow.pass.cpp 27 typedef base::char_type char_type; typedef in struct:test_buf
33 char_type* pbase() const {return base::pbase();}
34 char_type* pptr() const {return base::pptr();}
35 char_type* epptr() const {return base::epptr();}
pbackfail.pass.cpp 27 typedef base::char_type char_type; typedef in struct:test_buf
33 char_type* eback() const {return base::eback();}
34 char_type* gptr() const {return base::gptr();}
35 char_type* egptr() const {return base::egptr();}
underflow.pass.cpp 27 typedef base::char_type char_type; typedef in struct:test_buf
33 char_type* eback() const {return base::eback();}
34 char_type* gptr() const {return base::gptr();}
35 char_type* egptr() const {return base::egptr();}
  /external/libcxx/test/support/
constexpr_char_traits.hpp 21 typedef _CharT char_type; typedef in struct:constexpr_char_traits
27 static _LIBCPP_CONSTEXPR_AFTER_CXX11 void assign(char_type& __c1, const char_type& __c2) _NOEXCEPT
30 static _LIBCPP_CONSTEXPR bool eq(char_type __c1, char_type __c2) _NOEXCEPT
33 static _LIBCPP_CONSTEXPR bool lt(char_type __c1, char_type __c2) _NOEXCEPT
36 static _LIBCPP_CONSTEXPR_AFTER_CXX11 int compare(const char_type* __s1, const char_type* __s2, size_t __n);
37 static _LIBCPP_CONSTEXPR_AFTER_CXX11 size_t length(const char_type* __s)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/filebuf.virtuals/
overflow.pass.cpp 26 typedef typename base::char_type char_type; typedef in struct:test_buf
30 char_type* pbase() const {return base::pbase();}
31 char_type* pptr() const {return base::pptr();}
32 char_type* epptr() const {return base::epptr();}
pbackfail.pass.cpp 24 typedef typename base::char_type char_type; typedef in struct:test_buf
28 char_type* eback() const {return base::eback();}
29 char_type* gptr() const {return base::gptr();}
30 char_type* egptr() const {return base::egptr();}
underflow.pass.cpp 26 typedef typename base::char_type char_type; typedef in struct:test_buf
29 char_type* eback() const {return base::eback();}
30 char_type* gptr() const {return base::gptr();}
31 char_type* egptr() const {return base::egptr();}
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.convenience/conversions/conversions.buffer/
overflow.pass.cpp 27 typedef base::char_type char_type; typedef in struct:test_buf
33 char_type* pbase() const {return base::pbase();}
34 char_type* pptr() const {return base::pptr();}
35 char_type* epptr() const {return base::epptr();}
pbackfail.pass.cpp 27 typedef base::char_type char_type; typedef in struct:test_buf
33 char_type* eback() const {return base::eback();}
34 char_type* gptr() const {return base::gptr();}
35 char_type* egptr() const {return base::egptr();}
underflow.pass.cpp 27 typedef base::char_type char_type; typedef in struct:test_buf
33 char_type* eback() const {return base::eback();}
34 char_type* gptr() const {return base::gptr();}
35 char_type* egptr() const {return base::egptr();}

Completed in 457 milliseconds

1 2 3 4 5