Home
last modified time | relevance | path

Searched refs:ucd_stage2 (Results 1 – 3 of 3) sorted by relevance

/external/pcre/dist/
Dpcre_ucd.c37 const pcre_uint16 PRIV(ucd_stage2)[] = {0}; variable
1352 const pcre_uint16 PRIV(ucd_stage2)[] = { /* 58112 bytes, block = 128 */ variable
Dpcre_internal.h2755 extern const pcre_uint16 PRIV(ucd_stage2)[];
2767 PRIV(ucd_stage2)[PRIV(ucd_stage1)[(int)(ch) / UCD_BLOCK_SIZE] * \
Dpcre_jit_compile.c3025 OP1(SLJIT_MOV, TMP2, 0, SLJIT_IMM, (sljit_sw)PRIV(ucd_stage2)); in do_getucd()