Searched refs:xmlIsIdeographicQ (Results 1 - 3 of 3) sorted by relevance

/external/libxml2/include/libxml/
H A Dchvalid.h179 * xmlIsIdeographicQ:
184 #define xmlIsIdeographicQ(c) (((c) < 0x100) ? \ macro
H A DparserInternals.h188 #define IS_IDEOGRAPHIC(c) xmlIsIdeographicQ(c)
/external/libxml2/
H A Dchvalid.c311 * Use xmlIsIdeographicQ instead
317 return(xmlIsIdeographicQ(ch));

Completed in 121 milliseconds