/ohos5.0/base/global/i18n/frameworks/intl/entity_recognition/date_time_recognition/src/ |
H A D | date_time_filter.cpp | 97 … if (match.GetBegin() >= clearMatch.GetBegin() && match.GetEnd() <= clearMatch.GetEnd()) { in FilterByRules() 145 … if (!(currentMatch.GetBegin() == match.GetBegin() && currentMatch.GetEnd() == match.GetEnd()) && in FilterOverlayFirst() 147 … currentMatch.GetEnd() < match.GetEnd()) && !(match.GetBegin() < currentMatch.GetBegin() && in FilterOverlayFirst() 148 … currentMatch.GetBegin() < match.GetEnd() && match.GetEnd() < currentMatch.GetEnd())) { in FilterOverlayFirst() 182 … if ((currentMatch.GetBegin() > match.GetBegin() && currentMatch.GetEnd() <= match.GetEnd()) || in FilterOverlaySecond() 183 … (currentMatch.GetBegin() == match.GetBegin() && currentMatch.GetEnd() < match.GetEnd())) { in FilterOverlaySecond() 186 … else if (currentMatch.GetBegin() <= match.GetBegin() && currentMatch.GetEnd() >= match.GetEnd()) { in FilterOverlaySecond() 268 …icu::UnicodeString right = content.tempSubString(nextMatch.GetEnd(), end + 1 - nextMatch.GetEnd()); in DealMatchE() 274 match.SetEnd(nextMatch.GetEnd() + add); in DealMatchE() 494 …cu::UnicodeString ss = content.tempSubString(current.GetEnd(), nextMatch.GetBegin() - current.GetE… in GetResult() [all …]
|
H A D | date_rule_init.cpp | 135 …icu::UnicodeString subMessage = message.tempSubString(match.GetBegin(), match.GetEnd() - match.Get… in GetMatchedInfo() 139 subMatch.SetEnd(subMatch.GetEnd() + match.GetBegin()); in GetMatchedInfo()
|
H A D | date_time_matched.cpp | 54 result[i * posDateTime + posEnd] = matches[i].GetEnd(); in GetMatchedDateTime()
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/ |
H A D | ark_imfselection_range_adapter_wrapper.cpp | 31 int32_t ArkIMFSelectionRangeAdapterWrapper::GetEnd() in GetEnd() function in OHOS::ArkWeb::ArkIMFSelectionRangeAdapterWrapper 33 return ctocpp_->GetEnd(); in GetEnd()
|
H A D | ark_imfselection_range_adapter_wrapper.h | 31 int32_t GetEnd() override;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/ |
H A D | ark_imf_selection_range_adapter_impl.cpp | 30 int32_t ArkIMFSelectionRangeAdapterImpl::GetEnd() in GetEnd() function in OHOS::ArkWeb::ArkIMFSelectionRangeAdapterImpl 32 return real_->GetEnd(); in GetEnd()
|
H A D | ark_imf_selection_range_adapter_impl.h | 31 int32_t GetEnd() override;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | date_picker_composed_element.cpp | 44 DumpLog::GetInstance().AddDesc(std::string("end: ").append(GetEnd())); in Dump() 71 jsonValue->Put("end", GetEnd().c_str()); in GetConstructor() 92 std::string DatePickerComposedElement::GetEnd() const in GetEnd() function in OHOS::Ace::V2::DatePickerComposedElement
|
H A D | date_picker_dialog_composed_element.cpp | 52 jsonValue->Put("end", GetEnd().c_str()); in GetShow() 81 std::string DatePickerDialogComposedElement::GetEnd() const in GetEnd() function in OHOS::Ace::V2::DatePickerDialogComposedElement
|
H A D | date_picker_dialog_composed_element.h | 37 std::string GetEnd() const;
|
H A D | date_picker_composed_element.h | 36 std::string GetEnd() const;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/ime/ |
H A D | text_editing_value.cpp | 149 int32_t end = selection.GetEnd(); in SelectionAwareTextManipulation() 207 int32_t end = selection.GetEnd(); in GetSelectedText() 227 int32_t end = textSelection.GetEnd(); in GetSelectedText() 246 int32_t end = selection.GetEnd(); in GetAfterSelection()
|
H A D | text_compose.h | 60 inline int32_t GetEnd() const in GetEnd() function
|
H A D | text_selection.h | 71 inline int32_t GetEnd() const in GetEnd() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/ |
H A D | render_text_field.cpp | 851 UpdateSelection(selection.GetStart(), selection.GetEnd()); in OnDoubleClick() 899 auto selEnd = GetEditingValue().selection.GetEnd(); in ShowTextOverlay() 1234 UpdateSelection(GetEditingValue().selection.GetEnd()); in CloseKeyboard() 1592 auto end = valueToUpdate.selection.GetEnd(); in KeyboardEditingValueFilter() 1869 int32_t endPos = GetEditingValue().selection.GetEnd(); in DeleteLeft() 1876 int32_t endPos = GetEditingValue().selection.GetEnd(); in DeleteRight() 2026 auto selEnd = GetEditingValue().selection.GetEnd(); in UpdateOverlay() 2109 jsonResult->Put("end", newValue.selection.GetEnd()); in FireSelectChangeIfNeeded() 2303 UpdateSelection(GetEditingValue().selection.GetEnd()); in SetIsOverlayShowed() 2321 int32_t endPos = value.selection.GetEnd(); in HandleOnSelect() [all …]
|
/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/netstats/include/context/ |
H A D | get_iface_stats_context.h | 42 uint32_t GetEnd() const;
|
H A D | get_iface_uid_stats_context.h | 42 uint32_t GetEnd() const;
|
H A D | update_iface_stats_context.h | 44 uint32_t GetEnd() const;
|
/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/netstats/src/ |
H A D | statistics_exec.cpp | 97 … context->GetEnd(), context->GetStatsInfo()); in ExecGetIfaceStats() 105 … context->GetStart(), context->GetEnd(), in ExecGetIfaceUidStats() 114 … context->GetEnd(), context->GetStatsInfo()); in ExecUpdateIfacesStats()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | motion_path_option.h | 55 float GetEnd() const in GetEnd() function
|
/ohos5.0/base/global/i18n/frameworks/intl/entity_recognition/phone_number_recognition/include/ |
H A D | matched_number_info.h | 44 int GetEnd() in GetEnd() function
|
/ohos5.0/base/time/time_service/services/timer/include/ |
H A D | batch.h | 33 std::chrono::steady_clock::time_point GetEnd() const;
|
/ohos5.0/base/global/i18n/frameworks/intl/entity_recognition/date_time_recognition/include/ |
H A D | matched_date_time_info.h | 66 int GetEnd() in GetEnd() function
|
/ohos5.0/base/global/i18n/frameworks/intl/test/fuzztest/phonenumbermatched_fuzzer/ |
H A D | phonenumbermatched_fuzzer.cpp | 50 matchedNumberInfo2->GetEnd(); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/global/i18n/frameworks/intl/test/fuzztest/datetimefilter_fuzzer/ |
H A D | datetimefilter_fuzzer.cpp | 48 matchedDateTimeInfo->GetEnd(); in DoSomethingTestWithMyAPI()
|