Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.cpp5802 auto aiContentEnd = std::clamp(index + RICH_DEFAULT_AI_WORD, 0, GetTextContentLength()); in OnBackPressed() local
5803 AIDeleteComb(index, aiContentEnd, newPos, false); in OnBackPressed()
10378 int32_t aiContentEnd = GetTextContentLength(); in OnBackPressed() local
10379 aiContentEnd = std::clamp(index + RICH_DEFAULT_AI_WORD, 0, GetTextContentLength()); in OnBackPressed()
10380 AIDeleteComb(index, aiContentEnd, endPosition, false); in OnBackPressed()
10527 int32_t aiContentEnd = GetTextContentLength(); in OnBackPressed() local
10544 aiContentEnd = std::clamp(index + RICH_DEFAULT_AI_WORD, 0, GetTextContentLength()); in OnBackPressed()
10545 AIDeleteComb(index, aiContentEnd, endPosition, backward); in OnBackPressed()