Home | History | Annotate | Download | only in libxml2

Lines Matching refs:IS_LETTER

827     if (!IS_LETTER(val) && (val != '_') && (val != ':'))
830 while ((IS_LETTER(val)) || (IS_DIGIT(val)) ||
865 if (!IS_LETTER(val) && (val != '_'))
868 while ((IS_LETTER(val)) || (IS_DIGIT(val)) ||