39 return ((c) >=
'a' && (c) <=
'z');
51 return ((c) >=
'A' && (c) <=
'Z');
75 return ((c) >=
'0' && (c) <=
'9');
87 return (
char_isdigit ((c)) || ((c) >=
'a' && (c) <=
'f') || ((c) >=
'A' && (c) <=
'F'));
111 return ((c) ==
' ' || (c) ==
'\t' || (c) ==
'\r' || (c) ==
'\n' || (c) ==
'\f' || (c) ==
'\v');
123 return ((c) ==
'\r' || (c) ==
'\n');
126 #if defined (ENABLE_UNUSED_FUNCTION) 136 return ((c) >= 1 && (c) <= 127);
148 return (
char_isupper ((c)) ? ((c) - (
'A' -
'a')) : (c));
159 return (
char_islower ((c)) ? ((c) + (
'A' -
'a')) : (c));
static const int DIV_ISO8859
int char_islower_iso8859(int c)
int char_toupper_iso8859(int c)
static const int CAPITAL_THORN
static const int SMALL_THORN
static const int A_GRAVE_ACCENT
static const int a_GRAVE_ACCENT
int char_tolower_iso8859(int c)
int char_isupper_iso8859(int c)
static const int MULT_ISO8859