Home
last modified time | relevance | path

Searched defs:oldBegin (Results 1 – 4 of 4) sorted by relevance

/base/miscservices/inputmethod/frameworks/inputmethod_ability/src/
Dinput_method_agent_stub.cpp64 int32_t oldBegin = data.ReadInt32(); in OnRemoteRequest() local
112 …void InputMethodAgentStub::OnSelectionChange(std::u16string text, int32_t oldBegin, int32_t oldEnd, in OnSelectionChange()
Dinput_method_agent_proxy.cpp57 …void InputMethodAgentProxy::OnSelectionChange(std::u16string text, int32_t oldBegin, int32_t oldEn… in OnSelectionChange()
Dinput_method_ability.cpp334 int32_t oldBegin = data->ReadInt32(); in OnSelectionChange() local
/base/miscservices/inputmethod/interfaces/kits/js/napi/inputmethodengine/src/
Djs_keyboard_delegate_listener.cpp195 …void JsKeyboardDelegateListener::OnSelectionChange(int32_t oldBegin, int32_t oldEnd, int32_t newBe… in OnSelectionChange()