Searched refs:IS_NMSTRT_CHAR (Results 1 – 2 of 2) sorted by relevance
/external/expat/lib/ |
D | xmltok.c | 271 #define IS_NMSTRT_CHAR(enc, p, n) \ macro 310 #undef IS_NMSTRT_CHAR 746 #define IS_NMSTRT_CHAR(enc, p, n) (0) 759 #undef IS_NMSTRT_CHAR 887 #define IS_NMSTRT_CHAR(enc, p, n) (0) macro 900 #undef IS_NMSTRT_CHAR
|
D | xmltok_impl.c | 65 if (!IS_NMSTRT_CHAR(enc, ptr, n)) { \ 1100 if (IS_NMSTRT_CHAR(enc, ptr, n)) { \ in PREFIX()
|