Searched refs:IS_NMSTRT_CHAR (Results 1 – 2 of 2) sorted by relevance
/external/expat/lib/ |
D | xmltok.c | 282 #define IS_NMSTRT_CHAR(enc, p, n) \ macro 321 #undef IS_NMSTRT_CHAR 791 #define IS_NMSTRT_CHAR(enc, p, n) (0) 804 #undef IS_NMSTRT_CHAR 932 #define IS_NMSTRT_CHAR(enc, p, n) (0) macro 945 #undef IS_NMSTRT_CHAR
|
D | xmltok_impl.c | 65 if (!IS_NMSTRT_CHAR(enc, ptr, n)) { \ 1093 if (IS_NMSTRT_CHAR(enc, ptr, n)) { \ in PREFIX()
|