Searched refs:isAPI14Plus (Results 1 – 2 of 2) sorted by relevance
1335 const bool isAPI14Plus; variable
142 …isAPI14Plus(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()