Searched defs:lcc (Results 1 - 3 of 3) sorted by relevance

/external/pcre/dist/
H A Dpcre_dfa_exec.c412 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 Dpcre_jit_compile.c362 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 Dpcre_internal.h2418 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 198 milliseconds