Home
last modified time | relevance | path

Searched refs:FTS3_HAVE_LANGID (Results 1 – 2 of 2) sorted by relevance

/sqlite-3.40.0/ext/fts3/
H A Dfts3Int.h383 #define FTS3_HAVE_LANGID 0x00010000 /* languageid=? */ macro
H A Dfts3.c1706 pInfo->idxNum |= FTS3_HAVE_LANGID; in fts3BestIndexMethod()
3331 if( idxNum & FTS3_HAVE_LANGID ) pLangid = apVal[iIdx++]; in fts3FilterMethod()