Searched refs:IS_NAME_CHAR (Results 1 – 2 of 2) sorted by relevance
/external/expat/lib/ |
D | xmltok.c | 267 #define IS_NAME_CHAR(enc, p, n) \ macro 304 #undef IS_NAME_CHAR 690 #define IS_NAME_CHAR(enc, p, n) 0 701 #undef IS_NAME_CHAR 829 #define IS_NAME_CHAR(enc, p, n) 0 macro 840 #undef IS_NAME_CHAR
|
D | xmltok_impl.c | 34 if (!IS_NAME_CHAR(enc, ptr, n)) { \ 1102 if (IS_NAME_CHAR(enc, ptr, n)) { \ in PREFIX()
|