Home
last modified time | relevance | path

Searched refs:wctype_t (Results 1 – 5 of 5) 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;
/external/libcxx/test/std/strings/c.strings/
Dcwctype.pass.cpp110 ASSERT_SAME_TYPE(int, decltype(std::iswctype(w, std::wctype_t()))); in main()
112 ASSERT_SAME_TYPE(std::wctype_t, decltype(std::wctype(""))); in main()
/external/libcxx/test/std/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/libusb/msvc/
Dstdint.h83 typedef unsigned short wctype_t; typedef
/external/libcxx/include/support/ibm/
Dxlocale.h161 int iswctype_l(wint_t wc, wctype_t desc, locale_t locale) in iswctype_l()