Home
last modified time | relevance | path

Searched refs:IsSelectEmpty (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.h1298 bool IsSelectEmpty(int32_t start, int32_t end);
H A Drich_editor_pattern.cpp7787 if (IsSelectEmpty(currentPosition, nextPosition)) { in OnBackPressed()
7799 …bool isNeedSkipLineSeparator = !editingLongPress_ && IsSelectEmpty(currentPosition, currentPositio… in OnBackPressed()
7821 bool RichEditorPattern::IsSelectEmpty(int32_t start, int32_t end) in OnBackPressed() function in OHOS::Ace::NG::RichEditorPattern