Searched refs:other_case (Results 1 – 3 of 3) sorted by relevance
1824 int32_t other_case; /* offset to other case, or zero if none */ member1856 #define UCD_OTHERCASE(ch) ((uint32_t)((int)ch + (int)(GET_UCD(ch)->other_case)))
418 if (c != d && c != (uint32_t)((int)d + ur->other_case)) in match_ref()
5138 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 56 milliseconds