Searched defs:streq (Results 1 – 7 of 7) sorted by relevance
26 constexpr bool streq(const char *a, const char *b) { in streq() function
47 constexpr bool streq(const char *p, const char *q) { in streq() function
7 constexpr bool streq(const char *p, const char *q) { in streq() function
68 #define streq(a,b) (strcmp(a,b) == 0) macro
73 #define streq(a,b) (strcmp(a,b) == 0) macro
199 static Bool streq ( const char* s1, const char* s2 ) in streq() function
118 streq(const UChar* lhs, const UChar* rhs) { in streq() function