|
Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
|
#include <stdlib.h>#include <string.h>#include <algorithm>#include "RegExp.h"#include "log.h"#include "utils/StringUtils.h"#include "utils/Utf8Utils.h"Macros | |
| #define | PCRE_UCP 0 |
| #define | PCRE_STUDY_JIT_COMPILE 0 |
| #define | PCRE_INFO_JIT 2048 |
| #define | pcre_free_study(x) pcre_free((x)) |
| #define pcre_free_study | ( | x | ) | pcre_free((x)) |
| #define PCRE_INFO_JIT 2048 |
| #define PCRE_STUDY_JIT_COMPILE 0 |
| #define PCRE_UCP 0 |