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

/external/stlport/stlport/
H A Dctype.h91 __inline int (iswspace)(int c) { return iswctype((unsigned short)(c), _SPACE); } function
/external/libxml2/
H A Dtrio.c174 # define iswspace(x) isspace(x) macro

Completed in 77 milliseconds