Searched refs:FD_Continue (Results 1 – 3 of 3) sorted by relevance
54 Tok.setDecision((Newlines > 0) ? FD_Break : FD_Continue); in replaceWhitespace()
1211 if (LastFormat == FD_Unformatted || LastFormat == FD_Continue) in analyzeSolutionSpace()
177 enum FormatDecision { FD_Unformatted, FD_Continue, FD_Break }; enumerator