char_has_othercase 3462 ext/pcre/pcrelib/pcre_jit_compile.c   if (caseless && char_has_othercase(common, cc))
char_has_othercase 4582 ext/pcre/pcrelib/pcre_jit_compile.c if (caseless && char_has_othercase(common, cc))
char_has_othercase 5634 ext/pcre/pcrelib/pcre_jit_compile.c   if (common->mode == JIT_COMPILE && (type == OP_CHAR || !char_has_othercase(common, cc) || char_get_othercase_bit(common, cc) != 0))
char_has_othercase 5657 ext/pcre/pcrelib/pcre_jit_compile.c   if (type == OP_CHAR || !char_has_othercase(common, cc))
char_has_othercase 5689 ext/pcre/pcrelib/pcre_jit_compile.c       if (type == OP_NOT || !char_has_othercase(common, cc))
char_has_othercase 5715 ext/pcre/pcrelib/pcre_jit_compile.c   if (type == OP_NOT || !char_has_othercase(common, cc))
char_has_othercase 5851 ext/pcre/pcrelib/pcre_jit_compile.c       if (char_has_othercase(common, cc + 1) && char_get_othercase_bit(common, cc + 1) == 0)
char_has_othercase 5858 ext/pcre/pcrelib/pcre_jit_compile.c     if (char_has_othercase(common, cc + 1) && char_get_othercase_bit(common, cc + 1) == 0)