Lines Matching refs:CHAR_RIGHT_CURLY_BRACKET
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()
2886 CHAR_APOSTROPHE : CHAR_RIGHT_CURLY_BRACKET; in parse_regex()
2890 if (escape == ESC_g && terminator != CHAR_RIGHT_CURLY_BRACKET) in parse_regex()
2917 (escape == ESC_k || terminator == CHAR_RIGHT_CURLY_BRACKET)? in parse_regex()
6353 delimiter = CHAR_RIGHT_CURLY_BRACKET; in compile_branch()