// Include the non-inl header before the rest of the headers. inline constexpr bool IsCarriageReturn(base::uc32 c) { return c == 0x000D; } inline constexpr bool IsLineFeed(base::uc32 c) { return c == ...