Home
last modified time | relevance | path

Searched refs:hasDigit (Results 1 – 3 of 3) sorted by relevance

/sqlite-3.40.0/ext/fts3/
H A Dfts3_porter.c296 int hasDigit = 0; in copy_stemmer() local
302 if( c>='0' && c<='9' ) hasDigit = 1; in copy_stemmer()
306 mx = hasDigit ? 3 : 10; in copy_stemmer()
/sqlite-3.40.0/ext/fts2/
H A Dfts2_porter.c297 int hasDigit = 0; in copy_stemmer() local
303 if( c>='0' && c<='9' ) hasDigit = 1; in copy_stemmer()
307 mx = hasDigit ? 3 : 10; in copy_stemmer()
/sqlite-3.40.0/ext/fts1/
H A Dfts1_porter.c295 int hasDigit = 0; in copy_stemmer() local
301 if( c>='0' && c<='9' ) hasDigit = 1; in copy_stemmer()
305 mx = hasDigit ? 3 : 10; in copy_stemmer()