Index

C D F G J M O P R S 
All Classes and Interfaces|All Packages

C

calloutCallbackImpl(Pcre2CalloutHandler, int, Charset, MemorySegment, MemorySegment) - Static method in class org.pcre4j.ffm.Pcre2
Static callback implementation for pcre2_set_callout.
calloutEnumerate(long, long, long) - Method in class org.pcre4j.ffm.Pcre2
 
calloutEnumerateCallbackImpl(Pcre2CalloutEnumerateHandler, int, Charset, MemorySegment, MemorySegment) - Static method in class org.pcre4j.ffm.Pcre2
Static callback implementation for pcre2_callout_enumerate.
codeCopy(long) - Method in class org.pcre4j.ffm.Pcre2
 
codeCopyWithTables(long) - Method in class org.pcre4j.ffm.Pcre2
 
codeFree(long) - Method in class org.pcre4j.ffm.Pcre2
 
compile(String, int, int[], long[], long) - Method in class org.pcre4j.ffm.Pcre2
 
compileContextCopy(long) - Method in class org.pcre4j.ffm.Pcre2
 
compileContextCreate(long) - Method in class org.pcre4j.ffm.Pcre2
 
compileContextFree(long) - Method in class org.pcre4j.ffm.Pcre2
 
config(int) - Method in class org.pcre4j.ffm.Pcre2
 
config(int, int[]) - Method in class org.pcre4j.ffm.Pcre2
 
config(int, ByteBuffer) - Method in class org.pcre4j.ffm.Pcre2
 
convertContextCopy(long) - Method in class org.pcre4j.ffm.Pcre2
 
convertContextCreate(long) - Method in class org.pcre4j.ffm.Pcre2
 
convertContextFree(long) - Method in class org.pcre4j.ffm.Pcre2
 
convertedPatternFree(long) - Method in class org.pcre4j.ffm.Pcre2
 
createCalloutCallback(Pcre2CalloutHandler) - Method in class org.pcre4j.ffm.Pcre2
 
createCalloutEnumerateCallback(Pcre2CalloutEnumerateHandler) - Method in class org.pcre4j.ffm.Pcre2
 

D

dfaMatch(long, String, int, int, long, long, int[], int) - Method in class org.pcre4j.ffm.Pcre2
 

F

freeCalloutCallback(long) - Method in class org.pcre4j.ffm.Pcre2
 
freeCalloutEnumerateCallback(long) - Method in class org.pcre4j.ffm.Pcre2
 

G

generalContextCopy(long) - Method in class org.pcre4j.ffm.Pcre2
 
generalContextCreate(long, long, long) - Method in class org.pcre4j.ffm.Pcre2
 
generalContextFree(long) - Method in class org.pcre4j.ffm.Pcre2
 
getErrorMessage(int, ByteBuffer) - Method in class org.pcre4j.ffm.Pcre2
 
getMark(long) - Method in class org.pcre4j.ffm.Pcre2
 
getMatchDataSize(long) - Method in class org.pcre4j.ffm.Pcre2
 
getOvector(long, long[]) - Method in class org.pcre4j.ffm.Pcre2
 
getOvectorCount(long) - Method in class org.pcre4j.ffm.Pcre2
 
getStartchar(long) - Method in class org.pcre4j.ffm.Pcre2
 

J

jitCompile(long, int) - Method in class org.pcre4j.ffm.Pcre2
 
jitFreeUnusedMemory(long) - Method in class org.pcre4j.ffm.Pcre2
 
jitMatch(long, String, int, int, long, long) - Method in class org.pcre4j.ffm.Pcre2
 
jitStackAssign(long, long, long) - Method in class org.pcre4j.ffm.Pcre2
 
jitStackCreate(long, long, long) - Method in class org.pcre4j.ffm.Pcre2
 
jitStackFree(long) - Method in class org.pcre4j.ffm.Pcre2
 

M

maketables(long) - Method in class org.pcre4j.ffm.Pcre2
 
maketablesFree(long, long) - Method in class org.pcre4j.ffm.Pcre2
 
match(long, String, int, int, long, long) - Method in class org.pcre4j.ffm.Pcre2
 
matchContextCopy(long) - Method in class org.pcre4j.ffm.Pcre2
 
matchContextCreate(long) - Method in class org.pcre4j.ffm.Pcre2
 
matchContextFree(long) - Method in class org.pcre4j.ffm.Pcre2
 
matchDataCreate(int, long) - Method in class org.pcre4j.ffm.Pcre2
 
matchDataCreateFromPattern(long, long) - Method in class org.pcre4j.ffm.Pcre2
 
matchDataFree(long) - Method in class org.pcre4j.ffm.Pcre2
 

O

org.pcre4j.ffm - module org.pcre4j.ffm
PCRE4J FFM Backend — IPcre2 implementation using the Foreign Function & Memory API.
org.pcre4j.ffm - package org.pcre4j.ffm
 

P

patternConvert(String, int, long[], long[], long) - Method in class org.pcre4j.ffm.Pcre2
 
patternInfo(long, int) - Method in class org.pcre4j.ffm.Pcre2
 
patternInfo(long, int, int[]) - Method in class org.pcre4j.ffm.Pcre2
 
patternInfo(long, int, long[]) - Method in class org.pcre4j.ffm.Pcre2
 
patternInfo(long, int, ByteBuffer) - Method in class org.pcre4j.ffm.Pcre2
 
Pcre2 - Class in org.pcre4j.ffm
A PCRE2 API using the Foreign Function & Memory API.
Pcre2() - Constructor for class org.pcre4j.ffm.Pcre2
Constructs a new PCRE2 API using the common library name "pcre2-8" with UTF-8 encoding.
Pcre2(String, String) - Constructor for class org.pcre4j.ffm.Pcre2
Constructs a new PCRE2 API using the specified library name and function suffix with UTF-8 encoding.
Pcre2(String, String, Charset, int) - Constructor for class org.pcre4j.ffm.Pcre2
Constructs a new PCRE2 API using the specified library name, function suffix, charset, and code unit size.
Pcre2(Pcre2UtfWidth) - Constructor for class org.pcre4j.ffm.Pcre2
Constructs a new PCRE2 API using the specified UTF width.

R

readBytes(long, int) - Method in class org.pcre4j.ffm.Pcre2
 
readConvertedPattern(long, long) - Method in class org.pcre4j.ffm.Pcre2
 

S

serializeDecode(long[], int, byte[], long) - Method in class org.pcre4j.ffm.Pcre2
 
serializeEncode(long[], int, long[], long[], long) - Method in class org.pcre4j.ffm.Pcre2
 
serializeFree(long) - Method in class org.pcre4j.ffm.Pcre2
 
serializeGetNumberOfCodes(byte[]) - Method in class org.pcre4j.ffm.Pcre2
 
setBsr(long, int) - Method in class org.pcre4j.ffm.Pcre2
 
setCallout(long, long, long) - Method in class org.pcre4j.ffm.Pcre2
 
setCharacterTables(long, long) - Method in class org.pcre4j.ffm.Pcre2
 
setCompileExtraOptions(long, int) - Method in class org.pcre4j.ffm.Pcre2
 
setCompileRecursionGuard(long, long, long) - Method in class org.pcre4j.ffm.Pcre2
 
setDepthLimit(long, int) - Method in class org.pcre4j.ffm.Pcre2
 
setGlobEscape(long, int) - Method in class org.pcre4j.ffm.Pcre2
 
setGlobSeparator(long, int) - Method in class org.pcre4j.ffm.Pcre2
 
setHeapLimit(long, int) - Method in class org.pcre4j.ffm.Pcre2
 
setMatchLimit(long, int) - Method in class org.pcre4j.ffm.Pcre2
 
setMaxPatternLength(long, long) - Method in class org.pcre4j.ffm.Pcre2
 
setNewline(long, int) - Method in class org.pcre4j.ffm.Pcre2
 
setOffsetLimit(long, long) - Method in class org.pcre4j.ffm.Pcre2
 
setParensNestLimit(long, int) - Method in class org.pcre4j.ffm.Pcre2
 
substitute(long, String, int, int, long, long, String, ByteBuffer, long[]) - Method in class org.pcre4j.ffm.Pcre2
 
substringCopyByName(long, String, ByteBuffer, long[]) - Method in class org.pcre4j.ffm.Pcre2
 
substringCopyByNumber(long, int, ByteBuffer, long[]) - Method in class org.pcre4j.ffm.Pcre2
 
substringFree(long) - Method in class org.pcre4j.ffm.Pcre2
 
substringGetByName(long, String, long[], long[]) - Method in class org.pcre4j.ffm.Pcre2
 
substringGetByNumber(long, int, long[], long[]) - Method in class org.pcre4j.ffm.Pcre2
 
substringLengthByName(long, String, long[]) - Method in class org.pcre4j.ffm.Pcre2
 
substringLengthByNumber(long, int, long[]) - Method in class org.pcre4j.ffm.Pcre2
 
substringListFree(long) - Method in class org.pcre4j.ffm.Pcre2
 
substringListGet(long, long[], long[]) - Method in class org.pcre4j.ffm.Pcre2
 
substringNametableScan(long, String, long[], long[]) - Method in class org.pcre4j.ffm.Pcre2
 
substringNumberFromName(long, String) - Method in class org.pcre4j.ffm.Pcre2
 
C D F G J M O P R S 
All Classes and Interfaces|All Packages