Searched refs:RTLocCIsPrint (Results 1 - 1 of 1) sorted by relevance
/vbox/include/iprt/ | ||
H A D | ctype.h | 50 #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 69 milliseconds