othercase         621 ereg/regex/regcomp.c 				ci = othercase(i);
othercase         849 ereg/regex/regcomp.c 	assert(othercase(ch) != ch);	/* p_bracket() would recurse */
othercase         872 ereg/regex/regcomp.c 	if ((p->g->cflags&REG_ICASE) && isalpha(ch) && othercase(ch) != ch)
othercase        2889 pcre/pcrelib/pcre_compile.c unsigned int c, othercase, next;
othercase        2892 pcre/pcrelib/pcre_compile.c   { if ((othercase = UCD_OTHERCASE(c)) != c) break; }
othercase        2896 pcre/pcrelib/pcre_compile.c *ocptr = othercase;
othercase        2897 pcre/pcrelib/pcre_compile.c next = othercase + 1;
othercase        3100 pcre/pcrelib/pcre_compile.c     unsigned int othercase;
othercase        3101 pcre/pcrelib/pcre_compile.c     if (next < 128) othercase = cd->fcc[next]; else
othercase        3103 pcre/pcrelib/pcre_compile.c     othercase = UCD_OTHERCASE((unsigned int)next);
othercase        3105 pcre/pcrelib/pcre_compile.c     othercase = NOTACHAR;
othercase        3107 pcre/pcrelib/pcre_compile.c     return (unsigned int)c != othercase;
othercase        3131 pcre/pcrelib/pcre_compile.c     unsigned int othercase;
othercase        3132 pcre/pcrelib/pcre_compile.c     if (next < 128) othercase = cd->fcc[next]; else
othercase        3134 pcre/pcrelib/pcre_compile.c     othercase = UCD_OTHERCASE((unsigned int)next);
othercase        3136 pcre/pcrelib/pcre_compile.c     othercase = NOTACHAR;
othercase        3138 pcre/pcrelib/pcre_compile.c     return (unsigned int)c == othercase;
othercase        4613 pcre/pcrelib/pcre_compile.c           unsigned int othercase;
othercase        4614 pcre/pcrelib/pcre_compile.c           if ((int)(othercase = UCD_OTHERCASE(c)) != c)
othercase        4617 pcre/pcrelib/pcre_compile.c             class_uchardata += PRIV(ord2utf)(othercase, class_uchardata);
othercase        3325 pcre/pcrelib/pcre_exec.c         unsigned int othercase;
othercase        3327 pcre/pcrelib/pcre_exec.c             (othercase = UCD_OTHERCASE(fc)) != fc)
othercase        3328 pcre/pcrelib/pcre_exec.c           oclength = PRIV(ord2utf)(othercase, occhars);