Qt 4.8
|
Go to the source code of this file.
Macros | |
#define | REHASH(a) |
Functions | |
static int | bm_find (const uchar *cc, int l, int index, const uchar *puc, uint pl, const uchar *skiptable) |
static void | bm_init_skiptable (const uchar *cc, int len, uchar *skiptable) |
static int | findChar (const char *str, int len, char ch, int from) |
int | qFindByteArray (const char *haystack0, int haystackLen, int from, const char *needle, int needleLen) |
static int | qFindByteArrayBoyerMoore (const char *haystack, int haystackLen, int haystackOffset, const char *needle, int needleLen) |
#define REHASH | ( | a | ) |
Definition at line 268 of file qbytearraymatcher.cpp.
Referenced by qFindByteArray().
|
inlinestatic |
Definition at line 57 of file qbytearraymatcher.cpp.
Referenced by QByteArrayMatcher::indexIn(), and qFindByteArrayBoyerMoore().
Definition at line 48 of file qbytearraymatcher.cpp.
Referenced by QByteArrayMatcher::QByteArrayMatcher(), qFindByteArrayBoyerMoore(), and QByteArrayMatcher::setPattern().
|
static |
int qFindByteArray | ( | const char * | haystack0, |
int | haystackLen, | ||
int | from, | ||
const char * | needle, | ||
int | needleLen | ||
) |
Definition at line 275 of file qbytearraymatcher.cpp.
Referenced by QByteArray::indexOf().
|
static |
Definition at line 256 of file qbytearraymatcher.cpp.
Referenced by qFindByteArray().