Home
last modified time | relevance | path

Searched refs:ChangeSelection (Results 1 - 5 of 5) sorted by relevance

/base/inputmethod/imf/frameworks/cj/include/
H A Dcj_input_method_controller.h38 static int32_t ChangeSelection(const std::string &text, int32_t start, int32_t end);
/base/inputmethod/imf/frameworks/cj/src/
H A Dinput_method_ffi.cpp338 return CjInputMethodController::ChangeSelection(std::string(text), start, end); in FfiInputMethodControllerChangeSelection()
H A Dcj_input_method_controller.cpp140 int32_t CjInputMethodController::ChangeSelection(const std::string &text, int32_t start, int32_t end) in ChangeSelection() function in OHOS::MiscServices::CjInputMethodController
/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
H A Djs_get_input_method_controller.h170 static napi_value ChangeSelection(napi_env env, napi_callback_info info);
H A Djs_get_input_method_controller.cpp78 DECLARE_NAPI_FUNCTION("changeSelection", ChangeSelection), in Init()
635 napi_value JsGetInputMethodController::ChangeSelection(napi_env env, napi_callback_info info)

Completed in 5 milliseconds