Searched refs:device_locales (Results 1 – 6 of 6) sorted by relevance
/external/libtextclassifier/native/utils/intents/ |
D | intent-generator.h | 34 bool GenerateIntents(const jstring device_locales, 46 bool GenerateIntents(const jstring device_locales, 61 std::vector<Locale> ParseDeviceLocales(const jstring device_locales) const;
|
D | intent-generator.cc | 63 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/ |
D | actions_jni.cc | 129 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()
|
D | actions_jni.h | 46 jlong annotatorPtr, jobject app_context, jstring device_locales,
|
/external/libtextclassifier/native/annotator/ |
D | annotator_jni.cc | 130 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()
|
D | annotator_jni.h | 69 jstring device_locales);
|