Searched refs:is_num (Results 1 – 2 of 2) sorted by relevance
189 #define is_num(ch) /* numerical */ \ macro192 (is_alpha(ch) || is_num(ch))
495 is_num,is_sign = is_numeric_type(self.sbvalue.GetType().GetCanonicalType().GetBasicType())496 if is_num and not is_sign: return self.sbvalue.GetValueAsUnsigned()