1 #ifndef _RE2C_IR_REGEXP_ENCODING_CASE_
2 #define _RE2C_IR_REGEXP_ENCODING_CASE_
15 return (c >=
'a' && c <=
'z')
16 || (c >=
'A' && c <=
'Z');
31 #endif // _RE2C_IR_REGEXP_ENCODING_CASE_
uint32_t to_upper_unsafe(uint32_t c)
bool is_alpha(uint32_t c)
uint32_t to_lower_unsafe(uint32_t c)