Searched refs:appendableLength (Results 1 – 2 of 2) sorted by relevance
304 unsigned appendableLength = unsignedMaxLength > baseLength ? unsignedMaxLength - baseLength : 0; in handleBeforeTextInsertedEvent() local305 event->setText(sanitizeUserInputValue(event->text(), appendableLength)); in handleBeforeTextInsertedEvent()
452 unsigned appendableLength = maxLength > baseLength ? maxLength - baseLength : 0; in handleBeforeTextInsertedEvent() local464 event->setText(limitLength(eventText, appendableLength)); in handleBeforeTextInsertedEvent()