Home
last modified time | relevance | path

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

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