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

/vbox/include/iprt/
H A Dctype.h42 #define RT_C_IS_BLANK(ch) RTLocCIsBlank((ch))
65 DECL_FORCE_INLINE(bool) RTLocCIsBlank(int ch) function
208 return RTLocCIsPrint(ch) && !RTLocCIsBlank(ch);

Completed in 77 milliseconds