Lines Matching refs:strings
56 #include <strings.h>
71 // On z/OS we additionally need strings.h for strcasecmp.
72 #include <strings.h> // NOLINT
868 // Compares two C strings. Returns true iff they have the same content.
991 // and their values, as strings. For example, for ASSERT_EQ(foo, bar)
1392 // Utility functions for encoding Unicode text (wide strings) in
1552 // Compares two wide C strings. Returns true iff they have the same
1566 // Helper function for *_STREQ on wide strings.
1582 // Helper function for *_STRNE on wide strings.
1599 // Compares two C strings, ignoring case. Returns true iff they have
1617 // Compares two wide C strings, ignoring case. Returns true iff they
2540 // Helpers for printing colored strings to stdout. Note that on Windows, we