Searched refs:CHAR_9 (Results 1 – 4 of 4) sorted by relevance
451 if (!star && next >= CHAR_0 && next <= CHAR_9) in pcre2_substitute()457 if (next < CHAR_0 || next > CHAR_9) break; in pcre2_substitute()469 while (++ptr < repend && *ptr >= CHAR_0 && *ptr <= CHAR_9); in pcre2_substitute()
718 #define CHAR_9 '9' macro987 #define CHAR_9 '\071' macro
188 #define IS_DIGIT(x) ((x) >= CHAR_0 && (x) <= CHAR_9)341 #define ESCAPES_LAST CHAR_92034 case CHAR_6: case CHAR_7: case CHAR_8: case CHAR_9: in PRIV()6819 case CHAR_5: case CHAR_6: case CHAR_7: case CHAR_8: case CHAR_9: in compile_branch()
6148 while ((c = *(++pr)) >= CHAR_0 && c <= CHAR_9) n = n * 10 + c - CHAR_0; in process_data()