Home
last modified time | relevance | path

Searched defs:newBegin (Results 1 – 10 of 10) sorted by relevance

/base/inputmethod/imf/test/common/src/
Dkeyboard_listener_test_impl.cpp54 void KeyboardListenerTestImpl::OnSelectionChange(int32_t oldBegin, int32_t oldEnd, int32_t newBegin in OnSelectionChange()
91 bool KeyboardListenerTestImpl::WaitSelectionChange(int32_t newBegin) in WaitSelectionChange()
/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
Dinput_method_agent_stub.cpp68 int32_t newBegin = data.ReadInt32(); in OnRemoteRequest() local
156 std::u16string text, int32_t oldBegin, int32_t oldEnd, int32_t newBegin, int32_t newEnd) in OnSelectionChange()
Dinput_method_agent_proxy.cpp52 std::u16string text, int32_t oldBegin, int32_t oldEnd, int32_t newBegin, int32_t newEnd) in OnSelectionChange()
Dinput_method_ability.cpp404 int32_t newBegin = data->ReadInt32(); in OnSelectionChange() local
/base/inputmethod/imf/frameworks/js/napi/inputmethodability/
Djs_keyboard_delegate_setting.h72 int32_t newBegin = 0; member
Djs_keyboard_delegate_setting.cpp507 …elegateSetting::OnSelectionChange(int32_t oldBegin, int32_t oldEnd, int32_t newBegin, int32_t newE… in OnSelectionChange()
/base/inputmethod/imf/test/fuzztest/inputmethodability_fuzzer/
Dinputmethodability_fuzzer.cpp41 void OnSelectionChange(int32_t oldBegin, int32_t oldEnd, int32_t newBegin, int32_t newEnd) in OnSelectionChange()
/base/inputmethod/imf/test/unittest/cpp_test/src/
Dinput_method_editor_test.cpp100 void KeyboardListenerImpl::OnSelectionChange(int32_t oldBegin, int32_t oldEnd, int32_t newBegin, in… in OnSelectionChange()
Dinput_method_controller_test.cpp208 …void OnSelectionChange(int32_t oldBegin, int32_t oldEnd, int32_t newBegin, int32_t newEnd) override in OnSelectionChange()
/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/
Dinput_method_utils.h165 int32_t newBegin = INVALID_VALUE; member