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