Searched refs:othercase (Results 1 – 5 of 5) sorted by relevance
90 static char othercase(int);714 ci = othercase(i); in p_bracket()901 othercase(int ch) in othercase() function926 assert(othercase(ch) != ch); /* p_bracket() would recurse */ in bothcases()946 if ((p->g->cflags®_ICASE) && isalpha((uch)ch) && othercase(ch) != ch) in ordinary()
2130 unsigned int othercase; in internal_dfa_exec() local2132 othercase = fcc[c]; in internal_dfa_exec()2137 othercase = UCD_OTHERCASE(c); in internal_dfa_exec()2139 othercase = NOTACHAR; in internal_dfa_exec()2142 if (d == othercase) { ADD_NEW(state_offset + dlen + 1, 0); } in internal_dfa_exec()
4139 pcre_uint32 c, othercase, next; in get_othercase_range() local4153 if ((othercase = UCD_OTHERCASE(c)) != c) break; in get_othercase_range()4162 *ocptr = othercase; in get_othercase_range()4163 next = othercase + 1; in get_othercase_range()
3416 pcre_uint32 othercase; in match() local3418 (othercase = UCD_OTHERCASE(fc)) != fc) in match()3419 oclength = PRIV(ord2utf)(othercase, occhars); in match()
3244 pcre_uchar othercase[8]; in scan_prefix() local3246 pcre_uchar othercase[2]; in scan_prefix() local3248 pcre_uchar othercase[1]; in scan_prefix() local3497 if ((int)PRIV(ord2utf)(char_othercase(common, chr), othercase) != len) in scan_prefix()3504 othercase[0] = TABLE_GET(chr, common->fcc, chr); in scan_prefix()3514 oc = othercase; in scan_prefix()