Searched refs:selection_begin (Results 1 – 2 of 2) sorted by relevance
/external/libtextclassifier/ |
D | textclassifier_jni.cc | 172 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()
|
D | textclassifier_jni.h | 37 JNIEnv* env, jobject thiz, jlong ptr, jstring context, jint selection_begin, 42 JNIEnv* env, jobject thiz, jlong ptr, jstring context, jint selection_begin,
|