Searched refs:RTLocCIsPrint (Results 1 - 1 of 1) sorted by relevance

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

Completed in 3187 milliseconds