Home
last modified time | relevance | path

Searched refs:getLeftTextOfCursorFunc (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/base/inputmethod/imf/frameworks/ndk/src/
H A Dinputmethod_texteditor_proxy_capi.cpp184 …tMethod_TextEditorProxy *proxy, OH_TextEditorProxy_GetLeftTextOfCursorFunc getLeftTextOfCursorFunc) in OH_TextEditorProxy_SetGetLeftTextOfCursorFunc() argument
191 if (getLeftTextOfCursorFunc == nullptr) { in OH_TextEditorProxy_SetGetLeftTextOfCursorFunc()
196 proxy->getLeftTextOfCursorFunc = getLeftTextOfCursorFunc; in OH_TextEditorProxy_SetGetLeftTextOfCursorFunc()
419 …Method_TextEditorProxy *proxy, OH_TextEditorProxy_GetLeftTextOfCursorFunc *getLeftTextOfCursorFunc) in OH_TextEditorProxy_GetGetLeftTextOfCursorFunc() argument
425 if (getLeftTextOfCursorFunc == nullptr) { in OH_TextEditorProxy_GetGetLeftTextOfCursorFunc()
429 *getLeftTextOfCursorFunc = proxy->getLeftTextOfCursorFunc; in OH_TextEditorProxy_GetGetLeftTextOfCursorFunc()
H A Dnative_text_changed_listener.cpp150 if (textEditor_->getLeftTextOfCursorFunc == nullptr) { in GetLeftTextOfCursor()
167 textEditor_->getLeftTextOfCursorFunc(textEditor_, number, text, &length); in GetLeftTextOfCursor()
H A Dinputmethod_controller_capi.cpp112 CHECK_MEMBER_NULL(textEditor, getLeftTextOfCursorFunc); in IsValidTextEditorProxy()
/ohos5.0/base/inputmethod/imf/interfaces/kits/c/
H A Dinputmethod_text_editor_proxy_capi.h409 …Method_TextEditorProxy *proxy, OH_TextEditorProxy_GetLeftTextOfCursorFunc getLeftTextOfCursorFunc);
623 …ethod_TextEditorProxy *proxy, OH_TextEditorProxy_GetLeftTextOfCursorFunc *getLeftTextOfCursorFunc);
/ohos5.0/base/inputmethod/imf/frameworks/ndk/include/
H A Dnative_inputmethod_types.h58 OH_TextEditorProxy_GetLeftTextOfCursorFunc getLeftTextOfCursorFunc; member
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ime-kit/
H A D_input_method.md138 …ftTextOfCursorFunc](#oh_texteditorproxy_getlefttextofcursorfunc) getLeftTextOfCursorFunc) | 将函数[OH…
153 …TextOfCursorFunc](#oh_texteditorproxy_getlefttextofcursorfunc) \*getLeftTextOfCursorFunc) | 从[Inpu…
2359 …hod_TextEditorProxy * proxy, OH_TextEditorProxy_GetLeftTextOfCursorFunc * getLeftTextOfCursorFunc )
2373 | getLeftTextOfCursorFunc | 表示从proxy获取到的函数[OH_TextEditorProxy_GetLeftTextOfCursorFunc](#oh_textedit…
2809 …ethod_TextEditorProxy * proxy, OH_TextEditorProxy_GetLeftTextOfCursorFunc getLeftTextOfCursorFunc )
2823 | getLeftTextOfCursorFunc | 表示被设置到proxy的函数[OH_TextEditorProxy_GetLeftTextOfCursorFunc](#oh_textedit…
H A Dinputmethod__text__editor__proxy__capi_8h.md57 …nc](_input_method.md#oh_texteditorproxy_getlefttextofcursorfunc) getLeftTextOfCursorFunc) | 将函数[OH…
72 …](_input_method.md#oh_texteditorproxy_getlefttextofcursorfunc) \*getLeftTextOfCursorFunc) | 从[Inpu…
/ohos5.0/docs/en/application-dev/reference/apis-ime-kit/
H A Dinputmethod__text__editor__proxy__capi_8h.md57 …nc](_input_method.md#oh_texteditorproxy_getlefttextofcursorfunc) getLeftTextOfCursorFunc) | Sets t…
72 …](_input_method.md#oh_texteditorproxy_getlefttextofcursorfunc) \*getLeftTextOfCursorFunc) | Obtain…
H A D_input_method.md138 …ftTextOfCursorFunc](#oh_texteditorproxy_getlefttextofcursorfunc) getLeftTextOfCursorFunc) | Sets t…
153 …TextOfCursorFunc](#oh_texteditorproxy_getlefttextofcursorfunc) \*getLeftTextOfCursorFunc) | Obtain…
2359 …hod_TextEditorProxy * proxy, OH_TextEditorProxy_GetLeftTextOfCursorFunc * getLeftTextOfCursorFunc )
2373 | getLeftTextOfCursorFunc | Function [OH_TextEditorProxy_GetLeftTextOfCursorFunc](#oh_texteditorpro…
2809 …ethod_TextEditorProxy * proxy, OH_TextEditorProxy_GetLeftTextOfCursorFunc getLeftTextOfCursorFunc )
2823 | getLeftTextOfCursorFunc | Function [OH_TextEditorProxy_GetLeftTextOfCursorFunc](#oh_texteditorpro…
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinputmethod_controller_capi_test.cpp230 OH_TextEditorProxy_GetLeftTextOfCursorFunc getLeftTextOfCursorFunc = nullptr; in TestGetTextEditorProxyMember() local
231 …_ERR_OK, OH_TextEditorProxy_GetGetLeftTextOfCursorFunc(textEditorProxy, &getLeftTextOfCursorFunc)); in TestGetTextEditorProxyMember()
232 EXPECT_EQ(GetleftTextOfCursorFunc, getLeftTextOfCursorFunc); in TestGetTextEditorProxyMember()