Searched defs:iswpunct (Results 1 - 2 of 2) sorted by relevance

/external/stlport/stlport/
H A Dctype.h92 __inline int (iswpunct)(int c) { return iswctype((unsigned short)(c), _PUNCT); } function
/external/libxml2/
H A Dtrio.c173 # define iswpunct(x) ispunct(x) macro

Completed in 176 milliseconds