Home | History | Annotate | Download | only in libxml2

Lines Matching full:is_mark

94 #define IS_MARK(x) (((x) == '-') || ((x) == '_') || ((x) == '.') ||     \
120 #define IS_UNRESERVED(x) (IS_ALPHANUM(x) || IS_MARK(x))