Home
last modified time | relevance | path

Searched refs:othercase (Results 1 – 3 of 3) sorted by relevance

/PHP-7.1/ext/pcre/pcrelib/
H A Dpcre_compile.c4137 pcre_uint32 c, othercase, next; in get_othercase_range() local
4151 if ((othercase = UCD_OTHERCASE(c)) != c) break; in get_othercase_range()
4160 *ocptr = othercase; in get_othercase_range()
4161 next = othercase + 1; in get_othercase_range()
H A Dpcre_exec.c3414 pcre_uint32 othercase; in match() local
3416 (othercase = UCD_OTHERCASE(fc)) != fc) in match()
3417 oclength = PRIV(ord2utf)(othercase, occhars); in match()
H A Dpcre_jit_compile.c3244 pcre_uchar othercase[8]; in scan_prefix() local
3246 pcre_uchar othercase[2]; in scan_prefix() local
3248 pcre_uchar othercase[1]; in scan_prefix() local
3497 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()

Completed in 55 milliseconds