test_match_bitap method

int test_match_bitap(
  1. String text,
  2. String pattern,
  3. int loc
)

Hack to allow unit tests to call private method. Do not use.

Implementation

int test_match_bitap(String text, String pattern, int loc) {
  return _match_bitap(text, pattern, loc);
}