Home
last modified time | relevance | path

Searched refs:iMatchlen (Results 1 – 5 of 5) sorted by relevance

/dports/databases/sqlcipher/sqlcipher-3.4.2/ext/misc/
H A Dspellfix.c1822 int iMatchlen; /* Value of matchlen column (or -1) */ member
2330 int iMatchlen = -1; in spellfix1RunQuery() local
2335 iDist = editDist3Core(p->pMatchStr3, zWord, nWord, p->pLang, &iMatchlen); in spellfix1RunQuery()
2381 pCur->a[idx].iMatchlen = iMatchlen; in spellfix1RunQuery()
2641 int iMatchlen = pCur->a[pCur->iRow].iMatchlen; in spellfix1Column() local
2642 if( iMatchlen<0 ){ in spellfix1Column()
2652 res = editdist1(pCur->zPattern, zTranslit, &iMatchlen); in spellfix1Column()
2655 iMatchlen = translen_to_charlen(zWord, nWord, iMatchlen); in spellfix1Column()
2657 iMatchlen = utf8Charlen(zWord, nWord); in spellfix1Column()
2661 sqlite3_result_int(ctx, iMatchlen); in spellfix1Column()
/dports/databases/sqlite-ext-spellfix/sqlite-ext-spellfix-3.8.11.1_1/sqlite-src-3081101/ext/misc/
H A Dspellfix.c1787 int iMatchlen; /* Value of matchlen column (or -1) */ member
2298 int iMatchlen = -1; in spellfix1RunQuery() local
2303 iDist = editDist3Core(p->pMatchStr3, zWord, nWord, p->pLang, &iMatchlen); in spellfix1RunQuery()
2339 pCur->a[idx].iMatchlen = iMatchlen; in spellfix1RunQuery()
2598 int iMatchlen = pCur->a[pCur->iRow].iMatchlen; in spellfix1Column() local
2599 if( iMatchlen<0 ){ in spellfix1Column()
2609 res = editdist1(pCur->zPattern, zTranslit, &iMatchlen); in spellfix1Column()
2612 iMatchlen = translen_to_charlen(zWord, nWord, iMatchlen); in spellfix1Column()
2614 iMatchlen = utf8Charlen(zWord, nWord); in spellfix1Column()
2618 sqlite3_result_int(ctx, iMatchlen); in spellfix1Column()
/dports/databases/sqlite3/sqlite-src-3350500/ext/misc/
H A Dspellfix.c1943 int iMatchlen; /* Value of matchlen column (or -1) */ member
2452 int iMatchlen = -1; in spellfix1RunQuery() local
2457 iDist = editDist3Core(p->pMatchStr3, zWord, nWord, p->pLang, &iMatchlen); in spellfix1RunQuery()
2503 pCur->a[idx].iMatchlen = iMatchlen; in spellfix1RunQuery()
2763 int iMatchlen = pCur->a[pCur->iRow].iMatchlen; in spellfix1Column() local
2764 if( iMatchlen<0 ){ in spellfix1Column()
2774 res = editdist1(pCur->zPattern, zTranslit, &iMatchlen); in spellfix1Column()
2777 iMatchlen = translen_to_charlen(zWord, nWord, iMatchlen); in spellfix1Column()
2779 iMatchlen = utf8Charlen(zWord, nWord); in spellfix1Column()
2783 sqlite3_result_int(ctx, iMatchlen); in spellfix1Column()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/misc/
H A Dspellfix.c1943 int iMatchlen; /* Value of matchlen column (or -1) */ member
2452 int iMatchlen = -1; in spellfix1RunQuery() local
2457 iDist = editDist3Core(p->pMatchStr3, zWord, nWord, p->pLang, &iMatchlen); in spellfix1RunQuery()
2503 pCur->a[idx].iMatchlen = iMatchlen; in spellfix1RunQuery()
2763 int iMatchlen = pCur->a[pCur->iRow].iMatchlen; in spellfix1Column() local
2764 if( iMatchlen<0 ){ in spellfix1Column()
2774 res = editdist1(pCur->zPattern, zTranslit, &iMatchlen); in spellfix1Column()
2777 iMatchlen = translen_to_charlen(zWord, nWord, iMatchlen); in spellfix1Column()
2779 iMatchlen = utf8Charlen(zWord, nWord); in spellfix1Column()
2783 sqlite3_result_int(ctx, iMatchlen); in spellfix1Column()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/ext/misc/
H A Dspellfix.c1943 int iMatchlen; /* Value of matchlen column (or -1) */ member
2452 int iMatchlen = -1; in spellfix1RunQuery() local
2457 iDist = editDist3Core(p->pMatchStr3, zWord, nWord, p->pLang, &iMatchlen); in spellfix1RunQuery()
2503 pCur->a[idx].iMatchlen = iMatchlen; in spellfix1RunQuery()
2763 int iMatchlen = pCur->a[pCur->iRow].iMatchlen; in spellfix1Column() local
2764 if( iMatchlen<0 ){ in spellfix1Column()
2774 res = editdist1(pCur->zPattern, zTranslit, &iMatchlen); in spellfix1Column()
2777 iMatchlen = translen_to_charlen(zWord, nWord, iMatchlen); in spellfix1Column()
2779 iMatchlen = utf8Charlen(zWord, nWord); in spellfix1Column()
2783 sqlite3_result_int(ctx, iMatchlen); in spellfix1Column()