Home
last modified time | relevance | path

Searched refs:iLang (Results 1 – 6 of 6) sorted by relevance

/sqlite-3.40.0/ext/misc/
H A Dspellfix.c768 if( pLang==0 || iLang!=iLangPrev ){ in editDist3ConfigLoad()
775 pLang->iLang = iLang; in editDist3ConfigLoad()
780 iLangPrev = iLang; in editDist3ConfigLoad()
806 int iLang; in editDist3ConfigLoad() local
807 for(iLang=0; iLang<p->nLang; iLang++){ in editDist3ConfigLoad()
808 p->a[iLang].pCost = editDist3CostSort(p->a[iLang].pCost); in editDist3ConfigLoad()
1152 int iLang in editDist3FindLang() argument
1156 if( pConfig->a[i].iLang==iLang ) return &pConfig->a[i]; in editDist3FindLang()
2602 p->zDbName, p->zTableName, iLang in spellfix1FilterForMatch()
2611 pCur->iLang = iLang; in spellfix1FilterForMatch()
[all …]
H A Damatch.c485 amatch_langid iLang; /* The langauge to which this rule belongs */ member
515 amatch_langid iLang; /* Use this language ID */ member
573 sqlite3_int64 iLang = sqlite3_column_int64(pStmt, 0); in amatchLoadOneRule() local
609 if( iLang<0 || iLang>AMATCH_MX_LANGID ){ in amatchLoadOneRule()
633 pRule->iLang = (int)iLang; in amatchLoadOneRule()
960 pCur->iLang = 0; in amatchClearCursor()
1142 sqlite3_bind_int(p->pVCheck, 2, pCur->iLang); in amatchNext()
1234 if( pRule->iLang!=pCur->iLang ) continue; in amatchNext()
1271 pCur->iLang = (amatch_cost)sqlite3_value_int(argv[idx]); in amatchFilter()
1298 sqlite3_result_int(ctx, pCur->iLang); in amatchColumn()
/sqlite-3.40.0/test/
H A Damatch1.test58 CREATE TABLE costs(iLang, cFrom, cTo, Cost);
H A Dspellfix4.test24 CREATE TABLE cost1(iLang, cFrom, cTo, iCost);
H A Dspellfix.test179 CREATE TABLE costs(iLang, cFrom, cTo, iCost);
219 CREATE TABLE costs2(iLang, cFrom, cTo, iCost);
/sqlite-3.40.0/ext/fts3/
H A Dfts3_write.c5324 int iLang = langidFromSelect(p, pStmt); in fts3IntegrityCheck() local
5332 rc = sqlite3Fts3OpenTokenizer(p->pTokenizer, iLang, zText, -1, &pT); in fts3IntegrityCheck()
5343 zToken, nToken, iLang, 0, iDocid, iCol, iPos in fts3IntegrityCheck()
5348 zToken, p->aIndex[i].nPrefix, iLang, i, iDocid, iCol, iPos in fts3IntegrityCheck()