Searched refs:ucd_stage1 (Results 1 – 3 of 3) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2_ucd.c | 37 const uint16_t PRIV(ucd_stage1)[] = {0}; variable 1173 const uint16_t PRIV(ucd_stage1)[] = { /* 17408 bytes */ variable
|
D | pcre2_internal.h | 1808 PRIV(ucd_stage2)[PRIV(ucd_stage1)[(int)(ch) / UCD_BLOCK_SIZE] * \ 1911 extern const uint16_t PRIV(ucd_stage1)[];
|
D | pcre2_jit_compile.c | 5082 OP1(SLJIT_MOV_U16, TMP2, 0, SLJIT_MEM1(TMP2), (sljit_sw)PRIV(ucd_stage1)); in do_getucd() 5122 OP1(SLJIT_MOV_U16, TMP2, 0, SLJIT_MEM1(TMP2), (sljit_sw)PRIV(ucd_stage1)); in do_getucdtype() 7628 OP1(SLJIT_MOV_U16, TMP2, 0, SLJIT_MEM1(TMP2), (sljit_sw)PRIV(ucd_stage1)); in compile_xclass_matchingpath()
|