Home
last modified time | relevance | path

Searched defs:levenshtein (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/npm/node_modules/fastest-levenshtein/
H A Dtest.js2 var levenshtein = function (a, b) { function
/third_party/rust/crates/strsim-rs/src/
H A Dlib.rs236 pub fn levenshtein(a: &str, b: &str) -> usize { in levenshtein() functions
[all...]
/third_party/nghttp2/src/
H A Dutil.cc578 int levenshtein(const char *a, int alen, const char *b, int blen, int swapcost, in levenshtein() function

Completed in 5 milliseconds