Home
last modified time | relevance | path

Searched defs:oldEnd (Results 1 – 8 of 8) sorted by relevance

/base/inputmethod/imf/frameworks/inputmethod_ability/src/
Dinput_method_agent_stub.cpp66 int32_t oldEnd = data.ReadInt32(); in OnRemoteRequest() local
113 …void InputMethodAgentStub::OnSelectionChange(std::u16string text, int32_t oldBegin, int32_t oldEnd, in OnSelectionChange()
Dinput_method_agent_proxy.cpp58 …oid InputMethodAgentProxy::OnSelectionChange(std::u16string text, int32_t oldBegin, int32_t oldEnd, in OnSelectionChange()
Dinput_method_ability.cpp310 int32_t oldEnd = data->ReadInt32(); in OnSelectionChange() local
/base/inputmethod/imf/interfaces/kits/js/napi/inputmethodability/
Djs_keyboard_delegate_setting.h111 int32_t oldEnd = 0; member
Djs_keyboard_delegate_setting.cpp432 void JsKeyboardDelegateSetting::OnSelectionChange(int32_t oldBegin, int32_t oldEnd, int32_t newBegi… in OnSelectionChange()
/base/inputmethod/imf/test/fuzztest/inputmethodability_fuzzer/
Dinputmethodability_fuzzer.cpp38 void OnSelectionChange(int32_t oldBegin, int32_t oldEnd, int32_t newBegin, int32_t newEnd) {} in OnSelectionChange()
/base/inputmethod/imf/unitest/src/
Dinput_method_controller_test.cpp194 …void KeyboardListenerImpl::OnSelectionChange(int32_t oldBegin, int32_t oldEnd, int32_t newBegin, i… in OnSelectionChange()
/base/update/updater/services/diffpatch/diff/
Dblocks_diff.cpp632 … BlockBuffer oldEnd = {oldInfo.buffer + suffixArray_[end], oldInfo.length - suffixArray_[end]}; in Search() local