Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_internal.h776 #define CHAR_i 'i' macro
1073 #define CHAR_i '\151' macro
H A Dpcre2_compile.c2254 sname[1] = CHAR_i; /* There is no strcpy_c8 function */ in get_ucp()
2256 sname[3] = CHAR_i; in get_ucp()
4290 case CHAR_i: *optset |= PCRE2_CASELESS; break; in parse_regex()
6308 if (C <= CHAR_i) in compile_branch()
6312 cb, C + uc, ((D < CHAR_i)? D : CHAR_i) + uc); in compile_branch()

Completed in 44 milliseconds