Home
last modified time | relevance | path

Searched refs:insertValueLength (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.h1176 … const RefPtr<SpanNode>& spanNode, int32_t insertValueLength, bool isCreate, bool isIme = true);
H A Drich_editor_pattern.cpp5300 const RefPtr<SpanNode>& spanNode, int32_t insertValueLength, bool isCreate, bool isIME) in AfterInsertValue() argument
5304 moveLength_ += insertValueLength; in AfterInsertValue()
5307 AfterIMEInsertValue(spanNode, insertValueLength, isCreate); in AfterInsertValue()
5313 …tern::AfterIMEInsertValue(const RefPtr<SpanNode>& spanNode, int32_t insertValueLength, bool isCrea… in AfterIMEInsertValue() argument
5323 retInfo.SetEraseLength(insertValueLength); in AfterIMEInsertValue()
5350 TextRange onDidIMEInputRange{ caretPosition_, caretPosition_ + insertValueLength }; in AfterIMEInsertValue()