Searched refs:s2Length (Results 1 – 1 of 1) sorted by relevance
1676 std::optional<size_t> s2Length = getLengthOnSingleLine(SM, s2Start); in removeContextCycles() local1677 if (s2Length && *s2Length <= MAX_SHORT_LINE_LENGTH) { in removeContextCycles()