Lines Matching refs:GetEnv
88 JNIEnv* jenv = jni_cache_->GetEnv(); in Length()
170 JNIEnv* jenv = jni_cache_->GetEnv(); in LockedInitializeIfNotAlready()
201 JNIEnv* env = jni_cache_->GetEnv(); in Matcher()
239 const bool result = jni_cache_->GetEnv()->CallBooleanMethod( in Matches()
255 jni_cache_->GetEnv()->CallObjectMethod(matcher_.get(), in ApproximatelyMatches()
266 const int found_start = jni_cache_->GetEnv()->CallIntMethod( in ApproximatelyMatches()
273 const int found_end = jni_cache_->GetEnv()->CallIntMethod( in ApproximatelyMatches()
280 int context_length_bmp = jni_cache_->GetEnv()->CallIntMethod( in ApproximatelyMatches()
299 const int find_offset = jni_cache_->GetEnv()->CallIntMethod( in UpdateLastFindOffset()
305 const int codepoint_count = jni_cache_->GetEnv()->CallIntMethod( in UpdateLastFindOffset()
321 const bool result = jni_cache_->GetEnv()->CallBooleanMethod( in Find()
350 const int java_index = jni_cache_->GetEnv()->CallIntMethod( in Start()
362 const int unicode_index = jni_cache_->GetEnv()->CallIntMethod( in Start()
390 const int java_index = jni_cache_->GetEnv()->CallIntMethod( in End()
402 const int unicode_index = jni_cache_->GetEnv()->CallIntMethod( in End()
419 JNIEnv* jenv = jni_cache_->GetEnv(); in Group()
446 JNIEnv* jenv = jni_cache_->GetEnv(); in Group()
489 JNIEnv* jenv = jni_cache_->GetEnv(); in BreakIterator()
521 const int break_index = jni_cache_->GetEnv()->CallIntMethod( in Next()
528 const int token_unicode_length = jni_cache_->GetEnv()->CallIntMethod( in Next()