Home
last modified time | relevance | path

Searched refs:other_case (Results 1 – 3 of 3) sorted by relevance

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_internal.h1799 int32_t other_case; /* offset to other case, or zero if none */ member
1823 #define UCD_OTHERCASE(ch) ((uint32_t)((int)ch + (int)(GET_UCD(ch)->other_case)))
H A Dpcre2_match.c417 if (c != d && c != (uint32_t)((int)d + ur->other_case)) in match_ref()
H A Dpcre2_jit_compile.c5060 SLJIT_ASSERT(record->caseset == 0 && record->other_case == 0); in do_getucd()
5100 SLJIT_ASSERT(record->caseset == 0 && record->other_case == 0); in do_getucdtype()
9030 OP1(SLJIT_MOV_S32, TMP1, 0, SLJIT_MEM1(TMP2), SLJIT_OFFSETOF(ucd_record, other_case)); in compile_ref_matchingpath()

Completed in 56 milliseconds