Qt 4.8
|
#include "qstringmatcher.h"
Go to the source code of this file.
Functions | |
static int | bm_find (const ushort *uc, uint l, int index, const ushort *puc, uint pl, const uchar *skiptable, Qt::CaseSensitivity cs) |
static void | bm_init_skiptable (const ushort *uc, int len, uchar *skiptable, Qt::CaseSensitivity cs) |
int | qFindStringBoyerMoore (const QChar *haystack, int haystackLen, int haystackOffset, const QChar *needle, int needleLen, Qt::CaseSensitivity cs) |
|
inlinestatic |
Definition at line 65 of file qstringmatcher.cpp.
Referenced by QStringMatcher::indexIn(), and qFindStringBoyerMoore().
|
static |
Definition at line 46 of file qstringmatcher.cpp.
Referenced by qFindStringBoyerMoore(), QStringMatcher::QStringMatcher(), QStringMatcher::setCaseSensitivity(), and QStringMatcher::setPattern().
int qFindStringBoyerMoore | ( | const QChar * | haystack, |
int | haystackLen, | ||
int | haystackOffset, | ||
const QChar * | needle, | ||
int | needleLen, | ||
Qt::CaseSensitivity | cs | ||
) |
Definition at line 322 of file qstringmatcher.cpp.
Referenced by qFindString().