Home
last modified time | relevance | path

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

/external/libcxx/include/
Dcwctype28 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/
Dwctype.in.h415 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/
Dwctype_h.pass.cpp95 wctype_t wct = 0; in main()
109 static_assert((std::is_same<decltype(wctype("")), wctype_t>::value), ""); in main()
/external/bison/linux-lib/
Dwctype.h717 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/
Dwctype.h717 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/
Dcwctype.pass.cpp95 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/
Dwctype_h.m4118 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.h57 using _STLP_VENDOR_CSTD_WFUNC::wctype_t;
/external/chromium_org/third_party/libusb/src/msvc/
Dstdint.h83 typedef unsigned short wctype_t; typedef
/external/libcxx/include/support/solaris/
Dxlocale.h93 int iswctype_l(wint_t, wctype_t, locale_t);
/external/libcxx/include/support/ibm/
Dxlocale.h216 int iswctype_l(wint_t wc, wctype_t desc, locale_t locale) in iswctype_l()
/external/libcxx/src/support/solaris/
Dxlocale.c136 int iswctype_l(wint_t __c, wctype_t __m, locale_t __l) { in LOCALE_ISCTYPE()
/external/bison/
Dconfigure15874 { $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/
DChangeLog-5.12759 * stlport/cwctype, stlport/stl/_cwctype.h: wctype_t and