Lines Matching defs:digit
8475 ** <li> Include a digit somewhere in every identifier name.
23530 ** This implementation requires years to be expressed as a 4-digit number
23607 ** be "40f-21a-20c". The "40f-" indicates the 4-digit year followed by "-".
23608 ** The "21a-" indicates the 2-digit month followed by "-". The "20c" indicates
23609 ** the 2-digit day which is the last integer in the set.
30060 ** Return the ascii code for the leading digit of *val, then
30072 int digit;
30076 digit = (int)*val;
30077 d = digit;
30078 digit += '0';
30080 return (char)digit;
30572 ** significant digit of the number */
30602 *(bufpt++) = (char)((exp/100)+'0'); /* 100's digit */
30605 *(bufpt++) = (char)(exp/10+'0'); /* 10's digit */
30606 *(bufpt++) = (char)(exp%10+'0'); /* 1's digit */
34264 ** in the values of the last digit if the only difference is in the
34265 ** last digit. So, for example,
34374 /* zNum is a 19-digit numbers. Compare it against 9223372036854775808. */
106983 i = z[1]-'0'; /* The common case of ?N for a single digit N */
119549 ** characters, does not begin with a digit and is not an SQL keyword,
172592 /* If the next character is a digit, this is a floating point
180631 ** If *pp does not being with a decimal digit SQLITE_ERROR is returned and
214232 ** '/001', and so on, each sibling page identified by a 3-digit hex
214237 ** six-digit hexadecimal value to the path to the cell they are linked