Home
last modified time | relevance | path

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

/external/libxml2/
Dchvalid.c332 return(xmlIsPubidCharQ(ch)); in xmlIsPubidChar()
/external/libxml2/include/libxml/
Dchvalid.h207 #define xmlIsPubidCharQ(c) (((c) < 0x100) ? \ macro
DparserInternals.h271 #define IS_PUBIDCHAR(c) xmlIsPubidCharQ(c)
/external/libxml2/doc/html/
Dindex.sgml155 <ANCHOR id="xmlIsPubidCharQ" href="libxml/libxml-chvalid.html#xmlIsPubidCharQ">