Searched defs:IS_INVALID_CHAR (Results 1 – 6 of 6) sorted by relevance
| /external/python/cpython2/Modules/expat/ |
| D | xmltok_impl.c | 36 #define IS_INVALID_CHAR(enc, ptr, n) (0) macro
|
| D | xmltok.c | 316 #define IS_INVALID_CHAR(enc, p, n) \ macro
|
| /external/expat/expat/lib/ |
| D | xmltok_impl.c | 45 # define IS_INVALID_CHAR(enc, ptr, n) (0) macro
|
| D | xmltok.c | 274 # define IS_INVALID_CHAR(enc, p, n) \ macro 278 # define IS_INVALID_CHAR(enc, p, n) \ macro
|
| /external/python/cpython3/Modules/expat/ |
| D | xmltok_impl.c | 45 # define IS_INVALID_CHAR(enc, ptr, n) (0) macro
|
| D | xmltok.c | 272 # define IS_INVALID_CHAR(enc, p, n) \ macro 276 # define IS_INVALID_CHAR(enc, p, n) \ macro
|