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

/external/google-diff-match-patch/name/fraser/neil/plaintext/
H A Ddiff_match_patch.java1562 score_threshold = Math.min(match_bitapScore(0, best_loc, loc, pattern),
1567 score_threshold = Math.min(match_bitapScore(0, best_loc, loc, pattern),
1587 if (match_bitapScore(d, loc + bin_mid, loc, pattern)
1619 double score = match_bitapScore(d, j - 1, loc, pattern);
1636 if (match_bitapScore(d + 1, loc, loc, pattern) > score_threshold) {
1654 private double match_bitapScore(int e, int x, int loc, String pattern) { method in class:diff_match_patch

Completed in 342 milliseconds