Home
last modified time | relevance | path

Searched defs:char_type (Results 1 – 19 of 19) sorted by relevance

/external/boringssl/src/crypto/x509/
Dcharmap.h6 static const unsigned char char_type[] = { variable
/external/libcxx/test/std/strings/basic.string/
Dtest_traits.h16 typedef charT char_type; typedef
/external/libcxx/test/std/input.output/iostream.format/quoted.manip/
Dquoted_traits.fail.cpp28 typedef charT char_type; typedef
/external/libcxx/test/std/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops/
Dfailed.pass.cpp23 typedef typename std::basic_streambuf<Char,Traits>::char_type char_type; typedef
/external/libcxx/test/std/strings/string.view/string.view.hash/
Dstring_view.pass.cpp38 typedef typename SV::value_type char_type; in test() typedef
/external/libcxx/test/std/input.output/file.streams/fstreams/filebuf.virtuals/
Dpbackfail.pass.cpp24 typedef typename base::char_type char_type; typedef
Dunderflow.pass.cpp29 typedef typename base::char_type char_type; typedef
Doverflow.pass.cpp28 typedef typename base::char_type char_type; typedef
/external/libcxx/test/std/localization/locales/locale.convenience/conversions/conversions.buffer/
Dpbackfail.pass.cpp27 typedef base::char_type char_type; typedef
Dunderflow.pass.cpp27 typedef base::char_type char_type; typedef
Doverflow.pass.cpp27 typedef base::char_type char_type; typedef
/external/libchrome/base/strings/
Dstring16.h72 typedef char16 char_type; typedef
Dstring_tokenizer.h86 typedef typename str::value_type char_type; typedef
/external/libcxx/test/support/
Dconstexpr_char_traits.hpp22 typedef _CharT char_type; typedef
/external/freetype/src/sfnt/
Dsfdriver.c480 char_type_func char_type, in get_win_string()
541 char_type_func char_type, in get_apple_string()
/external/clang/test/SemaCXX/
Dcrashes.cpp217 typedef _CharT char_type; typedef
/external/compiler-rt/lib/msan/
Dmsan_interceptors.cc412 #define INTERCEPTOR_STRTO(ret_type, func, char_type) \ argument
417 #define INTERCEPTOR_STRTO_BASE(ret_type, func, char_type) \ argument
423 #define INTERCEPTOR_STRTO_LOC(ret_type, func, char_type) \ argument
429 #define INTERCEPTOR_STRTO_BASE_LOC(ret_type, func, char_type) \ argument
435 #define INTERCEPTORS_STRTO(ret_type, func, char_type) \ argument
441 #define INTERCEPTORS_STRTO_BASE(ret_type, func, char_type) \ argument
506 #define INTERCEPTOR_STRFTIME_BODY(char_type, ret_type, func, s, ...) \ argument
/external/python/cpython3/Modules/_io/
Dwinconsoleio.c598 WORD char_type; in read_console_w() local
/external/compiler-rt/lib/msan/tests/
Dmsan_test.cc1622 #define TEST_STRTO_INT(func_name, char_type, str_prefix) \ argument
1629 #define TEST_STRTO_FLOAT(func_name, char_type, str_prefix) \ argument
1636 #define TEST_STRTO_FLOAT_LOC(func_name, char_type, str_prefix) \ argument
1645 #define TEST_STRTO_INT_LOC(func_name, char_type, str_prefix) \ argument