Searched refs:originLength (Results 1 – 2 of 2) sorted by relevance
1585 … auto originLength = static_cast<int32_t>(textfield->contentController_->GetWideText().length()); in HandleOnPaste() local1588 originLength; in HandleOnPaste()1595 textfield->CalcCounterAfterFilterInsertValue(originLength - (end - start), data, in HandleOnPaste()4178 int32_t originLength = 0; in InsertValueOperation() local4186 … originLength = 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() local8248 … static_cast<int32_t>(contentController_->GetWideText().length()) - originLength - (end - start); in OnBackPressed()[all …]
2528 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;