Searched refs:IS_NAME_CHAR (Results 1 – 2 of 2) sorted by relevance
/external/expat/lib/ |
D | xmltok.c | 269 #define IS_NAME_CHAR(enc, p, n) \ macro 308 #undef IS_NAME_CHAR 694 #define IS_NAME_CHAR(enc, p, n) 0 707 #undef IS_NAME_CHAR 835 #define IS_NAME_CHAR(enc, p, n) 0 macro 848 #undef IS_NAME_CHAR
|
D | xmltok_impl.c | 37 if (!IS_NAME_CHAR(enc, ptr, n)) { \ 1105 if (IS_NAME_CHAR(enc, ptr, n)) { \ in PREFIX()
|