Home
last modified time | relevance | path

Searched refs:CHAR_RIGHT_CURLY_BRACKET (Results 1 – 2 of 2) sorted by relevance

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_compile.c305 CHAR_N, CHAR_d, CHAR_RIGHT_CURLY_BRACKET, '\0' };
308 CHAR_N, CHAR_d, CHAR_RIGHT_CURLY_BRACKET, '\0' };
333 CHAR_L, CHAR_RIGHT_CURLY_BRACKET, '\0' };
336 CHAR_L, CHAR_l, CHAR_RIGHT_CURLY_BRACKET, '\0' };
350 CHAR_L, CHAR_RIGHT_CURLY_BRACKET, '\0' };
735 if (*p == CHAR_RIGHT_CURLY_BRACKET) return TRUE; in is_counted_repeat()
738 if (*p == CHAR_RIGHT_CURLY_BRACKET) return TRUE; in is_counted_repeat()
744 return (*p == CHAR_RIGHT_CURLY_BRACKET); in is_counted_repeat()
1102 if (*pt == CHAR_RIGHT_CURLY_BRACKET) in check_escape()
1241 if (c == CHAR_RIGHT_CURLY_BRACKET) break; in get_ucp()
[all …]
H A Dpcre_internal.h1394 #define CHAR_RIGHT_CURLY_BRACKET '}' macro
1652 #define CHAR_RIGHT_CURLY_BRACKET '\175' macro

Completed in 37 milliseconds