Home
last modified time | relevance | path

Searched refs:selection_begin (Results 1 – 2 of 2) sorted by relevance

/external/libtextclassifier/
Dtextclassifier_jni.cc172 JNIEnv* env, jobject thiz, jlong ptr, jstring context, jint selection_begin, in Java_android_view_textclassifier_SmartSelection_nativeSuggest() argument
179 ConvertIndicesBMPToUTF8(context_utf8, {selection_begin, selection_end}); in Java_android_view_textclassifier_SmartSelection_nativeSuggest()
192 JNIEnv* env, jobject thiz, jlong ptr, jstring context, jint selection_begin, in Java_android_view_textclassifier_SmartSelection_nativeClassifyText() argument
198 {selection_begin, selection_end}, input_flags); in Java_android_view_textclassifier_SmartSelection_nativeClassifyText()
Dtextclassifier_jni.h37 JNIEnv* env, jobject thiz, jlong ptr, jstring context, jint selection_begin,
42 JNIEnv* env, jobject thiz, jlong ptr, jstring context, jint selection_begin,