Home
last modified time | relevance | path

Searched refs:IS_BASECHAR (Results 1 – 3 of 3) sorted by relevance

/external/libxml2/include/libxml/
DparserInternals.h153 #define IS_BASECHAR(c) xmlIsBaseCharQ(c) macro
232 #define IS_LETTER(c) (IS_BASECHAR(c) || IS_IDEOGRAPHIC(c))
/external/libxml2/
DparserInternals.c230 return(IS_BASECHAR(c) || IS_IDEOGRAPHIC(c)); in xmlIsLetter()
DChangeLog18932 * parserInternals.h: fixed a bug in IS_BASECHAR reported by