Searched refs:SCHAR_IS_INVARIANT (Results 1 – 4 of 4) sorted by relevance
171 #define SCHAR_IS_INVARIANT(c) ((0<=(c)) && UCHAR_IS_INVARIANT(c)) macro