Searched refs:CHAR_9 (Results 1 – 3 of 3) sorted by relevance
569 if (!star && next >= CHAR_0 && next <= CHAR_9) in pcre2_substitute()575 if (next < CHAR_0 || next > CHAR_9) break; in pcre2_substitute()587 while (++ptr < repend && *ptr >= CHAR_0 && *ptr <= CHAR_9); in pcre2_substitute()
711 #define CHAR_9 '9' macro1008 #define CHAR_9 '\071' macro
408 #define IS_DIGIT(x) ((x) >= CHAR_0 && (x) <= CHAR_9)561 #define ESCAPES_LAST CHAR_91792 case CHAR_6: case CHAR_7: case CHAR_8: case CHAR_9: in PRIV()4201 case CHAR_5: case CHAR_6: case CHAR_7: case CHAR_8: case CHAR_9: in parse_regex()
Completed in 36 milliseconds