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

1 2 3 4

  /external/chromium_org/third_party/boringssl/src/crypto/x509/
charmap.h 5 static const unsigned char char_type[] = { variable
  /external/openssl/crypto/asn1/
charmap.h 5 static const unsigned char char_type[] = { variable
  /external/libcxx/test/strings/basic.string/
test_traits.h 16 typedef charT char_type; typedef in struct:test_traits
  /external/chromium_org/base/strings/
string16.h 62 typedef char16 char_type;
65 // int_type needs to be able to hold each possible value of char_type, and in
67 COMPILE_ASSERT(sizeof(int_type) > sizeof(char_type), unexpected_type_width);
73 static void assign(char_type& c1, const char_type& c2) {
77 static bool eq(const char_type& c1, const char_type& c2) {
80 static bool lt(const char_type& c1, const char_type& c2) {
84 static int compare(const char_type* s1, const char_type* s2, size_t n)
    [all...]
string_tokenizer.h 94 typedef typename str::value_type char_type; typedef in class:base::StringTokenizerT
209 bool IsDelim(char_type c) const {
213 bool IsQuote(char_type c) const {
220 char_type quote_char;
225 bool AdvanceOne(AdvanceState* state, char_type c) {
  /external/libcxx/test/input.output/file.streams/fstreams/filebuf.virtuals/
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();}
seekoff.pass.cpp 27 typedef typename base::char_type char_type; typedef in struct:test_buf
31 char_type* eback() const {return base::eback();}
32 char_type* gptr() const {return base::gptr();}
33 char_type* egptr() const {return base::egptr();}
  /external/libcxx/test/localization/locales/locale.convenience/conversions/conversions.buffer/
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();}
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();}
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/input.output/iostream.format/quoted.manip/
quoted_traits.fail.cpp 24 typedef charT char_type; typedef in struct:test_traits
  /external/libcxx/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get/
sgetn.pass.cpp 15 // streamsize sgetn(char_type* s, streamsize n);
28 std::streamsize xsgetn(char_type* s, std::streamsize n)
  /external/libcxx/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put/
sputn.pass.cpp 15 // streamsize sputn(const char_type* s, streamsize n);
28 std::streamsize xsputn(const char_type* s, std::streamsize n)
  /external/libcxx/test/iterators/stream.iterators/istream.iterator/
types.pass.cpp 18 // typedef charT char_type;
32 static_assert((std::is_same<I1::char_type, char>::value), "");
39 static_assert((std::is_same<I2::char_type, wchar_t>::value), "");
  /external/libcxx/test/iterators/stream.iterators/ostream.iterator/
types.pass.cpp 18 // typedef charT char_type;
31 static_assert((std::is_same<I1::char_type, char>::value), "");
37 static_assert((std::is_same<I2::char_type, wchar_t>::value), "");
  /external/libcxx/test/localization/locale.categories/category.messages/locale.messages/
types.pass.cpp 18 // typedef _CharT char_type;
30 static_assert((std::is_same<std::messages<char>::char_type, char>::value), "");
31 static_assert((std::is_same<std::messages<wchar_t>::char_type, wchar_t>::value), "");
  /external/libcxx/test/localization/locale.categories/category.monetary/locale.money.get/
types.pass.cpp 17 // typedef CharT char_type;
19 // typedef basic_string<char_type> string_type;
28 static_assert((std::is_same<std::money_get<char>::char_type, char>::value), "");
29 static_assert((std::is_same<std::money_get<wchar_t>::char_type, wchar_t>::value), "");
  /external/libcxx/test/localization/locale.categories/category.monetary/locale.money.put/
types.pass.cpp 17 // typedef CharT char_type;
19 // typedef basic_string<char_type> string_type;
28 static_assert((std::is_same<std::money_put<char>::char_type, char>::value), "");
29 static_assert((std::is_same<std::money_put<wchar_t>::char_type, wchar_t>::value), "");
  /external/libcxx/test/localization/locale.categories/category.numeric/locale.nm.put/
types.pass.cpp 17 // typedef charT char_type;
28 static_assert((std::is_same<std::num_put<char>::char_type, char>::value), "");
29 static_assert((std::is_same<std::num_put<wchar_t>::char_type, wchar_t>::value), "");
  /external/libcxx/test/localization/locale.categories/category.numeric/locale.num.get/
types.pass.cpp 17 // typedef charT char_type;
28 static_assert((std::is_same<std::num_get<char>::char_type, char>::value), "");
29 static_assert((std::is_same<std::num_get<wchar_t>::char_type, wchar_t>::value), "");
  /external/libcxx/test/localization/locale.categories/category.time/locale.time.get/
types.pass.cpp 24 // typedef charT char_type;
37 static_assert((std::is_same<std::time_get<char>::char_type, char>::value), "");
38 static_assert((std::is_same<std::time_get<wchar_t>::char_type, wchar_t>::value), "");
  /external/libcxx/test/localization/locale.categories/category.time/locale.time.put/
types.pass.cpp 17 // typedef charT char_type;
28 static_assert((std::is_same<std::time_put<char>::char_type, char>::value), "");
29 static_assert((std::is_same<std::time_put<wchar_t>::char_type, wchar_t>::value), "");
  /external/libcxx/test/re/re.traits/
types.pass.cpp 17 // typedef charT char_type;
18 // typedef basic_string<char_type> string_type;
26 static_assert((std::is_same<std::regex_traits<char>::char_type, char>::value), "");
29 static_assert((std::is_same<std::regex_traits<wchar_t>::char_type, wchar_t>::value), "");
  /external/oprofile/include/
sstream 40 typedef char char_type;
61 stream = new char_type[stream_len];
87 stream = new char_type[stream_len];
110 char_type* new_stream = new char_type[stream_len];
127 setbuf(char_type* s, streamsize n)
132 stream = new char_type[n];
150 char_type* beg = stream;
151 char_type* curi = NULL;
152 char_type* curo = NULL
    [all...]
  /external/libcxx/test/depr/depr.str.strstreams/depr.strstream/
types.pass.cpp 17 // typedef char char_type;
28 static_assert((std::is_same<std::strstream::char_type, char>::value), "");

Completed in 2835 milliseconds

1 2 3 4