Searched refs:RTLocCIsDigit (Results 1 - 1 of 1) sorted by relevance
/vbox/include/iprt/ | ||
H A D | ctype.h | 46 #define RT_C_IS_DIGIT(ch) RTLocCIsDigit((ch)) 89 DECL_FORCE_INLINE(bool) RTLocCIsDigit(int ch) function 197 return RTLocCIsDigit(ch) || RTLocCIsAlpha(ch); |
Completed in 405 milliseconds