Home
last modified time | relevance | path

Searched refs:CHAR_MINUS (Results 1 – 4 of 4) sorted by relevance

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_substitute.c624 if (special != CHAR_PLUS && special != CHAR_MINUS) in pcre2_substitute()
631 rc = find_text_end(code, &ptr, repend, special == CHAR_MINUS); in pcre2_substitute()
746 if (special == CHAR_MINUS) in pcre2_substitute()
H A Dpcre2_convert.c694 else if (c == CHAR_MINUS && has_prev_c && in convert_glob_parse_range()
697 convert_glob_write(out, CHAR_MINUS); in convert_glob_parse_range()
741 c == CHAR_BACKSLASH || c == CHAR_MINUS) in convert_glob_parse_range()
H A Dpcre2_internal.h716 #define CHAR_MINUS '-' macro
1013 #define CHAR_MINUS '\055' macro
H A Dpcre2_compile.c1343 else if (*ptr == CHAR_MINUS) in read_number()
3674 if (ptr < ptrend - 1 && *ptr == CHAR_MINUS && in parse_regex()
3732 else if (c == CHAR_MINUS && class_range_state >= RANGE_OK_ESCAPED) in parse_regex()
3886 if (ptr < ptrend - 1 && *ptr == CHAR_MINUS && in parse_regex()
3910 parsed_pattern[-1] = CHAR_MINUS; in parse_regex()
4170 if (*ptr == CHAR_MINUS && ptrend - ptr > 1 && IS_DIGIT(ptr[1])) in parse_regex()
4232 case CHAR_MINUS: in parse_regex()

Completed in 36 milliseconds