Searched defs:is_e (Results 1 – 4 of 4) sorted by relevance
43 bool is_e(char c) const { return c == 'e'; } in is_e() function
43 bool is_e(wchar_t c) const { return c == L'e'; } in is_e() function
831 #define is_e(c) ((c)=='e' || (c)=='E') macro
794 #define is_e(c) ((c)=='e' || (c)=='E') macro