Home
last modified time | relevance | path

Searched refs:ucd_record (Results 1 – 6 of 6) sorted by relevance

/PHP-7.0/ext/pcre/pcrelib/
H A Dpcre_ucd.c33 const ucd_record PRIV(ucd_records)[] = {{0,0,0,0,0 }};
80 const ucd_record PRIV(ucd_records)[] = { /* 5760 bytes, record size 8 */
H A Dpcre_xclass.c133 const ucd_record *prop = GET_UCD(c); in PRIV()
H A Dpcre_internal.h2767 } ucd_record; typedef
2770 extern const ucd_record PRIV(ucd_records)[];
H A Dpcre_jit_compile.c3068 SLJIT_ASSERT(UCD_BLOCK_SIZE == 128 && sizeof(ucd_record) == 8); in do_getucd()
3078 OP1(SLJIT_MOV, TMP1, 0, SLJIT_IMM, (sljit_sw)PRIV(ucd_records) + SLJIT_OFFSETOF(ucd_record, chartyp… in do_getucd()
4580 const ucd_record *ur; in do_utf_caselesscmp()
4985 …IT_MOV, scriptreg, 0, SLJIT_IMM, (sljit_sw)PRIV(ucd_records) + SLJIT_OFFSETOF(ucd_record, script)); in compile_xclass_matchingpath()
4991 …DD, TMP2, 0, TMP2, 0, SLJIT_IMM, (sljit_sw)PRIV(ucd_records) + SLJIT_OFFSETOF(ucd_record, script)); 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()
H A Dpcre_exec.c212 const ucd_record *ur; in match_ref()
2556 const ucd_record *prop = GET_UCD(c); in match()
H A Dpcre_compile.c2829 const ucd_record *prop = GET_UCD(c); in check_char_prop()

Completed in 126 milliseconds