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