Home
last modified time | relevance | path

Searched defs:insertLength (Results 1 – 2 of 2) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
Dtext_field_pattern.cpp10775 auto insertLength = insertValue.length(); in OnBackPressed() local
10936 int32_t insertLength = 0; in OnBackPressed() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
Drich_editor_pattern.cpp6186 auto insertLength = static_cast<int32_t>(insertValue.length()); in InsertValueOperation() local