Lines Matching refs:strings
60 # include <strings.h> // NOLINT
74 // On z/OS we additionally need strings.h for strcasecmp.
75 # include <strings.h> // NOLINT
890 // Compares two C strings. Returns true iff they have the same content.
987 // and their values, as strings. For example, for ASSERT_EQ(foo, bar)
1394 // Utility functions for encoding Unicode text (wide strings) in
1545 // Compares two wide C strings. Returns true iff they have the same
1559 // Helper function for *_STREQ on wide strings.
1575 // Helper function for *_STRNE on wide strings.
1590 // Compares two C strings, ignoring case. Returns true iff they have
1604 // Compares two wide C strings, ignoring case. Returns true iff they
2587 // Helpers for printing colored strings to stdout. Note that on Windows, we