Searched refs:xclass (Results 1 - 7 of 7) sorted by relevance

/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/common/
H A DCommonFactory.java275 Class xclass = Class.forName(className);
276 c = xclass.getConstructor(new Class[] { Module.class });
/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)
H A Dpcre_internal.h2161 "class", "nclass", "xclass", "Ref", "Refi", "DnRef", "DnRefi", \
2730 extern BOOL PRIV(xclass)(pcre_uint32, const pcre_uchar *, BOOL);
H A Dpcre_exec.c3149 if (!PRIV(xclass)(c, data, utf)) RRETURN(MATCH_NOMATCH);
3173 if (!PRIV(xclass)(c, data, utf)) RRETURN(MATCH_NOMATCH);
3196 if (!PRIV(xclass)(c, data, utf)) break;
H A Dpcre_dfa_exec.c2561 if (clen > 0) isinclass = PRIV(xclass)(c, code + 1 + LINK_SIZE, utf);
/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/arch/
H A DServiceFactory.java388 Class xclass = Class.forName(className);
389 c = xclass.getConstructor(new Class[] { Manager.class });

Completed in 637 milliseconds