Searched refs:othercase (Results 1 – 4 of 4) sorted by relevance
2184 unsigned int othercase; in internal_dfa_match() local2186 othercase = fcc[c]; in internal_dfa_match()2188 othercase = UCD_OTHERCASE(c); in internal_dfa_match()2189 if (d == othercase) { ADD_NEW(state_offset + dlen + 1, 0); } in internal_dfa_match()
4459 uint32_t c, othercase, next; in get_othercase_range() local4473 if ((othercase = UCD_OTHERCASE(c)) != c) break; in get_othercase_range()4482 *ocptr = othercase; in get_othercase_range()4483 next = othercase + 1; in get_othercase_range()
1152 uint32_t othercase; in match() local1155 (othercase = UCD_OTHERCASE(fc)) != fc) in match()1156 Loclength = PRIV(ord2utf)(othercase, Foccu); in match()
3881 PCRE2_UCHAR othercase[4]; in scan_prefix() local3883 PCRE2_UCHAR othercase[2]; in scan_prefix() local3885 PCRE2_UCHAR othercase[1]; in scan_prefix() local4221 if ((int)PRIV(ord2utf)(char_othercase(common, chr), othercase) != len) in scan_prefix()4228 othercase[0] = TABLE_GET(chr, common->fcc, chr); in scan_prefix()4234 othercase[0] = 0; /* Stops compiler warning - PH */ in scan_prefix()4241 oc = othercase; in scan_prefix()
Completed in 80 milliseconds