Home
last modified time | relevance | path

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

/external/clearsilver/util/regex/
Dregex.h127 #define RE_NO_EMPTY_RANGES (RE_NO_BK_VBAR << 1) macro
131 #define RE_UNMATCHED_RIGHT_PAREN_ORD (RE_NO_EMPTY_RANGES << 1)
152 | RE_NO_BK_VBAR | RE_NO_EMPTY_RANGES \
180 | RE_INTERVALS | RE_NO_EMPTY_RANGES)
Dregex.c2888 return syntax & RE_NO_EMPTY_RANGES ? REG_ERANGE : REG_NOERROR;