Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_substitute.c533 if (special != CHAR_PLUS && special != CHAR_MINUS) in pcre2_substitute()
544 if (special == CHAR_PLUS && *ptr == CHAR_COLON) in pcre2_substitute()
Dpcre2_convert.c303 case CHAR_PLUS: in convert_posix()
970 out.out_str[1] = CHAR_PLUS; in convert_glob()
Dpcre2_internal.h689 #define CHAR_PLUS '+' macro
961 #define CHAR_PLUS '\053' macro
Dpcre2_compile.c1248 if (*ptr == CHAR_PLUS) in read_number()
1461 if (ptrend - p > 1 && *p == CHAR_U && p[1] == CHAR_PLUS) in PRIV()
2620 if (c != CHAR_ASTERISK && c != CHAR_PLUS && c != CHAR_QUESTION_MARK && in parse_regex()
2689 if (prev_meta_quantifier != 0 && (c == CHAR_QUESTION_MARK || c == CHAR_PLUS)) in parse_regex()
2950 case CHAR_PLUS: in parse_regex()
3752 case CHAR_PLUS: in parse_regex()