Searched refs:ChangeSelection (Results 1 - 5 of 5) sorted by relevance
/base/inputmethod/imf/frameworks/cj/include/ |
H A D | cj_input_method_controller.h | 38 static int32_t ChangeSelection(const std::string &text, int32_t start, int32_t end);
|
/base/inputmethod/imf/frameworks/cj/src/ |
H A D | input_method_ffi.cpp | 338 return CjInputMethodController::ChangeSelection(std::string(text), start, end); in FfiInputMethodControllerChangeSelection()
|
H A D | cj_input_method_controller.cpp | 140 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 D | js_get_input_method_controller.h | 170 static napi_value ChangeSelection(napi_env env, napi_callback_info info);
|
H A D | js_get_input_method_controller.cpp | 78 DECLARE_NAPI_FUNCTION("changeSelection", ChangeSelection), in Init() 635 napi_value JsGetInputMethodController::ChangeSelection(napi_env env, napi_callback_info info)
|
Completed in 5 milliseconds