Home
last modified time | relevance | path

Searched refs:device_locales (Results 1 – 6 of 6) sorted by relevance

/external/libtextclassifier/native/utils/intents/
Dintent-generator.h34 bool GenerateIntents(const jstring device_locales,
46 bool GenerateIntents(const jstring device_locales,
61 std::vector<Locale> ParseDeviceLocales(const jstring device_locales) const;
Dintent-generator.cc63 const std::vector<Locale>& device_locales);
127 const std::vector<Locale>& device_locales) in JniLuaEnvironment() argument
132 device_locales_(device_locales), in JniLuaEnvironment()
746 const std::vector<Locale>& device_locales, in AnnotatorJniEnvironment() argument
751 : JniLuaEnvironment(resources, jni_cache, context, device_locales), in AnnotatorJniEnvironment()
780 const jobject context, const std::vector<Locale>& device_locales, in ActionsJniLuaEnvironment() argument
784 : JniLuaEnvironment(resources, jni_cache, context, device_locales), in ActionsJniLuaEnvironment()
853 const jstring device_locales) const { in ParseDeviceLocales()
854 if (device_locales == nullptr) { in ParseDeviceLocales()
859 GetScopedStringChars(jni_cache_->GetEnv(), device_locales); in ParseDeviceLocales()
[all …]
/external/libtextclassifier/native/actions/
Dactions_jni.cc129 const Conversation& conversation, const jstring device_locales, in ActionSuggestionsToJObjectArray() argument
180 device_locales, action_result[i], conversation, app_context, in ActionSuggestionsToJObjectArray()
431 jlong annotatorPtr, jobject app_context, jstring device_locales, in TC3_JNI_METHOD()
454 response.actions, conversation, device_locales, generate_intents)); in TC3_JNI_METHOD()
Dactions_jni.h46 jlong annotatorPtr, jobject app_context, jstring device_locales,
/external/libtextclassifier/native/annotator/
Dannotator_jni.cc130 const jstring device_locales, const ClassificationOptions* options, in ClassificationResultWithIntentsToJObject() argument
258 device_locales, classification_result, in ClassificationResultWithIntentsToJObject()
287 const jstring device_locales, const ClassificationOptions* options, in ClassificationResultsWithIntentsToJObjectArray() argument
328 datetime_parse_class_constructor, device_locales, options, context, in ClassificationResultsWithIntentsToJObjectArray()
631 jstring device_locales) { in TC3_JNI_METHOD()
653 env, model_context, app_context, device_locales, in TC3_JNI_METHOD()
Dannotator_jni.h69 jstring device_locales);