Lines Matching defs:IsDigit
242 #define IsDigit(X) isdigit((unsigned char)X)
1685 if( !IsDigit(*z) ){
1690 while( IsDigit(*z) ){ z++; }
1693 if( !IsDigit(*z) ) return 0;
1694 while( IsDigit(*z) ){ z++; }
1700 if( !IsDigit(*z) ) return 0;
1701 while( IsDigit(*z) ){ z++; }
1891 while( IsDigit(zArg[0]) ){
24525 if( (z[0]=='-' || z[0]=='+') && IsDigit(z[1]) ) z++;
24526 if( !IsDigit(z[0]) ) return 0;
24528 while( IsDigit(z[0]) ){ z++; }
26346 }else if( nArg==2 && IsDigit(azArg[1][0]) && azArg[1][1]==0 ){
26355 && IsDigit(azArg[2][0]) && azArg[2][1]==0 ){