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

  /external/libxml2/include/libxml/
chvalid.h 71 * xmlIsBaseCharQ:
76 #define xmlIsBaseCharQ(c) (((c) < 0x100) ? \
parserInternals.h 153 #define IS_BASECHAR(c) xmlIsBaseCharQ(c)
  /external/libxml2/
chvalid.c 221 * Use xmlIsBaseChar_ch or xmlIsBaseCharQ instead
227 return(xmlIsBaseCharQ(ch));

Completed in 282 milliseconds