HomeSort by relevance Sort by last modified time
    Searched refs:xmlIsPubidCharQ (Results 1 - 3 of 3) sorted by null

  /external/libxml2/include/libxml/
chvalid.h 202 * xmlIsPubidCharQ:
207 #define xmlIsPubidCharQ(c) (((c) < 0x100) ? \
parserInternals.h 271 #define IS_PUBIDCHAR(c) xmlIsPubidCharQ(c)
  /external/libxml2/
chvalid.c 326 * Use xmlIsPubidChar_ch or xmlIsPubidCharQ instead
332 return(xmlIsPubidCharQ(ch));

Completed in 40 milliseconds