![]() |
Prusa Slicer 2.6.0
|
Typedefs | |
| using | char_type = wchar_t |
| using | pos_type = uint16_t |
Functions | |
| static bool | fuzzy_match (char_type const *pattern, char_type const *str, int &outScore) |
| static bool | fuzzy_match (char_type const *pattern, char_type const *str, int &outScore, pos_type *matches) |
Variables | |
| static constexpr pos_type | stopper = pos_type(-1) |
| static constexpr int | max_matches = 255 |
| using fts::char_type = typedef wchar_t |
| using fts::pos_type = typedef uint16_t |
|
static |
|
staticconstexpr |
Referenced by Slic3r::Search::fuzzy_match().
Referenced by Slic3r::Search::fuzzy_match().