HomeSort by relevance Sort by last modified time
    Searched refs:match_bitap (Results 1 - 2 of 2) sorted by null

  /external/google-diff-match-patch/name/fraser/neil/plaintext/
diff_match_patch_test.java 603 assertEquals("match_bitap: Exact match #1.", 5, dmp.match_bitap("abcdefghijk", "fgh", 5));
605 assertEquals("match_bitap: Exact match #2.", 5, dmp.match_bitap("abcdefghijk", "fgh", 0));
607 assertEquals("match_bitap: Fuzzy match #1.", 4, dmp.match_bitap("abcdefghijk", "efxhi", 0));
609 assertEquals("match_bitap: Fuzzy match #2.", 2, dmp.match_bitap("abcdefghijk", "cdefxyhijk", 5));
611 assertEquals("match_bitap: Fuzzy match #3.", -1, dmp.match_bitap("abcdefghijk", "bxy", 1))
    [all...]
diff_match_patch.java 1550 protected int match_bitap(String text, String pattern, int loc) { method
    [all...]

Completed in 56 milliseconds