Searched defs:newEnd (Results 1 – 12 of 12) sorted by relevance
| /base/inputmethod/imf/frameworks/native/inputmethod_ability/src/ |
| D | input_method_agent_stub.cpp | 69 int32_t newEnd = data.ReadInt32(); in OnRemoteRequest() local 156 std::u16string text, int32_t oldBegin, int32_t oldEnd, int32_t newBegin, int32_t newEnd) in OnSelectionChange()
|
| D | input_method_agent_proxy.cpp | 52 std::u16string text, int32_t oldBegin, int32_t oldEnd, int32_t newBegin, int32_t newEnd) in OnSelectionChange()
|
| D | input_method_ability.cpp | 405 int32_t newEnd = data->ReadInt32(); in OnSelectionChange() local
|
| /base/time/time_service/services/timer/src/ |
| D | batch.cpp | 86 auto newEnd = std::chrono::steady_clock::time_point::max(); in Remove() local
|
| /base/inputmethod/imf/test/common/src/ |
| D | keyboard_listener_test_impl.cpp | 54 …enerTestImpl::OnSelectionChange(int32_t oldBegin, int32_t oldEnd, int32_t newBegin, int32_t newEnd) in OnSelectionChange()
|
| /base/inputmethod/imf/frameworks/js/napi/inputmethodability/ |
| D | js_keyboard_delegate_setting.h | 73 int32_t newEnd = 0; member
|
| D | js_keyboard_delegate_setting.cpp | 507 …egateSetting::OnSelectionChange(int32_t oldBegin, int32_t oldEnd, int32_t newBegin, int32_t newEnd) in OnSelectionChange()
|
| /base/inputmethod/imf/test/fuzztest/inputmethodability_fuzzer/ |
| D | inputmethodability_fuzzer.cpp | 41 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 | 100 …ListenerImpl::OnSelectionChange(int32_t oldBegin, int32_t oldEnd, int32_t newBegin, int32_t newEnd) in OnSelectionChange()
|
| D | input_method_controller_test.cpp | 208 …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 | 166 int32_t newEnd = INVALID_VALUE; member
|
| /base/inputmethod/imf/services/src/ |
| D | ime_info_inquirer.cpp | 324 auto newEnd = std::remove_if(props.begin(), props.end(), [&enableVec](const auto &prop) { in ListEnabledInputMethod() local 355 auto newEnd = std::remove_if(props.begin(), props.end(), [&enableVec](const auto &prop) { in ListDisabledInputMethod() local
|