Searched refs:selection_begin (Results 1 – 3 of 3) sorted by relevance
/external/libtextclassifier/ |
D | textclassifier_jni.h | 80 (JNIEnv* env, jobject thiz, jlong ptr, jstring context, jint selection_begin, 84 (JNIEnv* env, jobject thiz, jlong ptr, jstring context, jint selection_begin,
|
D | textclassifier_jni.cc | 361 (JNIEnv* env, jobject thiz, jlong ptr, jstring context, jint selection_begin, in JNI_METHOD() 371 ConvertIndicesBMPToUTF8(context_utf8, {selection_begin, selection_end}); in JNI_METHOD() 383 (JNIEnv* env, jobject thiz, jlong ptr, jstring context, jint selection_begin, in JNI_METHOD() 392 ConvertIndicesBMPToUTF8(context_utf8, {selection_begin, selection_end}); in JNI_METHOD()
|
D | text-classifier.cc | 344 auto selection_begin = context_unicode.begin(); in ExtractSelection() local 345 std::advance(selection_begin, selection_indices.first); in ExtractSelection() 348 return UnicodeText::UTF8Substring(selection_begin, selection_end); in ExtractSelection()
|