other_case        217 ext/pcre/pcrelib/pcre_exec.c       if (c != d && c != d + ur->other_case)
other_case       2766 ext/pcre/pcrelib/pcre_internal.h   pcre_int32 other_case; /* offset to other case, or zero if none */
other_case       2792 ext/pcre/pcrelib/pcre_internal.h #define UCD_OTHERCASE(ch)   ((pcre_uint32)((int)ch + (int)(GET_UCD(ch)->other_case)))
other_case       4590 ext/pcre/pcrelib/pcre_jit_compile.c   if (c1 != c2 && c1 != c2 + ur->other_case)