![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "qstringmatcher.h"Go to the source code of this file.
Functions | |
| static void | bm_init_skiptable (QStringView needle, uchar *skiptable, Qt::CaseSensitivity cs) |
| static qsizetype | bm_find (QStringView haystack, qsizetype index, QStringView needle, const uchar *skiptable, Qt::CaseSensitivity cs) |
| qsizetype | qFindStringBoyerMoore (QStringView haystack, qsizetype haystackOffset, QStringView needle, Qt::CaseSensitivity cs) |
Variables | |
| static QT_BEGIN_NAMESPACE constexpr qsizetype | FoldBufferCapacity = 256 |
|
inlinestatic |
Definition at line 34 of file qstringmatcher.cpp.
|
static |
Definition at line 12 of file qstringmatcher.cpp.
References foldCase().
| qsizetype qFindStringBoyerMoore | ( | QStringView | haystack, |
| qsizetype | haystackOffset, | ||
| QStringView | needle, | ||
| Qt::CaseSensitivity | cs ) |
Definition at line 323 of file qstringmatcher.cpp.
|
staticconstexpr |
Definition at line 10 of file qstringmatcher.cpp.