Home | History | Annotate | Download | only in dist

Lines Matching defs:hasDigit

144357   int hasDigit = 0;
144363 if( c>='0' && c<='9' ) hasDigit = 1;
144367 mx = hasDigit ? 3 : 10;