Searched refs:wctype_t (Results 1 - 11 of 11) sorted by relevance

/external/libcxx/test/depr/depr.c.headers/
H A Dwctype_h.pass.cpp95 wctype_t wct = 0;
109 static_assert((std::is_same<decltype(wctype("")), wctype_t>::value), "");
/external/libcxx/test/strings/c.strings/
H A Dcwctype.pass.cpp95 std::wctype_t wct = 0;
109 static_assert((std::is_same<decltype(std::wctype("")), std::wctype_t>::value), "");
/external/stlport/stlport/stl/
H A D_cwctype.h57 using _STLP_VENDOR_CSTD_WFUNC::wctype_t;
/external/bison/lib/
H A Dwctype.in.h25 * wctrans_t, and wctype_t are not yet implemented.
415 typedef void * wctype_t; typedef
423 _GL_FUNCDECL_SYS (wctype, wctype_t, (const char *name));
425 _GL_CXXALIAS_SYS (wctype, wctype_t, (const char *name));
440 _GL_FUNCDECL_SYS (iswctype, int, (wint_t wc, wctype_t desc));
442 _GL_CXXALIAS_SYS (iswctype, int, (wint_t wc, wctype_t desc));
/external/bison/darwin-lib/
H A Dwctype.h26 * wctrans_t, and wctype_t are not yet implemented.
717 typedef void * wctype_t; typedef
725 _GL_FUNCDECL_SYS (wctype, wctype_t, (const char *name));
727 _GL_CXXALIAS_SYS (wctype, wctype_t, (const char *name));
742 _GL_FUNCDECL_SYS (iswctype, int, (wint_t wc, wctype_t desc));
744 _GL_CXXALIAS_SYS (iswctype, int, (wint_t wc, wctype_t desc));
/external/bison/linux-lib/
H A Dwctype.h26 * wctrans_t, and wctype_t are not yet implemented.
717 typedef void * wctype_t; typedef
725 _GL_FUNCDECL_SYS (wctype, wctype_t, (const char *name));
727 _GL_CXXALIAS_SYS (wctype, wctype_t, (const char *name));
742 _GL_FUNCDECL_SYS (iswctype, int, (wint_t wc, wctype_t desc));
744 _GL_CXXALIAS_SYS (iswctype, int, (wint_t wc, wctype_t desc));
/external/chromium_org/third_party/libusb/src/msvc/
H A Dstdint.h83 typedef unsigned short wctype_t; typedef
/external/libcxx/include/support/ibm/
H A Dxlocale.h216 int iswctype_l(wint_t wc, wctype_t desc, locale_t locale)
/external/libcxx/include/support/solaris/
H A Dxlocale.h93 int iswctype_l(wint_t, wctype_t, locale_t);
/external/libcxx/src/support/solaris/
H A Dxlocale.c136 int iswctype_l(wint_t __c, wctype_t __m, locale_t __l) {
/external/bison/
H A Dconfigure15874 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for wctype_t" >&5
15875 $as_echo_n "checking for wctype_t... " >&6; }
15892 wctype_t a;
34023 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for wctype_t" >&5
34024 $as_echo_n "checking for wctype_t... " >&6; }
34041 wctype_t a;

Completed in 3582 milliseconds