Searched defs:oldEnd (Results 1 – 10 of 10) sorted by relevance
/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/ |
D | input_method_agent_stub.cpp | 66 int32_t oldEnd = data.ReadInt32(); in OnRemoteRequest() local 126 std::u16string text, int32_t oldBegin, int32_t oldEnd, int32_t newBegin, int32_t newEnd) in OnSelectionChange()
|
D | input_method_agent_proxy.cpp | 48 std::u16string text, int32_t oldBegin, int32_t oldEnd, int32_t newBegin, int32_t newEnd) in OnSelectionChange()
|
D | input_method_ability.cpp | 331 int32_t oldEnd = data->ReadInt32(); in OnSelectionChange() local
|
/base/inputmethod/imf/frameworks/js/napi/inputmethodability/ |
D | js_keyboard_delegate_setting.h | 70 int32_t oldEnd = 0; member
|
D | js_keyboard_delegate_setting.cpp | 425 void JsKeyboardDelegateSetting::OnSelectionChange(int32_t oldBegin, int32_t oldEnd, int32_t newBegi… in OnSelectionChange()
|
/base/inputmethod/imf/test/fuzztest/inputmethodability_fuzzer/ |
D | inputmethodability_fuzzer.cpp | 35 void OnSelectionChange(int32_t oldBegin, int32_t oldEnd, int32_t newBegin, int32_t newEnd) {} in OnSelectionChange()
|
/base/inputmethod/imf/test/unittest/cpp_test/src/ |
D | input_method_editor_test.cpp | 80 void KeyboardListenerImpl::OnSelectionChange(int32_t oldBegin, int32_t oldEnd, int32_t newBegin, in… in OnSelectionChange()
|
D | input_method_controller_test.cpp | 154 …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/ |
D | input_method_utils.h | 123 int32_t oldEnd = INVALID_VALUE; member
|
/base/update/updater/services/diffpatch/diff/ |
D | blocks_diff.cpp | 648 … BlockBuffer oldEnd = {oldInfo.buffer + suffixArray_[end], oldInfo.length - suffixArray_[end]}; in Search() local
|