Searched refs:ucd_records (Results 1 – 3 of 3) sorted by relevance
/PHP-8.2/ext/pcre/pcre2lib/ |
H A D | pcre2_ucd.c | 71 const ucd_record PRIV(ucd_records)[] = {{0,0,0,0,0,0,0 }}; variable 427 const ucd_record PRIV(ucd_records)[] = { /* 16908 bytes, record size 12 */ variable
|
H A D | pcre2_internal.h | 1832 #define REAL_GET_UCD(ch) (PRIV(ucd_records) + \ 1951 extern const ucd_record PRIV(ucd_records)[];
|
H A D | pcre2_jit_compile.c | 5204 OP1(SLJIT_MOV, TMP1, 0, SLJIT_IMM, (sljit_sw)PRIV(ucd_records) + SLJIT_OFFSETOF(ucd_record, chartyp… in do_getucdtype() 7747 …OP1(SLJIT_MOV_U16, TMP1, 0, SLJIT_MEM1(TMP2), (sljit_sw)PRIV(ucd_records) + SLJIT_OFFSETOF(ucd_rec… in compile_xclass_matchingpath() 7785 …OP1(SLJIT_MOV_U16, TMP1, 0, SLJIT_MEM1(TMP2), (sljit_sw)PRIV(ucd_records) + SLJIT_OFFSETOF(ucd_rec… in compile_xclass_matchingpath() 7825 …OP1(SLJIT_MOV_U8, TMP1, 0, SLJIT_MEM1(TMP2), (sljit_sw)PRIV(ucd_records) + SLJIT_OFFSETOF(ucd_reco… in compile_xclass_matchingpath() 7868 …OP1(SLJIT_MOV_U16, TMP1, 0, SLJIT_MEM1(TMP2), (sljit_sw)PRIV(ucd_records) + SLJIT_OFFSETOF(ucd_rec… in compile_xclass_matchingpath() 7887 …OP1(SLJIT_MOV_U8, TMP2, 0, SLJIT_MEM1(TMP2), (sljit_sw)PRIV(ucd_records) + SLJIT_OFFSETOF(ucd_reco… in compile_xclass_matchingpath() 7949 …OP1(SLJIT_MOV_U8, typereg, 0, SLJIT_MEM1(TMP2), (sljit_sw)PRIV(ucd_records) + SLJIT_OFFSETOF(ucd_r… in compile_xclass_matchingpath() 9336 OP2(SLJIT_ADD, TMP2, 0, TMP2, 0, SLJIT_IMM, (sljit_sw)PRIV(ucd_records)); in compile_ref_matchingpath()
|
Completed in 60 milliseconds