Home
last modified time | relevance | path

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

/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinputmethod_controller_capi_test.cpp156 void GetleftTextOfCursorFunc(InputMethod_TextEditorProxy *proxy, int32_t number, char16_t text[], s… in GetleftTextOfCursorFunc() function
184 …E_ERR_OK, OH_TextEditorProxy_SetGetLeftTextOfCursorFunc(textEditorProxy, GetleftTextOfCursorFunc)); in ConstructTextEditorProxy()
232 EXPECT_EQ(GetleftTextOfCursorFunc, getLeftTextOfCursorFunc); in TestGetTextEditorProxyMember()
1472 …E_ERR_OK, OH_TextEditorProxy_SetGetLeftTextOfCursorFunc(textEditorProxy, GetleftTextOfCursorFunc));