Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_xclass.c282 if (((c >= CHAR_0 && c <= CHAR_9) || in PRIV()
H A Dpcre2_substitute.c572 if (!star && next >= CHAR_0 && next <= CHAR_9) in pcre2_substitute()
578 if (next < CHAR_0 || next > CHAR_9) break; in pcre2_substitute()
590 while (++ptr < repend && *ptr >= CHAR_0 && *ptr <= CHAR_9); in pcre2_substitute()
H A Dpcre2_internal.h728 #define CHAR_9 '9' macro
1025 #define CHAR_9 '\071' macro
H A Dpcre2_compile.c408 #define IS_DIGIT(x) ((x) >= CHAR_0 && (x) <= CHAR_9)
561 #define ESCAPES_LAST CHAR_9
1854 case CHAR_6: case CHAR_7: case CHAR_8: case CHAR_9: in PRIV()
4413 case CHAR_5: case CHAR_6: case CHAR_7: case CHAR_8: case CHAR_9: in parse_regex()
H A Dpcre2_jit_compile.c8395 OP2U(SLJIT_SUB | SLJIT_SET_LESS_EQUAL, TMP1, 0, SLJIT_IMM, CHAR_9 - CHAR_0); in compile_xclass_matchingpath()

Completed in 72 milliseconds