Searched refs:copy_stemmer (Results 1 – 3 of 3) sorted by relevance
| /sqlite-3.40.0/ext/fts3/ |
| H A D | fts3_porter.c | 294 static void copy_stemmer(const char *zIn, int nIn, char *zOut, int *pnOut){ in copy_stemmer() function 348 copy_stemmer(zIn, nIn, zOut, pnOut); in porter_stemmer() 360 copy_stemmer(zIn, nIn, zOut, pnOut); in porter_stemmer()
|
| /sqlite-3.40.0/ext/fts2/ |
| H A D | fts2_porter.c | 295 static void copy_stemmer(const char *zIn, int nIn, char *zOut, int *pnOut){ in copy_stemmer() function 349 copy_stemmer(zIn, nIn, zOut, pnOut); in porter_stemmer() 361 copy_stemmer(zIn, nIn, zOut, pnOut); in porter_stemmer()
|
| /sqlite-3.40.0/ext/fts1/ |
| H A D | fts1_porter.c | 293 static void copy_stemmer(const char *zIn, int nIn, char *zOut, int *pnOut){ in copy_stemmer() function 347 copy_stemmer(zIn, nIn, zOut, pnOut); in porter_stemmer() 359 copy_stemmer(zIn, nIn, zOut, pnOut); in porter_stemmer()
|