Searched refs:hasDigit (Results 1 – 3 of 3) sorted by relevance
296 int hasDigit = 0; in copy_stemmer() local302 if( c>='0' && c<='9' ) hasDigit = 1; in copy_stemmer()306 mx = hasDigit ? 3 : 10; in copy_stemmer()
297 int hasDigit = 0; in copy_stemmer() local303 if( c>='0' && c<='9' ) hasDigit = 1; in copy_stemmer()307 mx = hasDigit ? 3 : 10; in copy_stemmer()
295 int hasDigit = 0; in copy_stemmer() local301 if( c>='0' && c<='9' ) hasDigit = 1; in copy_stemmer()305 mx = hasDigit ? 3 : 10; in copy_stemmer()