Lines Matching full:digit_val
99 #define DIGIT_VAL(c) (0x0030 <= (c) && (c) <= 0x0039 ? (c) - 0x0030 : -1)1700 int32_t digit = DIGIT_VAL(uch);1789 int32_t digit = DIGIT_VAL(c);