Modifier and Type | Class and Description |
---|---|
static class |
ConstantStringIndexOfSnippets.Templates |
Constructor and Description |
---|
ConstantStringIndexOfSnippets() |
Modifier and Type | Method and Description |
---|---|
static int |
indexOfConstant(char[] source,
int sourceOffset,
int sourceCount,
char[] target,
int targetOffset,
int targetCount,
int origFromIndex,
int md2,
long cache) |
static int |
latin1IndexOfConstant(byte[] source,
int sourceCount,
byte[] target,
int targetCount,
int origFromIndex,
int md2,
long cache) |
static int |
utf16IndexOfConstant(byte[] source,
int sourceCount,
byte[] target,
int targetCount,
int origFromIndex,
int md2,
long cache) |
public static int indexOfConstant(char[] source, int sourceOffset, int sourceCount, char[] target, int targetOffset, int targetCount, int origFromIndex, int md2, long cache)
public static int utf16IndexOfConstant(byte[] source, int sourceCount, byte[] target, int targetCount, int origFromIndex, int md2, long cache)
public static int latin1IndexOfConstant(byte[] source, int sourceCount, byte[] target, int targetCount, int origFromIndex, int md2, long cache)