Lines Matching refs:matcher_
226 matcher_(std::move(matcher)), in RegexMatcher()
233 matcher_.get(), jni_cache_->matcher_matches); in Matches()
248 jni_cache_->GetEnv()->CallObjectMethod(matcher_.get(), in ApproximatelyMatches()
260 matcher_.get(), jni_cache_->matcher_start_idx, 0); in ApproximatelyMatches()
267 matcher_.get(), jni_cache_->matcher_end_idx, 0); in ApproximatelyMatches()
293 matcher_.get(), jni_cache_->matcher_start_idx, 0); in UpdateLastFindOffset()
315 matcher_.get(), jni_cache_->matcher_find); in Find()
344 matcher_.get(), jni_cache_->matcher_start_idx, group_idx); in Start()
384 matcher_.get(), jni_cache_->matcher_end_idx, group_idx); in End()
414 JniHelper::CallObjectMethod<jstring>(jenv, matcher_.get(), in Group()
443 jenv, matcher_.get(), jni_cache_->matcher_group_idx, group_idx); in Group()