Lines Matching refs:amatch_cost
452 typedef int amatch_cost; typedef
470 amatch_cost rCost; /* Cost of the match so far */
484 amatch_cost rCost; /* Cost of this transformation */
503 amatch_cost rIns; /* Generic insertion cost '' -> ? */
504 amatch_cost rDel; /* Generic deletion cost ? -> '' */
505 amatch_cost rSub; /* Generic substitution cost ? -> ? */
516 amatch_cost rLimit; /* Maximum cost of any term */
576 amatch_cost rCost = sqlite3_column_int(pStmt, 3); in amatchLoadOneRule()
1024 amatch_cost rCost, in amatchAddWord()
1267 pCur->rLimit = (amatch_cost)sqlite3_value_int(argv[idx]); in amatchFilter()
1271 pCur->iLang = (amatch_cost)sqlite3_value_int(argv[idx]); in amatchFilter()