Searched refs:allowedLength (Results 1 – 1 of 1) sorted by relevance
392 unsigned allowedLength = maskLength; in validateInputMask() local394 allowedLength -= escapeCharCount; in validateInputMask()399 allowedLength = data.maxInputCharsAllowed(); in validateInputMask()402 allowedLength = leftLen + allowedLength - 2; in validateInputMask()406 if (allowedLength < data.maxInputCharsAllowed()) in validateInputMask()407 data.setMaxInputCharsAllowed(allowedLength); in validateInputMask()