othercase         629 ext/ereg/regex/regcomp.c 				ci = othercase(i);
othercase         857 ext/ereg/regex/regcomp.c 	assert(othercase(ch) != ch);	/* p_bracket() would recurse */
othercase         880 ext/ereg/regex/regcomp.c 	if ((p->g->cflags&REG_ICASE) && isalpha(ch) && othercase(ch) != ch)
othercase        4139 ext/pcre/pcrelib/pcre_compile.c pcre_uint32 c, othercase, next;
othercase        4153 ext/pcre/pcrelib/pcre_compile.c   if ((othercase = UCD_OTHERCASE(c)) != c) break;
othercase        4162 ext/pcre/pcrelib/pcre_compile.c *ocptr = othercase;
othercase        4163 ext/pcre/pcrelib/pcre_compile.c next = othercase + 1;
othercase        3416 ext/pcre/pcrelib/pcre_exec.c         pcre_uint32 othercase;
othercase        3418 ext/pcre/pcrelib/pcre_exec.c             (othercase = UCD_OTHERCASE(fc)) != fc)
othercase        3419 ext/pcre/pcrelib/pcre_exec.c           oclength = PRIV(ord2utf)(othercase, occhars);
othercase        3244 ext/pcre/pcrelib/pcre_jit_compile.c pcre_uchar othercase[8];
othercase        3246 ext/pcre/pcrelib/pcre_jit_compile.c pcre_uchar othercase[2];
othercase        3248 ext/pcre/pcrelib/pcre_jit_compile.c pcre_uchar othercase[1];
othercase        3497 ext/pcre/pcrelib/pcre_jit_compile.c       if ((int)PRIV(ord2utf)(char_othercase(common, chr), othercase) != len)
othercase        3504 ext/pcre/pcrelib/pcre_jit_compile.c       othercase[0] = TABLE_GET(chr, common->fcc, chr);
othercase        3514 ext/pcre/pcrelib/pcre_jit_compile.c     oc = othercase;