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.c2253 sname[1] = CHAR_i; /* There is no strcpy_c8 function */ in get_ucp()
2255 sname[3] = CHAR_i; in get_ucp()
4289 case CHAR_i: *optset |= PCRE2_CASELESS; break; in parse_regex()
6307 if (C <= CHAR_i) in compile_branch()
6311 cb, C + uc, ((D < CHAR_i)? D : CHAR_i) + uc); in compile_branch()

Completed in 41 milliseconds