Lines Matching refs:CallIntMethod
90 JniHelper::CallIntMethod(jenv, text_java.get(), in Length()
93 return JniHelper::CallIntMethod(jenv, text_java.get(), in Length()
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()
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()
521 const int break_index = jni_cache_->GetEnv()->CallIntMethod( in Next()
528 const int token_unicode_length = jni_cache_->GetEnv()->CallIntMethod( in Next()