Home
last modified time | relevance | path

Searched refs:xmlIsPubidChar_ch (Results 1 – 2 of 2) sorted by relevance

/external/libxml2/include/libxml/
Dchvalid.h199 #define xmlIsPubidChar_ch(c) (xmlIsPubidChar_tab[(c)]) macro
208 xmlIsPubidChar_ch((c)) : 0)
DparserInternals.h279 #define IS_PUBIDCHAR_CH(c) xmlIsPubidChar_ch(c)