Searched refs:xclass (Results 1 – 4 of 4) sorted by relevance
/PHP-5.3/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 | 3750 BOOL xclass; in compile_branch() local 4115 xclass = FALSE; in compile_branch() 4144 xclass = TRUE; in compile_branch() 4639 if (class_uchardata > class_uchardata_base) xclass = TRUE; in compile_branch() 4661 if (xclass && (!should_flip_negation || (options & PCRE_UCP) != 0)) in compile_branch() 4663 if (xclass && !should_flip_negation) in compile_branch()
|
H A D | pcre_exec.c | 3073 if (!PRIV(xclass)(c, data, utf)) RRETURN(MATCH_NOMATCH); in match() 3097 if (!PRIV(xclass)(c, data, utf)) RRETURN(MATCH_NOMATCH); in match() 3120 if (!PRIV(xclass)(c, data, utf)) break; in match()
|
H A D | pcre_internal.h | 2695 extern BOOL PRIV(xclass)(pcre_uint32, const pcre_uchar *, BOOL);
|
Completed in 58 milliseconds