(9e479614d95a0859491ef8cbcc79a3a92f18a649)
#include "qbytearraymatcher.h"
#include <qtconfiginclude.h>
#include <private/qtcore-config_p.h>
#include <limits.h>
Go to the source code of this file.
|
static QT_BEGIN_NAMESPACE void | bm_init_skiptable (const uchar *cc, qsizetype len, uchar *skiptable) |
static qsizetype | bm_find (const uchar *cc, qsizetype l, qsizetype index, const uchar *puc, qsizetype pl, const uchar *skiptable) |
static Q_NEVER_INLINE qsizetype | qFindByteArrayBoyerMoore (const char *haystack, qsizetype haystackLen, qsizetype haystackOffset, const char *needle, qsizetype needleLen) |
static qsizetype | qFindByteArray (const char *haystack0, qsizetype l, qsizetype from, const char *needle, qsizetype sl) |
◆ bm_find()
◆ bm_init_skiptable()
◆ qFindByteArray()
◆ qFindByteArrayBoyerMoore()