Home
last modified time | relevance | path

Searched refs:wctype (Results 1 – 14 of 14) sorted by relevance

/external/libcxx/test/std/strings/c.strings/
Dcwctype.pass.cpp74 #ifdef wctype
75 #error wctype defined
112 ASSERT_SAME_TYPE(std::wctype_t, decltype(std::wctype(""))); in main()
/external/libcxx/include/
Dcwctype43 wctype_t wctype(const char* property);
55 #include <wctype.h>
79 using ::wctype;
Dwctype.h54 #include_next <wctype.h>
71 #undef wctype
DCMakeLists.txt163 wctype.h
Dmodule.modulemap86 header "wctype.h"
/external/libcxx/test/std/depr/depr.c.headers/
Dwctype_h.pass.cpp71 #ifdef wctype
72 #error wctype defined
109 static_assert((std::is_same<decltype(wctype("")), wctype_t>::value), ""); in main()
/external/libcxx/include/support/solaris/
Dwchar.h27 #define wctype sun_wctype macro
47 #undef wctype
/external/python/cpython2/
Dconfigure.ac3049 # Check for --with-wctype-functions
3050 AC_MSG_CHECKING(for --with-wctype-functions)
3051 AC_ARG_WITH(wctype-functions,
3052 AS_HELP_STRING([--with-wctype-functions], [use wctype.h functions]),
3057 [Define if you want wctype.h functions to be used instead of the
Dpyconfig.h.in1135 /* Define if you want wctype.h functions to be used instead of the one
DREADME296 - Systems using --with-wctype-functions
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt3291 fun:wctype=uninstrumented
/external/python/cpython3/Doc/whatsnew/
D3.2.rst2543 * The option ``--with-wctype-functions`` was removed. The built-in unicode
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/
Dlibc-2.13.so.sym1198 PUBLIC de2f0 0 wctype
/external/python/cpython3/Misc/
DHISTORY11929 - Issue #9210: Configure option --with-wctype-functions was removed. Using the