Lines Matching +defs:error +defs:c
677 inline int CountIf(const Container& c, Predicate predicate) { in CountIf()
690 void ForEach(const Container& c, Functor functor) { in ForEach()
5384 static bool IsNormalizableWhitespace(char c) { in IsNormalizableWhitespace()
5389 static bool IsValidXmlCharacter(char c) { in IsValidXmlCharacter()
8579 Message error; in FailFromInternalError() local
9956 static bool IsPathSeparator(char c) { in IsPathSeparator()
11121 bool IsValidEscape(char c) { in IsValidEscape()
11217 bool escaped, char c, char repeat, const char* regex, in MatchRepetitionAndRegexAtHead()
11877 inline bool IsPrintableAscii(char32_t c) { return 0x20 <= c && c <= 0x7E; } in IsPrintableAscii()
11883 static CharFormat PrintAsCharLiteralTo(Char c, ostream* os) { in PrintAsCharLiteralTo()
11932 static CharFormat PrintAsStringLiteralTo(char32_t c, ostream* os) { in PrintAsStringLiteralTo()
11977 static CharFormat PrintAsStringLiteralTo(char c, ostream* os) { in PrintAsStringLiteralTo()
11982 static CharFormat PrintAsStringLiteralTo(char8_t c, ostream* os) { in PrintAsStringLiteralTo()
11987 static CharFormat PrintAsStringLiteralTo(char16_t c, ostream* os) { in PrintAsStringLiteralTo()
11991 static CharFormat PrintAsStringLiteralTo(wchar_t c, ostream* os) { in PrintAsStringLiteralTo()
11999 void PrintCharAndCodeTo(Char c, ostream* os) { in PrintCharAndCodeTo()
12023 void PrintTo(unsigned char c, ::std::ostream* os) { PrintCharAndCodeTo(c, os); } in PrintTo()
12024 void PrintTo(signed char c, ::std::ostream* os) { PrintCharAndCodeTo(c, os); } in PrintTo()
12031 void PrintTo(char32_t c, ::std::ostream* os) { in PrintTo()