Home | History | Annotate | Download | only in libxml2

Lines Matching refs:IS_LETTER

831     if (!IS_LETTER(val) && (val != '_') && (val != ':'))
834 while ((IS_LETTER(val)) || (IS_DIGIT(val)) ||
869 if (!IS_LETTER(val) && (val != '_'))
872 while ((IS_LETTER(val)) || (IS_DIGIT(val)) ||