RE/flex SIMD primitives. More...
#include <cstddef>
#include <cstdint>
#include <cstdlib>
Namespaces | |
reflex | |
Functions | |
size_t | reflex::nlcount (const char *s, const char *e) |
Count newlines in string s up to position e in the string. More... | |
bool | reflex::isutf8 (const char *s, const char *e) |
Check if valid UTF-8 encoding and does not include a NUL, but accept surrogates and 3/4 byte overlongs. More... | |
RE/flex SIMD primitives.