Searched refs:getTextIndexAtCursorFunc (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/base/inputmethod/imf/frameworks/ndk/src/ |
H A D | inputmethod_texteditor_proxy_capi.cpp | 216 …ethod_TextEditorProxy *proxy, OH_TextEditorProxy_GetTextIndexAtCursorFunc getTextIndexAtCursorFunc) in OH_TextEditorProxy_SetGetTextIndexAtCursorFunc() argument 223 if (getTextIndexAtCursorFunc == nullptr) { in OH_TextEditorProxy_SetGetTextIndexAtCursorFunc() 228 proxy->getTextIndexAtCursorFunc = getTextIndexAtCursorFunc; in OH_TextEditorProxy_SetGetTextIndexAtCursorFunc() 449 …thod_TextEditorProxy *proxy, OH_TextEditorProxy_GetTextIndexAtCursorFunc *getTextIndexAtCursorFunc) in OH_TextEditorProxy_GetGetTextIndexAtCursorFunc() argument 455 if (getTextIndexAtCursorFunc == nullptr) { in OH_TextEditorProxy_GetGetTextIndexAtCursorFunc() 459 *getTextIndexAtCursorFunc = proxy->getTextIndexAtCursorFunc; in OH_TextEditorProxy_GetGetTextIndexAtCursorFunc()
|
H A D | native_text_changed_listener.cpp | 211 if (textEditor_->getTextIndexAtCursorFunc == nullptr) { in GetTextIndexAtCursor() 216 return textEditor_->getTextIndexAtCursorFunc(textEditor_); in GetTextIndexAtCursor()
|
H A D | inputmethod_controller_capi.cpp | 114 CHECK_MEMBER_NULL(textEditor, getTextIndexAtCursorFunc); in IsValidTextEditorProxy()
|
/ohos5.0/base/inputmethod/imf/interfaces/kits/c/ |
H A D | inputmethod_text_editor_proxy_capi.h | 437 …thod_TextEditorProxy *proxy, OH_TextEditorProxy_GetTextIndexAtCursorFunc getTextIndexAtCursorFunc); 653 …hod_TextEditorProxy *proxy, OH_TextEditorProxy_GetTextIndexAtCursorFunc *getTextIndexAtCursorFunc);
|
/ohos5.0/base/inputmethod/imf/frameworks/ndk/include/ |
H A D | native_inputmethod_types.h | 60 OH_TextEditorProxy_GetTextIndexAtCursorFunc getTextIndexAtCursorFunc; member
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ime-kit/ |
H A D | _input_method.md | 140 …ndexAtCursorFunc](#oh_texteditorproxy_gettextindexatcursorfunc) getTextIndexAtCursorFunc) | 将函数[OH… 155 …exAtCursorFunc](#oh_texteditorproxy_gettextindexatcursorfunc) \*getTextIndexAtCursorFunc) | 从[Inpu… 2449 …d_TextEditorProxy * proxy, OH_TextEditorProxy_GetTextIndexAtCursorFunc * getTextIndexAtCursorFunc ) 2463 | getTextIndexAtCursorFunc | 表示从proxy获取到的函数[OH_TextEditorProxy_GetTextIndexAtCursorFunc](#oh_texted… 2899 …hod_TextEditorProxy * proxy, OH_TextEditorProxy_GetTextIndexAtCursorFunc getTextIndexAtCursorFunc ) 2913 | getTextIndexAtCursorFunc | 表示被设置到proxy的函数[OH_TextEditorProxy_GetTextIndexAtCursorFunc](#oh_texted…
|
H A D | inputmethod__text__editor__proxy__capi_8h.md | 59 …](_input_method.md#oh_texteditorproxy_gettextindexatcursorfunc) getTextIndexAtCursorFunc) | 将函数[OH… 74 …_input_method.md#oh_texteditorproxy_gettextindexatcursorfunc) \*getTextIndexAtCursorFunc) | 从[Inpu…
|
/ohos5.0/docs/en/application-dev/reference/apis-ime-kit/ |
H A D | inputmethod__text__editor__proxy__capi_8h.md | 59 …](_input_method.md#oh_texteditorproxy_gettextindexatcursorfunc) getTextIndexAtCursorFunc) | Sets t… 74 …_input_method.md#oh_texteditorproxy_gettextindexatcursorfunc) \*getTextIndexAtCursorFunc) | Obtain…
|
H A D | _input_method.md | 140 …ndexAtCursorFunc](#oh_texteditorproxy_gettextindexatcursorfunc) getTextIndexAtCursorFunc) | Sets t… 155 …exAtCursorFunc](#oh_texteditorproxy_gettextindexatcursorfunc) \*getTextIndexAtCursorFunc) | Obtain… 2449 …d_TextEditorProxy * proxy, OH_TextEditorProxy_GetTextIndexAtCursorFunc * getTextIndexAtCursorFunc ) 2463 | getTextIndexAtCursorFunc | Function [OH_TextEditorProxy_GetTextIndexAtCursorFunc](#oh_texteditorp… 2899 …hod_TextEditorProxy * proxy, OH_TextEditorProxy_GetTextIndexAtCursorFunc getTextIndexAtCursorFunc ) 2913 | getTextIndexAtCursorFunc | Function [OH_TextEditorProxy_GetTextIndexAtCursorFunc](#oh_texteditorp…
|
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/ |
H A D | inputmethod_controller_capi_test.cpp | 238 OH_TextEditorProxy_GetTextIndexAtCursorFunc getTextIndexAtCursorFunc = nullptr; in TestGetTextEditorProxyMember() local 239 …RR_OK, OH_TextEditorProxy_GetGetTextIndexAtCursorFunc(textEditorProxy, &getTextIndexAtCursorFunc)); in TestGetTextEditorProxyMember() 240 EXPECT_EQ(GetTextIndexAtCursorFunc, getTextIndexAtCursorFunc); in TestGetTextEditorProxyMember()
|