Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.cpp1585 … auto originLength = static_cast<int32_t>(textfield->contentController_->GetWideText().length()); in HandleOnPaste() local
1588 originLength; in HandleOnPaste()
1595 textfield->CalcCounterAfterFilterInsertValue(originLength - (end - start), data, in HandleOnPaste()
4178 int32_t originLength = 0; in InsertValueOperation() local
4186originLength = static_cast<int32_t>(contentController_->GetWideText().length()) - (end - start); in InsertValueOperation()
4188 …tMoveLength = abs(static_cast<int32_t>(contentController_->GetWideText().length()) - originLength); in InsertValueOperation()
4194 originLength = static_cast<int32_t>(contentController_->GetWideText().length()); in InsertValueOperation()
4199 CalcCounterAfterFilterInsertValue(originLength, insertValue, in InsertValueOperation()
8243 …auto originLength = static_cast<int32_t>(contentController_->GetWideText().length()) - (end - star… in OnBackPressed() local
8248 … static_cast<int32_t>(contentController_->GetWideText().length()) - originLength - (end - start); in OnBackPressed()
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DjsEnumStyle.js2528 let originLength = this.pathArray.length;
2532 let cnt = originLength - this.pathArray.length;
2540 let originLength = this.pathArray.length;
2542 let cnt = originLength - this.pathArray.length;