Searched refs:CHAR_RIGHT_CURLY_BRACKET (Results 1 – 5 of 5) sorted by relevance
97 else if (*ptr == CHAR_RIGHT_CURLY_BRACKET) in find_text_end()555 if (ptr >= repend || *ptr != CHAR_RIGHT_CURLY_BRACKET) in pcre2_substitute()
1338 if (*p == CHAR_RIGHT_CURLY_BRACKET) in read_repeat_counts()1347 if (*p != CHAR_RIGHT_CURLY_BRACKET) in read_repeat_counts()1350 errorcodeptr) || p >= ptrend || *p != CHAR_RIGHT_CURLY_BRACKET) in read_repeat_counts()1603 if (p >= ptrend || *p != CHAR_RIGHT_CURLY_BRACKET) in PRIV()1702 else if (ptr >= ptrend || *ptr == CHAR_RIGHT_CURLY_BRACKET) in PRIV()1729 else if (ptr < ptrend && *ptr++ == CHAR_RIGHT_CURLY_BRACKET) in PRIV()1774 if (++ptr >= ptrend || *ptr == CHAR_RIGHT_CURLY_BRACKET) in PRIV()1802 else if (ptr < ptrend && *ptr++ == CHAR_RIGHT_CURLY_BRACKET) in PRIV()1966 if (c == CHAR_RIGHT_CURLY_BRACKET) break; in get_ucp()1969 if (c != CHAR_RIGHT_CURLY_BRACKET) goto ERROR_RETURN; in get_ucp()[all …]
771 #define CHAR_RIGHT_CURLY_BRACKET '}' macro1043 #define CHAR_RIGHT_CURLY_BRACKET '\175' macro
305 case CHAR_RIGHT_CURLY_BRACKET: in convert_posix()
81 CHAR_DOLLAR_SIGN, CHAR_RIGHT_CURLY_BRACKET, 0 };