Home
last modified time | relevance | path

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

/ohos5.0/base/inputmethod/imf/frameworks/ndk/src/
H A Dinputmethod_texteditor_proxy_capi.cpp216 …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 Dnative_text_changed_listener.cpp211 if (textEditor_->getTextIndexAtCursorFunc == nullptr) { in GetTextIndexAtCursor()
216 return textEditor_->getTextIndexAtCursorFunc(textEditor_); in GetTextIndexAtCursor()
H A Dinputmethod_controller_capi.cpp114 CHECK_MEMBER_NULL(textEditor, getTextIndexAtCursorFunc); in IsValidTextEditorProxy()
/ohos5.0/base/inputmethod/imf/interfaces/kits/c/
H A Dinputmethod_text_editor_proxy_capi.h437 …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 Dnative_inputmethod_types.h60 OH_TextEditorProxy_GetTextIndexAtCursorFunc getTextIndexAtCursorFunc; member
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ime-kit/
H A D_input_method.md140 …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 Dinputmethod__text__editor__proxy__capi_8h.md59 …](_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 Dinputmethod__text__editor__proxy__capi_8h.md59 …](_input_method.md#oh_texteditorproxy_gettextindexatcursorfunc) getTextIndexAtCursorFunc) | Sets t…
74 …_input_method.md#oh_texteditorproxy_gettextindexatcursorfunc) \*getTextIndexAtCursorFunc) | Obtain…
H A D_input_method.md140 …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 Dinputmethod_controller_capi_test.cpp238 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()