Searched defs:xclass (Results 1 - 2 of 2) sorted by relevance

/forgerock/web-agents-v4/pcre/
H A Dpcre_xclass.c67 PRIV(xclass)(pcre_uint32 c, const pcre_uchar *data, BOOL utf) function
H A Dpcre_compile.c3565 if (PRIV(xclass)(chr, (list_ptr == list ? code : base_end) -
4442 BOOL xclass; local
4826 /* Extended class (xclass) will be used when characters > 255
4830 xclass = FALSE;
4878 xclass = TRUE;
5418 anything at this point. For this reason, xclass gets set TRUE above when
5423 if (class_uchardata > class_uchardata_base) xclass = TRUE;
5445 if (xclass && (!should_flip_negation || (options & PCRE_UCP) != 0))
5447 if (xclass && !should_flip_negation)

Completed in 47 milliseconds