Searched defs:iswgraph (Results 1 – 2 of 2) sorted by relevance
79 TEST(wctype, iswgraph) { in TEST() argument
59 int iswgraph(wint_t wc) { return __icu_hasBinaryProperty(wc, UCHAR_POSIX_GRAPH, isgraph); } in iswgraph() function