Searched defs:IS_INVALID_CHAR (Results  1 – 6 of 6) sorted by relevance
| /external/expat/expat/lib/ | 
| 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
  | 
| /external/python/cpython3/Modules/expat/ | 
| D | xmltok_impl.c | 44 #    define IS_INVALID_CHAR(enc, ptr, n) (0)  macro
  | 
| D | xmltok.c | 271 #  define IS_INVALID_CHAR(enc, p, n)                                           \  macro 275 #  define IS_INVALID_CHAR(enc, p, n)                                           \  macro
  | 
| /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
  |