Searched refs:wctype_t (Results 1 – 5 of 5) sorted by relevance
28 wctype_t42 int iswctype(wint_t wc, wctype_t desc);43 wctype_t wctype(const char* property);65 using ::wctype_t;
110 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()
95 wctype_t wct = 0; in main()109 static_assert((std::is_same<decltype(wctype("")), wctype_t>::value), ""); in main()
83 typedef unsigned short wctype_t; typedef
161 int iswctype_l(wint_t wc, wctype_t desc, locale_t locale) in iswctype_l()