Searched defs:PREV (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libxml/src/
H A Dxmlregexp.c58 * Need PREV to check on a '-' within a Character Group. May only be used
61 #define PREV (ctxt->cur[-1]) macro
5006 * the start of ctxt->string, and PREV should be safe
5008 if ((start == '-') && (NXT(1) != ']') && (PREV != '[') && (PREV != '^')) {
/external/libxml2/
H A Dxmlregexp.c58 * Need PREV to check on a '-' within a Character Group. May only be used
61 #define PREV (ctxt->cur[-1]) macro
5006 * the start of ctxt->string, and PREV should be safe
5008 if ((start == '-') && (NXT(1) != ']') && (PREV != '[') && (PREV != '^')) {

Completed in 54 milliseconds