Searched refs:getRightTextOfCursorFunc (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/base/inputmethod/imf/frameworks/ndk/src/ |
H A D | inputmethod_texteditor_proxy_capi.cpp | 200 …ethod_TextEditorProxy *proxy, OH_TextEditorProxy_GetRightTextOfCursorFunc getRightTextOfCursorFunc) in OH_TextEditorProxy_SetGetRightTextOfCursorFunc() argument 207 if (getRightTextOfCursorFunc == nullptr) { in OH_TextEditorProxy_SetGetRightTextOfCursorFunc() 212 proxy->getRightTextOfCursorFunc = getRightTextOfCursorFunc; in OH_TextEditorProxy_SetGetRightTextOfCursorFunc() 434 …thod_TextEditorProxy *proxy, OH_TextEditorProxy_GetRightTextOfCursorFunc *getRightTextOfCursorFunc) in OH_TextEditorProxy_GetGetRightTextOfCursorFunc() argument 440 if (getRightTextOfCursorFunc == nullptr) { in OH_TextEditorProxy_GetGetRightTextOfCursorFunc() 444 *getRightTextOfCursorFunc = proxy->getRightTextOfCursorFunc; in OH_TextEditorProxy_GetGetRightTextOfCursorFunc()
|
H A D | native_text_changed_listener.cpp | 181 if (textEditor_->getRightTextOfCursorFunc == nullptr) { in GetRightTextOfCursor() 198 textEditor_->getRightTextOfCursorFunc(textEditor_, number, text, &length); in GetRightTextOfCursor()
|
H A D | inputmethod_controller_capi.cpp | 113 CHECK_MEMBER_NULL(textEditor, getRightTextOfCursorFunc); in IsValidTextEditorProxy()
|
/ohos5.0/base/inputmethod/imf/interfaces/kits/c/ |
H A D | inputmethod_text_editor_proxy_capi.h | 423 …thod_TextEditorProxy *proxy, OH_TextEditorProxy_GetRightTextOfCursorFunc getRightTextOfCursorFunc); 638 …hod_TextEditorProxy *proxy, OH_TextEditorProxy_GetRightTextOfCursorFunc *getRightTextOfCursorFunc);
|
/ohos5.0/base/inputmethod/imf/frameworks/ndk/include/ |
H A D | native_inputmethod_types.h | 59 OH_TextEditorProxy_GetRightTextOfCursorFunc getRightTextOfCursorFunc; member
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ime-kit/ |
H A D | _input_method.md | 139 …TextOfCursorFunc](#oh_texteditorproxy_getrighttextofcursorfunc) getRightTextOfCursorFunc) | 将函数[OH… 154 …xtOfCursorFunc](#oh_texteditorproxy_getrighttextofcursorfunc) \*getRightTextOfCursorFunc) | 从[Inpu… 2389 …d_TextEditorProxy * proxy, OH_TextEditorProxy_GetRightTextOfCursorFunc * getRightTextOfCursorFunc ) 2403 | getRightTextOfCursorFunc | 表示从proxy获取到的函数[OH_TextEditorProxy_GetRightTextOfCursorFunc](#oh_texted… 2839 …hod_TextEditorProxy * proxy, OH_TextEditorProxy_GetRightTextOfCursorFunc getRightTextOfCursorFunc ) 2853 | getRightTextOfCursorFunc | 表示被设置到proxy的函数[OH_TextEditorProxy_GetRightTextOfCursorFunc](#oh_texted…
|
H A D | inputmethod__text__editor__proxy__capi_8h.md | 58 …](_input_method.md#oh_texteditorproxy_getrighttextofcursorfunc) getRightTextOfCursorFunc) | 将函数[OH… 73 …_input_method.md#oh_texteditorproxy_getrighttextofcursorfunc) \*getRightTextOfCursorFunc) | 从[Inpu…
|
/ohos5.0/docs/en/application-dev/reference/apis-ime-kit/ |
H A D | inputmethod__text__editor__proxy__capi_8h.md | 58 …](_input_method.md#oh_texteditorproxy_getrighttextofcursorfunc) getRightTextOfCursorFunc) | Sets t… 73 …_input_method.md#oh_texteditorproxy_getrighttextofcursorfunc) \*getRightTextOfCursorFunc) | Obtain…
|
H A D | _input_method.md | 139 …TextOfCursorFunc](#oh_texteditorproxy_getrighttextofcursorfunc) getRightTextOfCursorFunc) | Sets t… 154 …xtOfCursorFunc](#oh_texteditorproxy_getrighttextofcursorfunc) \*getRightTextOfCursorFunc) | Obtain… 2389 …d_TextEditorProxy * proxy, OH_TextEditorProxy_GetRightTextOfCursorFunc * getRightTextOfCursorFunc ) 2403 | getRightTextOfCursorFunc | Function [OH_TextEditorProxy_GetRightTextOfCursorFunc](#oh_texteditorp… 2839 …hod_TextEditorProxy * proxy, OH_TextEditorProxy_GetRightTextOfCursorFunc getRightTextOfCursorFunc ) 2853 | getRightTextOfCursorFunc | Function [OH_TextEditorProxy_GetRightTextOfCursorFunc](#oh_texteditorp…
|
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/ |
H A D | inputmethod_controller_capi_test.cpp | 234 OH_TextEditorProxy_GetRightTextOfCursorFunc getRightTextOfCursorFunc = nullptr; in TestGetTextEditorProxyMember() local 235 …RR_OK, OH_TextEditorProxy_GetGetRightTextOfCursorFunc(textEditorProxy, &getRightTextOfCursorFunc)); in TestGetTextEditorProxyMember() 236 EXPECT_EQ(GetRightTextOfCursorFunc, getRightTextOfCursorFunc); in TestGetTextEditorProxyMember()
|