Searched refs:IS_NAME_CHAR (Results 1 – 2 of 2) sorted by relevance
/external/expat/lib/ |
D | xmltok.c | 280 #define IS_NAME_CHAR(enc, p, n) \ macro 319 #undef IS_NAME_CHAR 789 #define IS_NAME_CHAR(enc, p, n) 0 802 #undef IS_NAME_CHAR 930 #define IS_NAME_CHAR(enc, p, n) 0 macro 943 #undef IS_NAME_CHAR
|
D | xmltok_impl.c | 37 if (!IS_NAME_CHAR(enc, ptr, n)) { \ 1098 if (IS_NAME_CHAR(enc, ptr, n)) { \ in PREFIX()
|