Searched refs:ucd_records (Results 1 – 3 of 3) sorted by relevance
/PHP-7.0/ext/pcre/pcrelib/ |
H A D | pcre_ucd.c | 33 const ucd_record PRIV(ucd_records)[] = {{0,0,0,0,0 }}; variable 80 const ucd_record PRIV(ucd_records)[] = { /* 5760 bytes, record size 8 */ variable
|
H A D | pcre_internal.h | 2770 extern const ucd_record PRIV(ucd_records)[]; 2783 #define GET_UCD(ch) (PRIV(ucd_records) + \
|
H A D | pcre_jit_compile.c | 3078 OP1(SLJIT_MOV, TMP1, 0, SLJIT_IMM, (sljit_sw)PRIV(ucd_records) + SLJIT_OFFSETOF(ucd_record, chartyp… in do_getucd() 4985 …OP1(SLJIT_MOV, scriptreg, 0, SLJIT_IMM, (sljit_sw)PRIV(ucd_records) + SLJIT_OFFSETOF(ucd_record, s… in compile_xclass_matchingpath() 4991 …OP2(SLJIT_ADD, TMP2, 0, TMP2, 0, SLJIT_IMM, (sljit_sw)PRIV(ucd_records) + SLJIT_OFFSETOF(ucd_recor… in compile_xclass_matchingpath() 5471 …OP1(SLJIT_MOV, TMP1, 0, SLJIT_IMM, (sljit_sw)PRIV(ucd_records) + SLJIT_OFFSETOF(ucd_record, gbprop… in compile_char1_matchingpath() 5481 …OP1(SLJIT_MOV, TMP1, 0, SLJIT_IMM, (sljit_sw)PRIV(ucd_records) + SLJIT_OFFSETOF(ucd_record, gbprop… in compile_char1_matchingpath()
|
Completed in 67 milliseconds