Searched refs:iswgraph (Results 1 – 7 of 7) sorted by relevance
59 int iswgraph(wint_t wc) { return __icu_hasBinaryProperty(wc, UCHAR_POSIX_GRAPH, isgraph); } in iswgraph() function89 int iswgraph_l(wint_t c, locale_t) { return iswgraph(c); } in iswgraph_l()104 case WC_TYPE_GRAPH: return iswgraph(wc); in iswctype()
45 int iswgraph(wint_t __wc);
53 FUNCTION(iswgraph, int (*f)(wint_t)); in wctype_h()
75 TEST(wctype, iswgraph) { in TEST() argument76 TestIsWideFn(iswgraph, iswgraph_l, L"1aA!ÇçΔδ", L" \b"); in TEST()
464 iswgraph
573 iswgraph;