Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dtotype.c77 static int totypeIsdigit(unsigned char c){ in totypeIsdigit() function
235 while( z<zEnd && totypeIsdigit(*z) && s<((LARGEST_INT64-9)/10) ){ in totypeAtoF()
242 while( z<zEnd && totypeIsdigit(*z) ) z++, nDigits++, d++; in totypeAtoF()
250 while( z<zEnd && totypeIsdigit(*z) && s<((LARGEST_INT64-9)/10) ){ in totypeAtoF()
255 while( z<zEnd && totypeIsdigit(*z) ) z++, nDigits++; in totypeAtoF()
272 while( z<zEnd && totypeIsdigit(*z) ){ in totypeAtoF()