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

  /external/expat/lib/
xmltok.c 271 #define IS_NMSTRT_CHAR(enc, p, n) \
310 #undef IS_NMSTRT_CHAR
696 #define IS_NMSTRT_CHAR(enc, p, n) (0)
709 #undef IS_NMSTRT_CHAR
837 #define IS_NMSTRT_CHAR(enc, p, n) (0)
850 #undef IS_NMSTRT_CHAR
    [all...]
xmltok_impl.c 65 if (!IS_NMSTRT_CHAR(enc, ptr, n)) { \
1100 if (IS_NMSTRT_CHAR(enc, ptr, n)) { \
    [all...]

Completed in 29 milliseconds