Home
last modified time | relevance | path

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

/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinputmethod_controller_capi_test.cpp157 void GetRightTextOfCursorFunc(InputMethod_TextEditorProxy *proxy, int32_t number, char16_t text[], … in GetRightTextOfCursorFunc() function
185 …ERR_OK, OH_TextEditorProxy_SetGetRightTextOfCursorFunc(textEditorProxy, GetRightTextOfCursorFunc)); in ConstructTextEditorProxy()
236 EXPECT_EQ(GetRightTextOfCursorFunc, getRightTextOfCursorFunc); in TestGetTextEditorProxyMember()
1475 …ERR_OK, OH_TextEditorProxy_SetGetRightTextOfCursorFunc(textEditorProxy, GetRightTextOfCursorFunc));