Lines Matching defs:hasDigit
144327 int hasDigit = 0;144333 if( c>='0' && c<='9' ) hasDigit = 1;144337 mx = hasDigit ? 3 : 10;