Home | History | Annotate | Download | only in libxml2

Lines Matching refs:IS_LETTER

2258     if ((!IS_LETTER(c) && (c != '_') && (c != ':'))) {
2262 while (((IS_LETTER(c)) || (IS_DIGIT(c)) ||