Lines Matching defs:update

285 Scripting::SubtitleLine::checkEmptyPrimaryText(bool update)  in checkEmptyPrimaryText()
291 Scripting::SubtitleLine::checkEmptySecondaryText(bool update) in checkEmptySecondaryText()
297 Scripting::SubtitleLine::checkUntranslatedText(bool update) in checkUntranslatedText()
303 Scripting::SubtitleLine::checkOverlapsWithNext(bool update) in checkOverlapsWithNext()
309 Scripting::SubtitleLine::checkMinDuration(int minMsecs, bool update) in checkMinDuration()
315 Scripting::SubtitleLine::checkMaxDuration(int maxMsecs, bool update) in checkMaxDuration()
321 Scripting::SubtitleLine::checkMinDurationPerPrimaryChar(int minMsecsPerChar, bool update) in checkMinDurationPerPrimaryChar()
327 Scripting::SubtitleLine::checkMinDurationPerSecondaryChar(int minMsecsPerChar, bool update) in checkMinDurationPerSecondaryChar()
333 Scripting::SubtitleLine::checkMaxDurationPerPrimaryChar(int maxMsecsPerChar, bool update) in checkMaxDurationPerPrimaryChar()
339 Scripting::SubtitleLine::checkMaxDurationPerSecondaryChar(int maxMsecsPerChar, bool update) in checkMaxDurationPerSecondaryChar()
345 Scripting::SubtitleLine::checkMaxPrimaryChars(int maxCharacters, bool update) in checkMaxPrimaryChars()
351 Scripting::SubtitleLine::checkMaxSecondaryChars(int maxCharacters, bool update) in checkMaxSecondaryChars()
357 Scripting::SubtitleLine::checkMaxPrimaryLines(int maxLines, bool update) in checkMaxPrimaryLines()
363 Scripting::SubtitleLine::checkMaxSecondaryLines(int maxLines, bool update) in checkMaxSecondaryLines()
369 Scripting::SubtitleLine::checkPrimaryUnneededSpaces(bool update) in checkPrimaryUnneededSpaces()
375 Scripting::SubtitleLine::checkSecondaryUnneededSpaces(bool update) in checkSecondaryUnneededSpaces()
381 Scripting::SubtitleLine::checkPrimaryCapitalAfterEllipsis(bool update) in checkPrimaryCapitalAfterEllipsis()
387 Scripting::SubtitleLine::checkSecondaryCapitalAfterEllipsis(bool update) in checkSecondaryCapitalAfterEllipsis()
393 Scripting::SubtitleLine::checkPrimaryUnneededDash(bool update) in checkPrimaryUnneededDash()
399 Scripting::SubtitleLine::checkSecondaryUnneededDash(bool update) in checkSecondaryUnneededDash()
405 Scripting::SubtitleLine::check(int errorFlagsToCheck, bool update) in check()