Searched refs:wctype_t (Results 1 – 14 of 14) sorted by relevance
/external/libcxx/include/ |
D | cwctype | 28 wctype_t 42 int iswctype(wint_t wc, wctype_t desc); 43 wctype_t wctype(const char* property); 65 using ::wctype_t; 164 inline _LIBCPP_INLINE_VISIBILITY int __libcpp_iswctype(wint_t __w, wctype_t __d) {return iswctype(_… 166 inline _LIBCPP_INLINE_VISIBILITY int iswctype(wint_t __w, wctype_t __d) {return __libcpp_iswctype(_… 172 inline _LIBCPP_INLINE_VISIBILITY wctype_t __libcpp_wctype(const char* __p) {return wctype(__p);} 174 inline _LIBCPP_INLINE_VISIBILITY wctype_t wctype(const char* __p) {return __libcpp_wctype(__p);} 196 inline _LIBCPP_INLINE_VISIBILITY wint_t __libcpp_towctrans(wint_t __wc, wctype_t __d) {return towct… 198 inline _LIBCPP_INLINE_VISIBILITY wint_t towctrans(wint_t __wc, wctype_t __d) {return __libcpp_towct…
|
/external/bison/lib/ |
D | wctype.in.h | 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/libcxx/test/depr/depr.c.headers/ |
D | wctype_h.pass.cpp | 95 wctype_t wct = 0; in main() 109 static_assert((std::is_same<decltype(wctype("")), wctype_t>::value), ""); in main()
|
/external/bison/linux-lib/ |
D | wctype.h | 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/darwin-lib/ |
D | wctype.h | 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/libcxx/test/strings/c.strings/ |
D | cwctype.pass.cpp | 95 std::wctype_t wct = 0; in main() 109 static_assert((std::is_same<decltype(std::wctype("")), std::wctype_t>::value), ""); in main()
|
/external/bison/m4/ |
D | wctype_h.m4 | 118 dnl if the type wctype_t is defined in <wchar.h> or in <wctype.h> if that 121 AC_CACHE_CHECK([for wctype_t], [gl_cv_type_wctype_t], 135 wctype_t a;
|
/external/stlport/stlport/stl/ |
D | _cwctype.h | 57 using _STLP_VENDOR_CSTD_WFUNC::wctype_t;
|
/external/chromium_org/third_party/libusb/src/msvc/ |
D | stdint.h | 83 typedef unsigned short wctype_t; typedef
|
/external/libcxx/include/support/solaris/ |
D | xlocale.h | 93 int iswctype_l(wint_t, wctype_t, locale_t);
|
/external/libcxx/include/support/ibm/ |
D | xlocale.h | 216 int iswctype_l(wint_t wc, wctype_t desc, locale_t locale) in iswctype_l()
|
/external/libcxx/src/support/solaris/ |
D | xlocale.c | 136 int iswctype_l(wint_t __c, wctype_t __m, locale_t __l) { in LOCALE_ISCTYPE()
|
/external/bison/ |
D | configure | 15874 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for wctype_t" >&5 15875 $as_echo_n "checking for wctype_t... " >&6; } 34023 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for wctype_t" >&5 34024 $as_echo_n "checking for wctype_t... " >&6; }
|
/external/stlport/etc/ |
D | ChangeLog-5.1 | 2759 * stlport/cwctype, stlport/stl/_cwctype.h: wctype_t and
|