HomeSort by relevance Sort by last modified time
    Searched refs:JniCache (Results 1 - 14 of 14) sorted by null

  /external/libtextclassifier/utils/utf8/
unilib-javaicu.h 41 explicit UniLib(const std::shared_ptr<JniCache>& jni_cache);
118 RegexMatcher(const JniCache* jni_cache, ScopedGlobalRef<jobject> matcher,
122 const JniCache* jni_cache_;
136 RegexPattern(const JniCache* jni_cache, const UnicodeText& pattern,
140 const JniCache* jni_cache_;
161 BreakIterator(const JniCache* jni_cache, const UnicodeText& text);
163 const JniCache* jni_cache_;
178 std::shared_ptr<JniCache> jni_cache_;
unilib_test-include.h 27 #define TC3_TESTING_CREATE_UNILIB_INSTANCE(VAR) VAR(JniCache::Create(g_jenv))
unilib-javaicu.cc 245 TC3_LOG(FATAL) << "Java ICU UniLib must be initialized with a JniCache.";
248 UniLib::UniLib(const std::shared_ptr<JniCache>& jni_cache)
352 UniLib::RegexPattern::RegexPattern(const JniCache* jni_cache,
423 UniLib::RegexMatcher::RegexMatcher(const JniCache* jni_cache,
672 UniLib::BreakIterator::BreakIterator(const JniCache* jni_cache,
  /external/libtextclassifier/utils/calendar/
calendar-javaicu.h 34 explicit Calendar(JniCache* jni_cache);
59 JniCache* jni_cache_;
67 explicit CalendarLib(const std::shared_ptr<JniCache>& jni_cache);
90 std::shared_ptr<JniCache> jni_cache_;
calendar_test-include.h 30 VAR(JniCache::Create(g_jenv))
calendar-javaicu.cc 26 bool CalendarAdd(JniCache* jni_cache, JNIEnv* jenv, jobject calendar,
33 bool CalendarGet(JniCache* jni_cache, JNIEnv* jenv, jobject calendar,
40 bool CalendarSet(JniCache* jni_cache, JNIEnv* jenv, jobject calendar,
58 Calendar::Calendar(JniCache* jni_cache)
155 TC3_LOG(FATAL) << "Java ICU CalendarLib must be initialized with a JniCache.";
158 CalendarLib::CalendarLib(const std::shared_ptr<JniCache>& jni_cache)
  /external/libtextclassifier/utils/intents/
intent-generator.h 71 const std::shared_ptr<JniCache>& jni_cache);
98 const std::shared_ptr<JniCache>& jni_cache)
107 std::shared_ptr<JniCache> jni_cache_;
jni.h 53 const std::shared_ptr<JniCache>& jni_cache);
71 const std::shared_ptr<JniCache>& jni_cache)
77 std::shared_ptr<JniCache> jni_cache_;
intent-generator.cc 60 JniLuaEnvironment(const Resources& resources, const JniCache* jni_cache,
109 const JniCache* jni_cache_;
127 const JniCache* jni_cache,
704 AnnotatorJniEnvironment(const Resources& resources, const JniCache* jni_cache,
739 const Resources& resources, const JniCache* jni_cache,
773 const std::shared_ptr<JniCache>& jni_cache) {
jni.cc 36 const std::shared_ptr<JniCache>& jni_cache) {
  /external/libtextclassifier/utils/java/
jni-cache.cc 23 JniCache::JniCache(JavaVM* jvm)
113 std::unique_ptr<JniCache> JniCache::Create(JNIEnv* env) {
121 std::unique_ptr<JniCache> result(new JniCache(jvm));
252 JNIEnv* JniCache::GetEnv() const {
262 bool JniCache::ExceptionCheckAndClear() const {
273 ScopedLocalRef<jstring> JniCache::ConvertToJavaString(
294 ScopedLocalRef<jstring> JniCache::ConvertToJavaString
    [all...]
jni-cache.h 31 struct JniCache {
32 static std::unique_ptr<JniCache> Create(JNIEnv* env);
145 explicit JniCache(JavaVM* jvm);
  /external/libtextclassifier/actions/
actions_jni.cc 64 const std::shared_ptr<libtextclassifier3::JniCache>& jni_cache,
84 std::shared_ptr<libtextclassifier3::JniCache> jni_cache() const {
98 const std::shared_ptr<libtextclassifier3::JniCache>& jni_cache,
107 std::shared_ptr<libtextclassifier3::JniCache> jni_cache_;
313 std::shared_ptr<libtextclassifier3::JniCache> jni_cache =
314 libtextclassifier3::JniCache::Create(env);
336 std::shared_ptr<libtextclassifier3::JniCache> jni_cache =
337 libtextclassifier3::JniCache::Create(env);
  /external/libtextclassifier/annotator/
annotator_jni.cc 69 const std::shared_ptr<libtextclassifier3::JniCache>& jni_cache,
87 std::shared_ptr<libtextclassifier3::JniCache> jni_cache() const {
101 const std::shared_ptr<libtextclassifier3::JniCache>& jni_cache,
110 std::shared_ptr<libtextclassifier3::JniCache> jni_cache_;
407 std::shared_ptr<libtextclassifier3::JniCache> jni_cache(
408 libtextclassifier3::JniCache::Create(env));
424 std::shared_ptr<libtextclassifier3::JniCache> jni_cache(
425 libtextclassifier3::JniCache::Create(env));
441 std::shared_ptr<libtextclassifier3::JniCache> jni_cache(
442 libtextclassifier3::JniCache::Create(env))
    [all...]

Completed in 110 milliseconds