Searched refs:wctype_t (Results 1 - 11 of 11) sorted by relevance
/external/libcxx/test/depr/depr.c.headers/ |
H A D | wctype_h.pass.cpp | 95 wctype_t wct = 0; 109 static_assert((std::is_same<decltype(wctype("")), wctype_t>::value), "");
|
/external/libcxx/test/strings/c.strings/ |
H A D | cwctype.pass.cpp | 95 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.h | 57 using _STLP_VENDOR_CSTD_WFUNC::wctype_t;
|
/external/bison/lib/ |
H A D | wctype.in.h | 25 * 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 D | wctype.h | 26 * 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 D | wctype.h | 26 * 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 D | stdint.h | 83 typedef unsigned short wctype_t; typedef
|
/external/libcxx/include/support/ibm/ |
H A D | xlocale.h | 216 int iswctype_l(wint_t wc, wctype_t desc, locale_t locale)
|
/external/libcxx/include/support/solaris/ |
H A D | xlocale.h | 93 int iswctype_l(wint_t, wctype_t, locale_t);
|
/external/libcxx/src/support/solaris/ |
H A D | xlocale.c | 136 int iswctype_l(wint_t __c, wctype_t __m, locale_t __l) {
|
/external/bison/ |
H A D | configure | 15874 { $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 199 milliseconds