othercase         621 ext/ereg/regex/regcomp.c 				ci = othercase(i);
othercase         849 ext/ereg/regex/regcomp.c 	assert(othercase(ch) != ch);	/* p_bracket() would recurse */
othercase         872 ext/ereg/regex/regcomp.c 	if ((p->g->cflags&REG_ICASE) && isalpha(ch) && othercase(ch) != ch)
othercase        2925 ext/pcre/pcrelib/pcre_compile.c pcre_uint32 c, othercase, next;
othercase        2939 ext/pcre/pcrelib/pcre_compile.c   if ((othercase = UCD_OTHERCASE(c)) != c) break;
othercase        2944 ext/pcre/pcrelib/pcre_compile.c *ocptr = othercase;
othercase        2945 ext/pcre/pcrelib/pcre_compile.c next = othercase + 1;
othercase        3183 ext/pcre/pcrelib/pcre_compile.c       pcre_uint32 othercase;
othercase        3184 ext/pcre/pcrelib/pcre_compile.c       if (next < 128) othercase = cd->fcc[next]; else
othercase        3186 ext/pcre/pcrelib/pcre_compile.c       othercase = UCD_OTHERCASE(next);
othercase        3188 ext/pcre/pcrelib/pcre_compile.c       othercase = NOTACHAR;
othercase        3190 ext/pcre/pcrelib/pcre_compile.c       return c != othercase;
othercase        3204 ext/pcre/pcrelib/pcre_compile.c       pcre_uint32 othercase;
othercase        3205 ext/pcre/pcrelib/pcre_compile.c       if (next < 128) othercase = cd->fcc[next]; else
othercase        3207 ext/pcre/pcrelib/pcre_compile.c       othercase = UCD_OTHERCASE(next);
othercase        3209 ext/pcre/pcrelib/pcre_compile.c       othercase = NOTACHAR;
othercase        3211 ext/pcre/pcrelib/pcre_compile.c       return c == othercase;
othercase        3315 ext/pcre/pcrelib/pcre_exec.c         pcre_uint32 othercase;
othercase        3317 ext/pcre/pcrelib/pcre_exec.c             (othercase = UCD_OTHERCASE(fc)) != fc)
othercase        3318 ext/pcre/pcrelib/pcre_exec.c           oclength = PRIV(ord2utf)(othercase, occhars);