HomeSort by relevance Sort by last modified time
    Searched defs:iscntrl (Results 26 - 37 of 37) sorted by null

12

  /external/stlport/stlport/
ctype.h 53 # undef iscntrl macro
81 __inline int (iscntrl)(int c) { return _isctype(c, _CONTROL); } function