Home
last modified time | relevance | path

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

/external/libtextclassifier/
Dtextclassifier_jni.h80 (JNIEnv* env, jobject thiz, jlong ptr, jstring context, jint selection_begin,
84 (JNIEnv* env, jobject thiz, jlong ptr, jstring context, jint selection_begin,
Dtextclassifier_jni.cc361 (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()
Dtext-classifier.cc344 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()