Searched refs:iswgraph (Results 1 – 3 of 3) sorted by relevance
74 using _STLP_VENDOR_CSTD_WFUNC::iswgraph;
95 __inline int (iswgraph)(int c) { return iswctype((unsigned short)(c), _PUNCT|_ALPHA|_DIGIT); }
170 # define iswgraph(x) isgraph(x) macro