Home
last modified time | relevance | path

Searched refs:digit (Results 1 – 6 of 6) sorted by relevance

/sqlite-3.40.0/src/
H A Dprintf.c133 int digit; in et_getdigit() local
137 digit = (int)*val; in et_getdigit()
138 d = digit; in et_getdigit()
139 digit += '0'; in et_getdigit()
141 return (char)digit; in et_getdigit()
H A Dshell.c.in748 ** Return the value of a hexadecimal digit. Return -1 if the input
749 ** is not a hex digit.
H A Dsqlite.h.in8114 ** <li> Include a digit somewhere in every identifier name.
/sqlite-3.40.0/test/
H A Dtrans.test925 $TEMP_STORE==3 && [regexp {^pcache[[:digit:]]*$} [permutation]]
H A Dtester.tcl939 && [string is digit [string range $testname 0 0]]
H A Dprintf.test3664 # and at least one digit on either side of the decimal point.