Home
last modified time | relevance | path

Searched refs:xclass (Results 1 – 4 of 4) sorted by relevance

/PHP-7.0/ext/pcre/pcrelib/
H A Dpcre_xclass.c65 PRIV(xclass)(pcre_uint32 c, const pcre_uchar *data, BOOL utf) in PRIV() argument
H A Dpcre_compile.c3616 if (PRIV(xclass)(chr, (list_ptr == list ? code : base_end) - in compare_opcodes()
4506 BOOL xclass; in compile_branch() local
4895 xclass = FALSE; in compile_branch()
4941 if (class_uchardata > class_uchardata_base) xclass = TRUE; in compile_branch()
5061 (xclass || tempptr[2] != CHAR_RIGHT_SQUARE_BRACKET)) in compile_branch()
5512 if (class_uchardata > class_uchardata_base) xclass = TRUE; in compile_branch()
5534 if (xclass && (xclass_has_prop || !should_flip_negation || in compile_branch()
5537 if (xclass && (xclass_has_prop || !should_flip_negation)) in compile_branch()
H A Dpcre_exec.c3154 if (!PRIV(xclass)(c, data, utf)) RRETURN(MATCH_NOMATCH); in match()
3178 if (!PRIV(xclass)(c, data, utf)) RRETURN(MATCH_NOMATCH); in match()
3201 if (!PRIV(xclass)(c, data, utf)) break; in match()
H A Dpcre_internal.h2747 extern BOOL PRIV(xclass)(pcre_uint32, const pcre_uchar *, BOOL);

Completed in 60 milliseconds