Searched refs:pMatchStr3 (Results 1 – 1 of 1) sorted by relevance
2372 EditDist3FromString *pMatchStr3; /* Original unicode string */ member2454 if( p->pMatchStr3 ){ in spellfix1RunQuery()2457 iDist = editDist3Core(p->pMatchStr3, zWord, nWord, p->pLang, &iMatchlen); in spellfix1RunQuery()2533 EditDist3FromString *pMatchStr3 = 0; /* zMatchThis as an editdist string */ in spellfix1FilterForMatch() local2581 pMatchStr3 = editDist3FromStringNew(x.pLang, (const char*)zMatchThis, -1); in spellfix1FilterForMatch()2582 if( pMatchStr3==0 ){ in spellfix1FilterForMatch()2616 x.pMatchStr3 = pMatchStr3; in spellfix1FilterForMatch()2634 editDist3FromStringDelete(pMatchStr3); in spellfix1FilterForMatch()