Home
last modified time | relevance | path

Searched refs:isAPI14Plus (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.h1335 const bool isAPI14Plus; variable
H A Drich_editor_pattern.cpp142isAPI14Plus(AceApplicationInfo::GetInstance().GreatOrEqualTargetAPIVersion(PlatformVersion::VERSIO… in RichEditorPattern()
144 isAPI14Plus(true) in RichEditorPattern()
5464 int32_t length = isAPI14Plus ? std::clamp(oriLength, 0, caretPosition_) : oriLength; in DeleteBackward()
5534 …int32_t length = isAPI14Plus ? std::clamp(oriLength, 0, GetTextContentLength() - caretPosition_) :… in DeleteForward()
9723 if (!spans_.empty() || isAPI14Plus) { in OnBackPressed()