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

/ndk/sources/cxx-stl/stlport/stlport/
H A Dctype.h82 __inline int (isascii)(int c) { return ((unsigned)(c) < 0x80); } function

Completed in 3 milliseconds