Searched refs:totypeIsdigit (Results 1 – 1 of 1) sorted by relevance
77 static int totypeIsdigit(unsigned char c){ in totypeIsdigit() function235 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()