|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RegexpState | |
---|---|
com.caucho.quercus.env | |
com.caucho.quercus.lib.regexp |
Uses of RegexpState in com.caucho.quercus.env |
---|
Methods in com.caucho.quercus.env that return RegexpState | |
---|---|
RegexpState |
Env.allocateRegexpState()
Allocate the free regexp |
Methods in com.caucho.quercus.env with parameters of type RegexpState | |
---|---|
void |
Env.freeRegexpState(RegexpState state)
Free the free regexp |
Uses of RegexpState in com.caucho.quercus.lib.regexp |
---|
Methods in com.caucho.quercus.lib.regexp that return RegexpState | |
---|---|
static RegexpState |
RegexpState.create(Env env,
Regexp regexp)
|
static RegexpState |
RegexpState.create(Env env,
Regexp regexp,
StringValue subject)
|
Methods in com.caucho.quercus.lib.regexp with parameters of type RegexpState | |
---|---|
static void |
RegexpState.free(Env env,
RegexpState state)
|
static LongValue |
RegexpModule.pregMatchAllPatternOrder(Env env,
RegexpState regexpState,
StringValue subject,
ArrayValue matches,
int flags,
int offset)
Returns the index of the first match. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |