Home
last modified time | relevance | path

Searched defs:newEnd (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
H A Dinput_method_agent_stub.cpp69 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()
H A Dinput_method_agent_proxy.cpp52 std::u16string text, int32_t oldBegin, int32_t oldEnd, int32_t newBegin, int32_t newEnd) in OnSelectionChange()
H A Dinput_method_ability.cpp409 int32_t newEnd = data->ReadInt32(); in OnSelectionChange() local
/ohos5.0/base/time/time_service/services/timer/src/
H A Dbatch.cpp86 auto newEnd = std::chrono::steady_clock::time_point::max(); in Remove() local
/ohos5.0/base/inputmethod/imf/test/common/src/
H A Dkeyboard_listener_test_impl.cpp54 …enerTestImpl::OnSelectionChange(int32_t oldBegin, int32_t oldEnd, int32_t newBegin, int32_t newEnd) in OnSelectionChange()
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodability/
H A Djs_keyboard_delegate_setting.h73 int32_t newEnd = 0; member
H A Djs_keyboard_delegate_setting.cpp507 …egateSetting::OnSelectionChange(int32_t oldBegin, int32_t oldEnd, int32_t newBegin, int32_t newEnd) in OnSelectionChange()
/ohos5.0/base/inputmethod/imf/test/fuzztest/inputmethodability_fuzzer/
H A Dinputmethodability_fuzzer.cpp41 void OnSelectionChange(int32_t oldBegin, int32_t oldEnd, int32_t newBegin, int32_t newEnd) in OnSelectionChange()
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinput_method_editor_test.cpp100 …ListenerImpl::OnSelectionChange(int32_t oldBegin, int32_t oldEnd, int32_t newBegin, int32_t newEnd) in OnSelectionChange()
H A Dinput_method_controller_test.cpp208 …void OnSelectionChange(int32_t oldBegin, int32_t oldEnd, int32_t newBegin, int32_t newEnd) override in OnSelectionChange()
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/
H A Dinput_method_utils.h166 int32_t newEnd = INVALID_VALUE; member
/ohos5.0/base/inputmethod/imf/services/src/
H A Dime_info_inquirer.cpp324 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
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/span/
H A Dmutable_span_string.cpp249 auto newEnd = (op != SpanStringOperation::REMOVE) ? std::max(end, spanEnd) : start; in ProcessSpanBaseList() local
H A Dspan_string.cpp743 int32_t newEnd = intersection->second; in GetSpan() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.cpp2216 int32_t newEnd = textIter.spanPosition.spanRange[RichEditorSpanRange::RANGEEND]; in MixTextEmojiUpdateStyle() local