Lines Matching defs:Digit
900 uint64_t Digit;906 Digit = C - '0';908 Digit = 10 + (C - 'a');910 Digit = 10 + 26 + (C - 'A');919 if (!addAssign(Value, Digit))1159 size_t Digit = 0;1160 if (!decodePunycodeDigit(C, Digit))1163 if (Digit > (Max - I) / W)1165 I += Digit * W;1175 if (Digit < T)