Home
last modified time | relevance | path

Searched defs:cost_ins (Results 1 – 1 of 1) sorted by relevance

/PHP-5.5/ext/standard/
H A Dlevenshtein.c30 static int reference_levdist(const char *s1, int l1, const char *s2, int l2, int cost_ins, int cost… in reference_levdist()
98 long cost_ins, cost_rep, cost_del; in PHP_FUNCTION() local

Completed in 4 milliseconds