Lines Matching refs:matcher_
233 matcher_(std::move(matcher)), in RegexMatcher()
240 matcher_.get(), jni_cache_->matcher_matches); in Matches()
255 jni_cache_->GetEnv()->CallObjectMethod(matcher_.get(), in ApproximatelyMatches()
267 matcher_.get(), jni_cache_->matcher_start_idx, 0); in ApproximatelyMatches()
274 matcher_.get(), jni_cache_->matcher_end_idx, 0); in ApproximatelyMatches()
300 matcher_.get(), jni_cache_->matcher_start_idx, 0); in UpdateLastFindOffset()
322 matcher_.get(), jni_cache_->matcher_find); in Find()
351 matcher_.get(), jni_cache_->matcher_start_idx, group_idx); in Start()
391 matcher_.get(), jni_cache_->matcher_end_idx, group_idx); in End()
421 JniHelper::CallObjectMethod<jstring>(jenv, matcher_.get(), in Group()
450 jenv, matcher_.get(), jni_cache_->matcher_group_idx, group_idx); in Group()