othercase        1961 ext/pcre/pcrelib/pcre_compile.c unsigned int c, othercase, next;
othercase        1964 ext/pcre/pcrelib/pcre_compile.c   { if ((othercase = _pcre_ucp_othercase(c)) != NOTACHAR) break; }
othercase        1968 ext/pcre/pcrelib/pcre_compile.c *ocptr = othercase;
othercase        1969 ext/pcre/pcrelib/pcre_compile.c next = othercase + 1;
othercase        2098 ext/pcre/pcrelib/pcre_compile.c     unsigned int othercase;
othercase        2099 ext/pcre/pcrelib/pcre_compile.c     if (next < 128) othercase = cd->fcc[next]; else
othercase        2101 ext/pcre/pcrelib/pcre_compile.c     othercase = _pcre_ucp_othercase((unsigned int)next);
othercase        2103 ext/pcre/pcrelib/pcre_compile.c     othercase = NOTACHAR;
othercase        2105 ext/pcre/pcrelib/pcre_compile.c     return (unsigned int)item != othercase;
othercase        2120 ext/pcre/pcrelib/pcre_compile.c     unsigned int othercase;
othercase        2121 ext/pcre/pcrelib/pcre_compile.c     if (next < 128) othercase = cd->fcc[next]; else
othercase        2123 ext/pcre/pcrelib/pcre_compile.c     othercase = _pcre_ucp_othercase(next);
othercase        2125 ext/pcre/pcrelib/pcre_compile.c     othercase = NOTACHAR;
othercase        2127 ext/pcre/pcrelib/pcre_compile.c     return (unsigned int)item == othercase;
othercase        3265 ext/pcre/pcrelib/pcre_compile.c           unsigned int othercase;
othercase        3266 ext/pcre/pcrelib/pcre_compile.c           if ((othercase = _pcre_ucp_othercase(c)) != NOTACHAR)
othercase        3269 ext/pcre/pcrelib/pcre_compile.c             class_utf8data += _pcre_ord2utf8(othercase, class_utf8data);
othercase        2248 ext/pcre/pcrelib/pcre_exec.c         unsigned int othercase;
othercase        2250 ext/pcre/pcrelib/pcre_exec.c             (othercase = _pcre_ucp_othercase(fc)) != NOTACHAR)
othercase        2251 ext/pcre/pcrelib/pcre_exec.c           oclength = _pcre_ord2utf8(othercase, occhars);
othercase         621 regex/regcomp.c 				ci = othercase(i);
othercase         849 regex/regcomp.c 	assert(othercase(ch) != ch);	/* p_bracket() would recurse */
othercase         872 regex/regcomp.c 	if ((p->g->cflags&REG_ICASE) && isalpha(ch) && othercase(ch) != ch)