Searched refs:other_case (Results 1 – 3 of 3) sorted by relevance
2766 pcre_int32 other_case; /* offset to other case, or zero if none */ member2792 #define UCD_OTHERCASE(ch) ((pcre_uint32)((int)ch + (int)(GET_UCD(ch)->other_case)))
219 if (c != d && c != d + ur->other_case) in match_ref()
4590 if (c1 != c2 && c1 != c2 + ur->other_case) in do_utf_caselesscmp()