Searched refs:xclass (Results 1 – 4 of 4) sorted by relevance
/PHP-5.6/ext/pcre/pcrelib/ |
H A D | pcre_xclass.c | 67 PRIV(xclass)(pcre_uint32 c, const pcre_uchar *data, BOOL utf) in PRIV() argument
|
H A D | pcre_compile.c | 3618 if (PRIV(xclass)(chr, (list_ptr == list ? code : base_end) - in compare_opcodes() 4508 BOOL xclass; in compile_branch() local 4897 xclass = FALSE; in compile_branch() 4943 if (class_uchardata > class_uchardata_base) xclass = TRUE; in compile_branch() 5063 (xclass || tempptr[2] != CHAR_RIGHT_SQUARE_BRACKET)) in compile_branch() 5514 if (class_uchardata > class_uchardata_base) xclass = TRUE; in compile_branch() 5536 if (xclass && (xclass_has_prop || !should_flip_negation || in compile_branch() 5539 if (xclass && (xclass_has_prop || !should_flip_negation)) in compile_branch()
|
H A D | pcre_exec.c | 3156 if (!PRIV(xclass)(c, data, utf)) RRETURN(MATCH_NOMATCH); in match() 3180 if (!PRIV(xclass)(c, data, utf)) RRETURN(MATCH_NOMATCH); in match() 3203 if (!PRIV(xclass)(c, data, utf)) break; in match()
|
H A D | pcre_internal.h | 2751 extern BOOL PRIV(xclass)(pcre_uint32, const pcre_uchar *, BOOL);
|
Completed in 54 milliseconds