Searched refs:lcc (Results 1 – 6 of 6) sorted by relevance
/PHP-8.0/ext/pcre/pcre2lib/ |
H A D | pcre2_intmodedep.h | 717 const uint8_t *lcc; /* Points to lower casing table */ member 857 const uint8_t *lcc; /* Points to lower casing table */ member
|
H A D | pcre2_match.c | 439 if (TABLE_GET(cp, mb->lcc, cp) != TABLE_GET(cc, mb->lcc, cc)) in match_ref() 988 if (mb->lcc[fc] != TABLE_GET(cc, mb->lcc, cc)) RRETURN(MATCH_NOMATCH); in match() 1016 if (mb->lcc[fc] != TABLE_GET(cc, mb->lcc, cc)) RRETURN(MATCH_NOMATCH); in match() 1031 if (TABLE_GET(Fecode[1], mb->lcc, Fecode[1]) in match() 1032 != TABLE_GET(*Feptr, mb->lcc, *Feptr)) RRETURN(MATCH_NOMATCH); in match() 6653 mb->lcc = re->tables + lcc_offset; in pcre2_match()
|
H A D | pcre2_dfa_match.c | 536 const uint8_t *ctypes, *lcc, *fcc; in internal_dfa_match() local 567 lcc = mb->tables + lcc_offset; in internal_dfa_match() 2210 if (TABLE_GET(c, lcc, c) == TABLE_GET(d, lcc, d)) in internal_dfa_match()
|
H A D | pcre2_jit_compile.c | 419 sljit_sw lcc; member 7100 OP1(SLJIT_MOV, lcc_table, 0, SLJIT_IMM, common->lcc); in do_caselesscmp() 13436 common->lcc = (sljit_sw)(tables + lcc_offset); in jit_compile()
|
H A D | pcre2_compile.c | 9751 cb.lcc = tables + lcc_offset; /* Individual */ in pcre2_compile()
|
/PHP-8.0/build/ |
H A D | libtool.m4 | 3616 lcc*) 4992 lcc*)
|
Completed in 97 milliseconds