Searched refs:error_options (Results 1 – 1 of 1) sorted by relevance
242 inline bool ShouldHandleFormatError(const ErrorOptions& error_options, in ShouldHandleFormatError() argument244 return ((error_options.replace_control_chars && ch <= 0x1F) || format_error); in ShouldHandleFormatError()