Searched refs:selection_end (Results 1 – 8 of 8) sorted by relevance
/external/pdfium/xfa/fwl/ |
D | cfwl_eventtextwillchange.h | 21 size_t selection_end = 0; variable
|
D | cfwl_edit.cpp | 303 event.selection_end = change->selection_end; in OnTextWillChange() 310 change->selection_end = event.selection_end; in OnTextWillChange()
|
/external/libtextclassifier/native/annotator/ |
D | annotator_jni.h | 64 jint selection_end, jobject options); 68 jint selection_end, jobject options, jobject app_context,
|
D | annotator_jni.cc | 626 jint selection_end, jobject options) { in TC3_JNI_METHOD() 634 ConvertIndicesBMPToUTF8(context_utf8, {selection_begin, selection_end}); in TC3_JNI_METHOD() 654 jint selection_end, jobject options, jobject app_context, in TC3_JNI_METHOD() 665 ConvertIndicesBMPToUTF8(context_utf8, {selection_begin, selection_end}); in TC3_JNI_METHOD()
|
D | annotator.cc | 1366 [](const Token& token, int selection_end) { in CopyCachedTokens() argument 1367 return token.start < selection_end; in CopyCachedTokens()
|
/external/pdfium/xfa/fde/ |
D | cfde_texteditengine.cpp | 262 change.selection_end = idx; in Insert() 277 if (change.selection_end != change.selection_start) in Insert() 836 change.selection_end = start_idx + length; in Delete() 844 length = change.selection_end - change.selection_start; in Delete() 887 change.selection_end = selection_.start_idx + selection_.count; in ReplaceSelectedText() 898 selection_.count = change.selection_end - change.selection_start; in ReplaceSelectedText()
|
D | cfde_texteditengine.h | 68 size_t selection_end; member
|
/external/pdfium/xfa/fxfa/ |
D | cxfa_fftextedit.cpp | 336 eParam.m_iSelEnd = static_cast<int32_t>(event->selection_end); in OnTextWillChange() 345 event->selection_end = static_cast<size_t>(eParam.m_iSelEnd); in OnTextWillChange()
|