Home
last modified time | relevance | path

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

/third_party/pcre2/pcre2/src/
Dpcre2_internal.h767 #define CHAR_r 'r' macro
1064 #define CHAR_r '\162' macro
Dpcre2_compile.c6054 if (C <= D && C <= CHAR_r) in compile_branch()
6058 ((D < CHAR_r)? D : CHAR_r) + uc); in compile_branch()