Home
last modified time | relevance | path

Searched refs:xmlIsIdeographicQ (Results 1 – 4 of 4) sorted by relevance

/external/libxml2/
Dchvalid.c317 return(xmlIsIdeographicQ(ch)); in xmlIsIdeographic()
/external/libxml2/include/libxml/
Dchvalid.h184 #define xmlIsIdeographicQ(c) (((c) < 0x100) ? \ macro
DparserInternals.h221 #define IS_IDEOGRAPHIC(c) xmlIsIdeographicQ(c)
/external/libxml2/doc/html/
Dindex.sgml152 <ANCHOR id="xmlIsIdeographicQ" href="libxml/libxml-chvalid.html#xmlIsIdeographicQ">