Searched refs:xmlIsIdeographicQ (Results 1 – 4 of 4) sorted by relevance
317 return(xmlIsIdeographicQ(ch)); in xmlIsIdeographic()
184 #define xmlIsIdeographicQ(c) (((c) < 0x100) ? \ macro
221 #define IS_IDEOGRAPHIC(c) xmlIsIdeographicQ(c)
152 <ANCHOR id="xmlIsIdeographicQ" href="libxml/libxml-chvalid.html#xmlIsIdeographicQ">