Hack to allow unit tests to call private method. Do not use.
int test_match_bitap(String text, String pattern, int loc) { return _match_bitap(text, pattern, loc); }