Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_substitute.c602 if (special != CHAR_PLUS && special != CHAR_MINUS) in pcre2_substitute()
609 rc = find_text_end(code, &ptr, repend, special == CHAR_MINUS); in pcre2_substitute()
724 if (special == CHAR_MINUS) in pcre2_substitute()
H A Dpcre2_convert.c687 else if (c == CHAR_MINUS && has_prev_c && in convert_glob_parse_range()
690 convert_glob_write(out, CHAR_MINUS); in convert_glob_parse_range()
734 c == CHAR_BACKSLASH || c == CHAR_MINUS) in convert_glob_parse_range()
H A Dpcre2_internal.h699 #define CHAR_MINUS '-' macro
989 #define CHAR_MINUS '\055' macro
H A Dpcre2_compile.c1330 else if (*ptr == CHAR_MINUS) in read_number()
3387 if (ptr < ptrend - 1 && *ptr == CHAR_MINUS && in parse_regex()
3439 else if (c == CHAR_MINUS && class_range_state >= RANGE_OK_ESCAPED) in parse_regex()
3618 if (ptr < ptrend - 1 && *ptr == CHAR_MINUS && in parse_regex()
3642 parsed_pattern[-1] = CHAR_MINUS; in parse_regex()
3901 if (*ptr == CHAR_MINUS && ptrend - ptr > 1 && IS_DIGIT(ptr[1])) in parse_regex()
3958 case CHAR_MINUS: in parse_regex()

Completed in 40 milliseconds