Home
last modified time | relevance | path

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

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

Completed in 141 milliseconds