Home | History | Annotate | Download | only in orig

Lines Matching defs:hasDigit

123980   int hasDigit = 0;
123986 if( c>='0' && c<='9' ) hasDigit = 1;
123990 mx = hasDigit ? 3 : 10;