Searched refs:_MAX_LENGTH (Results 1 – 1 of 1) sorted by relevance
8 _MAX_LENGTH = 80 variable13 _MIN_DIFF_LEN = _MAX_LENGTH - \27 if maxlen <= _MAX_LENGTH:33 common_len = _MAX_LENGTH - \37 (maxlen - prefixlen) < _MAX_LENGTH50 if not short or len(result) < _MAX_LENGTH:52 return result[:_MAX_LENGTH] + ' [truncated]...'