Home
last modified time | relevance | path

Searched defs:jni_cache (Results 1 – 17 of 17) sorted by relevance

/external/libtextclassifier/native/utils/calendar/
Dcalendar-javaicu.cc28 bool CalendarAdd(JniCache* jni_cache, JNIEnv* jenv, jobject calendar, in CalendarAdd()
36 bool CalendarGet(JniCache* jni_cache, JNIEnv* jenv, jobject calendar, in CalendarGet()
45 bool CalendarSet(JniCache* jni_cache, JNIEnv* jenv, jobject calendar, in CalendarSet()
64 Calendar::Calendar(JniCache* jni_cache) in Calendar()
176 CalendarLib::CalendarLib(const std::shared_ptr<JniCache>& jni_cache) in CalendarLib()
/external/libtextclassifier/native/actions/
Dactions_jni.cc68 const std::shared_ptr<libtextclassifier3::JniCache>& jni_cache, in Create()
89 std::shared_ptr<libtextclassifier3::JniCache> jni_cache() const { in jni_cache() function in libtextclassifier3::__anon488ae8a30111::ActionsSuggestionsJniContext
103 const std::shared_ptr<libtextclassifier3::JniCache>& jni_cache, in ActionsSuggestionsJniContext()
424 std::shared_ptr<libtextclassifier3::JniCache> jni_cache = in TC3_JNI_METHOD() local
449 std::shared_ptr<libtextclassifier3::JniCache> jni_cache = in TC3_JNI_METHOD() local
475 std::shared_ptr<libtextclassifier3::JniCache> jni_cache = in TC3_JNI_METHOD() local
/external/icing/icing/tokenization/reverse_jni/
Dreverse-jni-break-iterator.cc43 ReverseJniBreakIterator::Create(const JniCache* jni_cache, in Create()
98 const JniCache* jni_cache, in ReverseJniBreakIterator()
Dreverse-jni-language-segmenter.h33 ReverseJniLanguageSegmenter(std::string locale, const JniCache* jni_cache) in ReverseJniLanguageSegmenter()
Dreverse-jni-language-segmenter_test.cc45 const std::string& locale, const JniCache* jni_cache) { in GetSegmenterOptions()
/external/libtextclassifier/native/utils/intents/
Dintent-generator.cc44 AnnotatorJniEnvironment(const Resources& resources, const JniCache* jni_cache, in AnnotatorJniEnvironment()
79 const Resources& resources, const JniCache* jni_cache, in ActionsJniLuaEnvironment()
111 const std::shared_ptr<JniCache>& jni_cache) { in Create()
Dintent-generator.h73 const std::shared_ptr<JniCache>& jni_cache) in IntentGenerator()
Djni.h82 const std::shared_ptr<JniCache>& jni_cache) in RemoteActionTemplatesHandler()
Djni.cc45 const std::shared_ptr<JniCache>& jni_cache) { in Create()
Djni-lua.cc46 const JniCache* jni_cache, in JniLuaEnvironment()
/external/libtextclassifier/native/utils/utf8/
Dunilib-javaicu.cc37 UniLibBase::UniLibBase(const std::shared_ptr<JniCache>& jni_cache) in UniLibBase()
151 UniLibBase::RegexPattern::RegexPattern(const JniCache* jni_cache, in RegexPattern()
229 UniLibBase::RegexMatcher::RegexMatcher(const JniCache* jni_cache, in RegexMatcher()
481 UniLibBase::BreakIterator::BreakIterator(const JniCache* jni_cache, in BreakIterator()
/external/icing/icing/tokenization/
Dlanguage-segmenter-factory.h39 const JniCache* jni_cache; member
/external/libtextclassifier/native/annotator/
Dannotator_jni.cc77 const std::shared_ptr<libtextclassifier3::JniCache>& jni_cache, in Create()
95 std::shared_ptr<libtextclassifier3::JniCache> jni_cache() const { in jni_cache() function in libtextclassifier3::__anon9a758e2d0111::AnnotatorJniContext
111 const std::shared_ptr<libtextclassifier3::JniCache>& jni_cache, in AnnotatorJniContext()
495 std::shared_ptr<libtextclassifier3::JniCache> jni_cache( in TC3_JNI_METHOD() local
513 std::shared_ptr<libtextclassifier3::JniCache> jni_cache( in TC3_JNI_METHOD() local
529 std::shared_ptr<libtextclassifier3::JniCache> jni_cache( in TC3_JNI_METHOD() local
/external/icing/icing/
Dicing-search-engine.cc244 std::unique_ptr<const JniCache> jni_cache) in IcingSearchEngine()
253 std::unique_ptr<Clock> clock, std::unique_ptr<const JniCache> jni_cache) in IcingSearchEngine()
Dicing-search-engine_test.cc131 std::unique_ptr<JniCache> jni_cache) in TestIcingSearchEngine()
/external/icing/icing/jni/
Dicing-search-engine-jni.cc100 std::unique_ptr<const icing::lib::JniCache> jni_cache; in Java_com_google_android_icing_IcingSearchEngine_nativeCreate() local
/external/icing/icing/tokenization/icu/
Dicu-language-segmenter_test.cc44 const std::string& locale, const JniCache* jni_cache) { in GetSegmenterOptions()