Home | History | Annotate | Download | only in fts3

Lines Matching refs:tokenizer

14 ** This particular file implements the generic tokenizer interface.
90 char *zErr = sqlite3_mprintf("unknown tokenizer: %s", zName);
152 Fts3Hash *pHash, /* Tokenizer hash table */
153 const char *zArg, /* Tokenizer name */
154 sqlite3_tokenizer **ppTok, /* OUT: Tokenizer (if applicable) */
174 *pzErr = sqlite3_mprintf("unknown tokenizer: %s", z);
197 *pzErr = sqlite3_mprintf("unknown tokenizer");
231 ** using the built-in "simple" tokenizer:
282 char *zErr = sqlite3_mprintf("unknown tokenizer: %s", zName);
386 ** in the README.tokenizer file as an example, so it is important to
417 assert( 0==strcmp(sqlite3_errmsg(db), "unknown tokenizer: nosuchtokenizer") );