Searched refs:IS_OP (Results 1 - 1 of 1) sorted by relevance

/external/libxml2/
H A Drngparser.c201 * IS_OP
206 #ifndef IS_OP
207 #define IS_OP(c) (((c) == ',') || ((c) == '&') || ((c) == '|') || \ macro
301 } else if ((IS_OP(*ctxt->cur)) || (*ctxt->cur == ':')) {
326 (!(IS_SEPARATOR(*cur))) && (!(IS_OP(*cur)))) cur++;
345 (!(IS_SEPARATOR(*cur))) && (!(IS_OP(*cur)))) cur++;

Completed in 163 milliseconds