Searched refs:DIGIT_VAL (Results 1 – 1 of 1) sorted by relevance
140 #define DIGIT_VAL(c) (0x0030 <= (c) && (c) <= 0x0039 ? (c) - 0x0030 : -1) macro2218 int32_t digit = DIGIT_VAL(uch); in parseAbuttingAsciiOffsetFields()2312 int32_t digit = DIGIT_VAL(c); in parseAsciiOffsetFields()