Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_ucd.c35 const ucd_record PRIV(ucd_records)[] = {{0,0,0,0,0 }};
82 const ucd_record PRIV(ucd_records)[] = { /* 5760 bytes, record size 8 */
H A Dpcre_xclass.c135 const ucd_record *prop = GET_UCD(c); in PRIV()
H A Dpcre_internal.h2771 } ucd_record; typedef
2774 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.c214 const ucd_record *ur; in match_ref()
2558 const ucd_record *prop = GET_UCD(c); in match()
H A Dpcre_compile.c2831 const ucd_record *prop = GET_UCD(c); in check_char_prop()

Completed in 98 milliseconds