Searched refs:IS_NMSTRT_CHAR (Results 1 – 6 of 6) sorted by relevance
/external/python/cpython3/Modules/expat/ |
D | xmltok.c | 317 #define IS_NMSTRT_CHAR(enc, p, n) \ macro 356 #undef IS_NMSTRT_CHAR 843 #define IS_NMSTRT_CHAR(enc, p, n) (0) 856 #undef IS_NMSTRT_CHAR 984 #define IS_NMSTRT_CHAR(enc, p, n) (0) macro 997 #undef IS_NMSTRT_CHAR
|
D | xmltok_impl.c | 93 if (!IS_NMSTRT_CHAR(enc, ptr, n)) { \ 1122 if (IS_NMSTRT_CHAR(enc, ptr, n)) { \ in PREFIX()
|
/external/expat/lib/ |
D | xmltok.c | 314 #define IS_NMSTRT_CHAR(enc, p, n) \ macro 353 #undef IS_NMSTRT_CHAR 840 #define IS_NMSTRT_CHAR(enc, p, n) (0) 853 #undef IS_NMSTRT_CHAR 981 #define IS_NMSTRT_CHAR(enc, p, n) (0) macro 994 #undef IS_NMSTRT_CHAR
|
D | xmltok_impl.c | 93 if (!IS_NMSTRT_CHAR(enc, ptr, n)) { \ 1122 if (IS_NMSTRT_CHAR(enc, ptr, n)) { \ in PREFIX()
|
/external/python/cpython2/Modules/expat/ |
D | xmltok.c | 314 #define IS_NMSTRT_CHAR(enc, p, n) \ macro 353 #undef IS_NMSTRT_CHAR 840 #define IS_NMSTRT_CHAR(enc, p, n) (0) 853 #undef IS_NMSTRT_CHAR 981 #define IS_NMSTRT_CHAR(enc, p, n) (0) macro 994 #undef IS_NMSTRT_CHAR
|
D | xmltok_impl.c | 93 if (!IS_NMSTRT_CHAR(enc, ptr, n)) { \ 1122 if (IS_NMSTRT_CHAR(enc, ptr, n)) { \ in PREFIX()
|