Home | History | Annotate | Download | only in libxml2

Lines Matching refs:IS_LETTER

2807 	    ret = (IS_LETTER(codepoint) || 
2813 ret = (IS_LETTER(codepoint) || IS_DIGIT(codepoint) ||