Searched defs:lcc (Results 1 - 3 of 3) sorted by relevance
/forgerock/web-agents-v4/pcre/ |
H A D | pcre_dfa_exec.c | 412 const pcre_uint8 *ctypes, *lcc, *fcc; local 447 lcc = md->tables + lcc_offset; 2149 if (TABLE_GET(c, lcc, c) == TABLE_GET(d, lcc, d))
|
H A D | pcre_jit_compile.c | 362 sljit_sw lcc; member in struct:compiler_common 4489 OP1(SLJIT_MOV, LCC_TABLE, 0, SLJIT_IMM, common->lcc); 9773 common->lcc = (sljit_sw)(tables + lcc_offset);
|
H A D | pcre_internal.h | 2418 const pcre_uint8 *lcc; /* Points to lower casing table */ member in struct:compile_data 2511 const pcre_uint8 *lcc; /* Points to lower casing table */ member in struct:match_data
|
Completed in 184 milliseconds